Displaying 1 result from an estimated 1 matches for "pdcbox".
Did you mean:
  dbox
  
2002 Aug 12
1
security = server & Win2k PDC
...smb.conf:
[global]
        workgroup = WORKGROUP
        netbios name = smbserver1
        bind interfaces only = False
        socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE
        nt smb support = no
 
        security = server
        encrypt passwords = yes
        password server = pdcbox
        username map = /tmp/username.map
        keep alive = 20
 
        getwd cache = yes
 
        local master = no
        browse list = Yes
        browseable = Yes
 
        oplocks = True
 
[homes]
        comment = Network Home Directories
        create mode = 0755
        read only = No...