Displaying 1 result from an estimated 1 matches for "win2kmachine_1".
2007 Feb 01
1
Machine account in smbpasswd is wrong
...script = /usr/sbin/useradd -d /dev/null -g 200 -s /bin/false -M %u
Now a machine account is created and added to my users (this part works ok)
Samba also generates a machine account for samba (I could not find a line for that in my smb.conf)
But the generated account is not good it look like this
WIN2KMACHINE_1$:548:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[W ]:LCT-00000000:
I found a workaround by adding the machine account for the users and for samba manually
useradd -d /dev/null -g 200 -s /bin/false -M win2kmachine_1$
smbpasswd -a -m win2kmachine_1$
The smbpasswd loo...