Hi David, Here is the samba configuration:
[global] # workgroup = NT-Domain-Name or Workgroup-Name workgroup = DC1 realm = DC1.SE.COM <http://dc1.se.com/> server string = Samba_server1 ; hosts allow = 192.168.1. 192.168.2. 127. printcap name = /etc/printcap load printers = yes cups options = raw /etc/passwd log file = /var/log/samba/%m.log max log size = 50 security = ADS password server = 10.40.1.1 encrypt passwords = yes socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 /etc/nsswitch.conf dns proxy = no #============================ Share Definitions ============================== # separate domain and username with '\', like DOMAIN\username #winbind separator = \ # use uids from 10000 to 20000 for domain users idmap uid = 10000-20000 # use gids from 10000 to 20000 for domain groups idmap gid = 10000-20000 # allow enumeration of winbind users and groups winbind enum users = yes winbind enum groups = yes [printers] comment = All Printers path = /var/spool/samba browseable = no # Set public = yes to allow user 'guest account' to print guest ok = no writable = no printable = yes Thanks, Kartthik -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
