# 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: 2005-05-23
[global]
   workgroup = hpctest
   security = user
   encrypt passwords = yes
   add machine script = /usr/sbin/useradd  -c Machine -d /var/lib/nobody -s /bin/false %m$

   domain logons = yes
   ldap suffix = dc=hwlab,dc=suse,dc=de
 
   local master = yes

   wins server = 149.44.174.140

   ldap admin dn = cn=Administrator,dc=hwlab,dc=suse,dc=de

   domain master = false
   preferred master = yes
   os level = 65

   log level = 2
   printing = cups
   printcap name = cups
   printcap cache time = 750
   cups options = raw
   printer admin = @ntadmin, root, administrator
   map to guest = Bad User
   include = /etc/samba/dhcp.conf
   logon path = \\%L\profiles\.msprofile
   logon home = \\%L\%U\.9xprofile
   logon drive = P:
   ldap idmap suffix = ou=Idmap
   ldap machine suffix = ou=Computers
   passdb backend = smbpasswd ldapsam:ldap://localhost

   wins support = no

[homes]
   comment = Home Directories
   valid users = %S
   browseable = no
   read only = No
   inherit acls = Yes
   guest ok = no
   printable = no
[profiles]
   comment = Network Profiles Service
   path = %H
   read only = No
   store dos attributes = Yes
   create mask = 0600
   directory mask = 0700
   browseable = yes
   guest ok = no
   printable = no
[users]
   comment = All users
   path = /home
   read only = No
   inherit acls = Yes
   veto files = /aquota.user/groups/shares/
   browseable = yes
   guest ok = no
   printable = no
[groups]
   comment = All groups
   path = /home/groups
   read only = No
   inherit acls = Yes
   browseable = yes
   guest ok = no
   printable = no
[printers]
   comment = All Printers
   path = /var/tmp
   printable = yes
   create mask = 0600
   browseable = no
   guest ok = no
[print$]
   comment = Printer Drivers
   path = /var/lib/samba/drivers
   write list = @ntadmin root
   force group = ntadmin
   create mask = 0664
   directory mask = 0775
   browseable = yes
   guest ok = no
   printable = no
[data]
   comment = Test
   path = /export
   browseable = yes
   guest ok = no
   printable = no