Displaying 1 result from an estimated 1 matches for "b2pdc".
Did you mean:
b2dc
2005 Mar 29
0
Errors
...write_socket: Error writing 5 bytes to socket 22: ERRNO = Connection
reset by peer
[2005/03/29 15:28:22, 0] lib/util_sock.c:send_smb(647)
Error writing 5 bytes to client. -1. (Connection reset by peer)
Here's my smb.conf global section
[global]
workgroup = B2
netbios name = B2PDC
time server = Yes
add user script = /usr/sbin/useradd -m %u
delete user script = /usr/sbin/userdel -r %u
add group script = /usr/sbin/groupadd %g
delete group script = /usr/sbin/groupdel %g
add user to group script = /usr/sbin/usermod -G %g %u...