Postbote

Untitled

Jun 23rd, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. [global]
  2. dos charset = 850
  3. unix charset = utf8
  4. workgroup = LAN
  5. server string = Jabra-Server
  6. security = SHARE
  7. lanman auth = Yes
  8. client NTLMv2 auth = Yes
  9. admin users = jan
  10.  
  11.  
  12.  
  13. # If you are using encrypted passwords, Samba will need to know what
  14. # password database type you are using.
  15. passdb backend = smbpasswd
  16.  
  17. obey pam restrictions = yes
  18.  
  19. # This boolean parameter controls whether Samba attempts to sync the Unix
  20. # password with the SMB password when the encrypted SMB password in the
  21. # passdb is changed.
  22. unix password sync = yes
  23.  
  24. # For Unix password sync to work on a Debian GNU/Linux system, the following
  25. # parameters must be set (thanks to Ian Kahan <<[email protected]> for
  26. # sending the correct chat script for the passwd program in Debian Sarge).
  27. passwd program = /usr/bin/passwd %u
  28. passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  29.  
  30. [Daten]
  31. comment = Daten share
  32. path = /share/Daten
  33. force user = jan
  34. read only = No
  35.  
  36. [home]
  37. path = /home/jan
  38. force user = jan
  39. read only = No
  40. browseable = no
  41. [Guest Share]
  42. comment = Guest access share
  43. path = /share/Daten/guestshare
  44. read only = No
  45. guest ok = Yes
  46.  
  47. [Filebase]
  48. comment = Filebase
  49. path = /share/Daten/filebase/files
  50. guest ok = Yes
  51.  
  52. [Musik]
  53. comment = Musik_flac
  54. path = /share/Daten/Musik_flac
  55. guest ok = Yes
  56.  
  57. [Filme]
  58. comment = Filme
  59. path = /share/Daten/Filme
  60. guest ok = Yes
Advertisement
Add Comment
Please, Sign In to add comment