Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [global]
- dos charset = 850
- unix charset = utf8
- workgroup = LAN
- server string = Jabra-Server
- security = SHARE
- lanman auth = Yes
- client NTLMv2 auth = Yes
- admin users = jan
- # If you are using encrypted passwords, Samba will need to know what
- # password database type you are using.
- passdb backend = smbpasswd
- obey pam restrictions = yes
- # This boolean parameter controls whether Samba attempts to sync the Unix
- # password with the SMB password when the encrypted SMB password in the
- # passdb is changed.
- unix password sync = yes
- # For Unix password sync to work on a Debian GNU/Linux system, the following
- # parameters must be set (thanks to Ian Kahan <<[email protected]> for
- # sending the correct chat script for the passwd program in Debian Sarge).
- passwd program = /usr/bin/passwd %u
- passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
- [Daten]
- comment = Daten share
- path = /share/Daten
- force user = jan
- read only = No
- [home]
- path = /home/jan
- force user = jan
- read only = No
- browseable = no
- [Guest Share]
- comment = Guest access share
- path = /share/Daten/guestshare
- read only = No
- guest ok = Yes
- [Filebase]
- comment = Filebase
- path = /share/Daten/filebase/files
- guest ok = Yes
- [Musik]
- comment = Musik_flac
- path = /share/Daten/Musik_flac
- guest ok = Yes
- [Filme]
- comment = Filme
- path = /share/Daten/Filme
- guest ok = Yes
Advertisement
Add Comment
Please, Sign In to add comment