Trying to change a ubuntu user's password, Authentication token manipulation err
        Posted  
        
            by beagleguy
        on Super User
        
        See other posts from Super User
        
            or by beagleguy
        
        
        
        Published on 2010-02-10T02:04:04Z
        Indexed on 
            2010/03/12
            19:27 UTC
        
        
        Read the original article
        Hit count: 365
        
hey all, I'm trying to create a local user on a new ubuntu box my admin set up. I'm unable to change the password, I keep getting the error below. The user gets added to the shadow file but I can't get it to set a password. Any ideas? I've googled for over an hour :( thanks!
admin@theserver:~$ sudo useradd jamz
[sudo] password for admin: 
admin@theserver:~$ sudo passwd jamz
passwd: Authentication token manipulation error
passwd: password unchanged
admin@theserver:~$ 
© Super User or respective owner