Displaying 1 result from an estimated 1 matches for "rechneraccount".
2001 Dec 11
0
win2k joining Samba 2.2.2 PDC problems
...s anyone willing to look at the log for me?
You can try this first:
check your .../smbpasswd if there is an entry for your machine (merlin here),
it should look like:
merlin$:1023:30A507.....
check your /etc/passwd if there is an entry for the machine 'as user'
merlin$:x:1023:214:RechnerAccount:/dev/null:/bin/true
If you do not have these entries you might have a wrong line in you smb.conf.
It should be something like (in a single line!):
add user script = /usr/sbin/useradd -g machines
-c RechnerAccount -d /dev/null -s /bin/true %m$
(I have a group machines in /etc/group with group...