Displaying 1 result from an estimated 1 matches for "tbrownxp".
Did you mean:
tbrown
2007 Jan 08
0
failing to create a machine trust account
...1-5-21-1152323856-1746261438-3327382661
useradd: unable to lock password file
[2007/01/07 23:03:04, 0, pid=28573, effective(1000, 1000), real(1000, 0)]
passdb/pdb_interface.c:pdb_default_create_user(368)
_samr_create_user: Running the command `/usr/sbin/useradd -d /dev/null -g
100 -s /bin/false tbrownxp$' gave 1
Why is useradd unable to lock the password file?
Then I tried to create the machine trust account manually like this:
/usr/sbin/useradd -d /dev/null -g 100 -s /bin/false tbrownxp$
That adds tbrownxp$ to /etc/passwd. Then I do this:
smbpasswd -c /usr/local/samba/lib/smb.conf -m tbro...