Hello,
I am using the February 15, 2002 document by Andrew Bartlett titled Using
Samba as a PDC.
Having difficulty, is there a more recent document or guidelines ? I am
getting access denied - shares have worked but not the PDC part.
below is the smb.conf without comments:
#begin smb.conf
workgroup = CENTOS
server string = Samba Server
hosts allow = 192.199.2.
printcap name = /etc/printcap
load printers = yes
cups options = raw
log file = /var/log/samba/%m.log
max log size = 50
security = user
encrypt passwords = yes
domain logons=yes
unix password sync = Yes
passwd program = /usr/bin/passwd %u
socket options = TCP_NODELAY SO_RCVBUF=8192
SO_SNDBUF=8192
dns proxy = no
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
[test]
comment = For testing only, please
path = /export/samba/test
read only = no
guest ok = yes
[public]
comment = new file share on centos
path = /public
read only = no
[frank]
valid users = frank
read list = @ocln
path = /home/frank
write list = frank
# end of smb.conf
Thanks
Frank