# smb.conf is the main Samba configuration file. You find a full commented # version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the # samba-doc package is installed. # Date: 2006-06-16 [global] # change to some workgroup workgroup = YourWkgrp # change to specify your webserver hostname netbios aliases = YourWebServerName server string = Samba Server log level = 3 log file = /var/log/samba/%m.log max log size = 0 security = domain # Your active directory domain servers if NT/Active directory # or NIS server if using NIS acounts password server = YourDomainServer1 YourDomainServer2 smb passwd file = /etc/samba/smbpasswd socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 wins support = no # specify your wins server ip address wins server = 172.30.31.32 dns proxy = no mangled names = no encrypt passwords = yes # you may comment out winbind values if you are using nis accounts # instead as you will not need to run the winbind daemon winbind separator = + winbind cache time = 10 # use uids from 10000 to 20000 for domain users # comment out idmap uid if you are using nis accounts instead idmap uid = 10000-20000 # use gids from 10000 to 20000 for domain groups # comment out idmap gid if you are using nis accounts instead idmap gid = 10000-20000 [zauth] comment = zseries samba smb share path = /zauth public = yes writeable = no writelist = root