
| Current Path : /var/mail/etc/samba/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/mail/etc/samba/smb.conf |
# Pay attention on the 'hosts allow' line! # Re-start the samba system by calling: service smbd restart [global] workgroup = IFT # security = user # Maps non existent users (like abc, no_user) to a guest user. This # is important to acces to printers with smb://<ip_adr>/name without # username,password! map to guest = Bad User # use client driver = yes # unix extensions = yes # client max protocol = NT1 hosts allow = 127.0.0.1 172.20.0.0/16 10.0.0.0/8 192.168.0.0/16 hosts deny = 0.0.0.0/0 [home] comment = General_Share browseable = yes create mask = 0664 directory mask = 0775 # valid users = %S # guest = ok # guest only = yes mangled names = no read only = No write list = root path = /home [share] comment = General_Share browseable = yes create mask = 0664 directory mask = 0775 # valid users = %S # guest = ok # guest only = yes mangled names = no read only = No write list = root path = /home/share [printers] comment = All Printers browseable = yes path = /var/spool/samba printable = yes public = yes guest ok = yes read only = yes create mask = 0755 use client driver = yes # Windows clients look for this share name as a source of downloadable # printer drivers [print$] comment = Printer Drivers path = /var/lib/samba/printers browseable = yes read only = yes guest ok = yes