Guest User

Untitled

a guest
Dec 2nd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. [global]
  2. workgroup = landwege
  3. server string = Landwege Server
  4. wins support = yes
  5. dns proxy = yes
  6.  
  7. log file = /var/log/samba/log.%m
  8. max log size = 1000
  9. syslog = 0
  10. panic action = /usr/share/samba/panic-action %d
  11. debug level = 2
  12.  
  13. encrypt passwords = true
  14. passdb backend = tdbsam
  15. obey pam restrictions = yes
  16. guest account = nobody
  17. passwd program = /usr/bin/passwd %u
  18. passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .
  19.  
  20. domain logons = yes
  21. logon path = \\%N\profiles
  22. logon drive = Y:
  23. logon home = \\%N\profiles
  24. logon script = %U.bat
  25.  
  26. printing = cups
  27. printcap name = cups
  28. # use client driver = yes
  29.  
  30. socket options = TCP_NODELAY SO_RCVBUF=8192 IPTOS_LOWDELAY TCP_NODELAY
  31.  
  32. [printers]
  33. comment = All Printers
  34. browseable = no
  35. path = /var/spool/samba
  36. printable = yes
  37. public = no
  38. writable = yes
  39. create mode = 0755
  40. valid users = root @smblogin
  41. printer admin = root @printadmin
  42.  
  43. [print$]
  44. comment = Printer Drivers
  45. path = /var/lib/samba/printers
  46. browseable = yes
  47. read only = no
  48. writable = yes
  49. guest ok = no
  50. valid users = root @smblogin
  51. printer admin = root @printadmin
  52.  
  53. [daten]
  54. comment = Oeffentliche Landwege Daten
  55. valid users = landwege @smblogin
  56. path = /srv/data/public
  57. read only = no
  58. create mode = 0664
  59. directory mode = 0775
  60. force user = landwege
  61. force group = smblogin
  62.  
  63. [frauennetzwerk]
  64. comment = Interne Frauennetzwerk Daten
  65. valid users = root
  66. path = /srv/data/frauennetzwerk
  67. read only = no
  68. create mode = 0644
  69. directory mode = 0755
  70.  
  71.  
  72. [backup]
  73. comment = Backups zum Brennen
  74. valid users = landwege @smblogin
  75. path = /srv/backup/data/
  76. read only = yes
  77.  
  78. [applications]
  79. comment = Applikationen
  80. valid users = infinity
  81. path = /srv/data/applications
  82. read only = no
  83.  
  84. [profiles]
  85. comment = Profile
  86. read only = No
  87. create mode = 0660
  88. directory mode = 0770
  89. browseable = Yes
  90. hide unreadable = Yes
  91. valid users = @smblogin
  92. path = /srv/profiles/%U
  93.  
  94. [netlogon]
  95. comment = Network Logon Service
  96. path = /srv/profiles/netlogon
  97.  
  98. [opt_pcbin]
  99. available = yes
  100. comment = opsi depot share
  101. path = /opt/pcbin
  102. oplocks = no
  103. level2 oplocks = no
  104. writeable = yes
  105. invalid users = root
  106.  
  107. [opsi_config]
  108. available = yes
  109. comment = opsi config share
  110. path = /var/lib/opsi/config
  111. writeable = yes
  112. invalid users = root
  113.  
  114. [opsi_workbench]
  115. available = yes
  116. comment = opsi workbench
  117. path = /home/opsiproducts
  118. writeable = yes
  119. invalid users = root
  120. create mask = 0660
  121. directory mask = 0770
  122.  
  123. [packages]
  124. available = yes
  125. path = /srv/data/packages
  126. comment = Pakete
  127. invalid users = root
  128. read only = no
  129. valid users = landwege @smblogin
  130. create mode = 0664
  131. directory mode = 0775
  132. force user = landwege
  133. force group = smblogin
  134.  
  135. [opsi_depot]
  136. available = yes
  137. comment = opsi depot share (ro)
  138. path = /var/lib/opsi/depot
  139. oplocks = no
  140. level2 oplocks = no
  141. writeable = no
  142. invalid users = root
Add Comment
Please, Sign In to add comment