#======================= Global Settings ======================= [global] ## Browsing/Identification ### workgroup = galactica.lan server string = Homeland server string = %h server # wins support = no ; wins server = w.x.y.z dns proxy = no ; name resolve order = lmhosts host wins bcast #### Networking #### ; interfaces = 127.0.0.0/8 eth0 ; bind interfaces only = yes #### Debugging/Accounting #### log file = /var/log/samba/log.%m max log size = 1000 # syslog only = no syslog = 0 panic action = /usr/share/samba/panic-action %d ####### Authentication ####### # security = user encrypt passwords = true passdb backend = tdbsam obey pam restrictions = yes unix password sync = yes passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* . pam password change = yes ########## Domains ########### ; domain logons = yes ; logon path = \\%N\profiles\%U # logon path = \\%N\%U\profile ; logon drive = H: # logon home = \\%N\%U ; logon script = logon.cmd ; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u ; add machine script = /usr/sbin/useradd -g machines -c "%u machine account" -d /var/lib/samba -s /bin/false %u ; add group script = /usr/sbin/addgroup --force-badname %g ########## Printing ########## # load printers = yes ; printing = bsd ; printcap name = /etc/printcap ; printing = cups ; printcap name = cups ############ Misc ############ ; include = /home/samba/etc/smb.conf.%m # SO_RCVBUF=8192 SO_SNDBUF=8192 # socket options = TCP_NODELAY ; message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' & # domain master = auto ; idmap uid = 10000-20000 ; idmap gid = 10000-20000 ; template shell = /bin/bash ; winbind enum groups = yes ; winbind enum users = yes ; usershare max shares = 100 #======================= Share Definitions ======================= wins support = no [homes] comment = Home Directories browseable = no read only = yes create mask = 0700 directory mask = 0700 valid users = %S ;[netlogon] ; comment = Network Logon Service ; path = /home/samba/netlogon ; guest ok = yes ; read only = yes ;[profiles] ; comment = Users profiles ; path = /home/samba/profiles ; guest ok = no ; browseable = no ; create mask = 0600 ; directory mask = 0700 ;[printers] ; comment = All Printers ; browseable = no ; path = /var/spool/samba ; printable = yes ; guest ok = no ; read only = yes ; create mask = 0700 ;[print$] ; comment = Printer Drivers ; path = /var/lib/samba/printers ; browseable = yes ; read only = yes ; guest ok = no ; write list = root, @lpadmin [cdrom] comment = cdrom landing zone read only = yes locking = no path = /data/cdrom guest ok = yes preexec = /bin/mount /cdrom postexec = /bin/umount /cdrom [pub] comment = public landing zone path = /data/pub browseable = yes read only = yes guest ok = yes [save] comment = save landing zone path /data/save browseable = yes read only = no public = no writeable = no write list = tobias, @tobias [private] comment = private landing zone path = /data/private browseable = yes read only = no public = no writable = no write list = tobias, @tobias #Windows PXE-Freigabe eintragen. Erst in Anleitung nachschauen.