Guest User

Untitled

a guest
May 14th, 2015
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. [global]
  2.  
  3. workgroup = NSD
  4. security = ADS
  5. realm = NSD.LOCAL
  6. dedicated keytab file = /etc/krb5.keytab
  7. kerberos method = secrets and keytab
  8.  
  9. log level = 10
  10.  
  11. idmap config *:backend = tdb
  12. idmap config *:range = 2000-9999
  13. idmap config SAMDOM:backend = tdb
  14. idmap config SAMDOM:schema_mode = rfc2307
  15. idmap config SAMDOM:range = 10000-99999
  16.  
  17. winbind nss info = rfc2307
  18. winbind trusted domains only = no
  19. winbind use default domain = yes
  20. winbind enum users = yes
  21. winbind enum groups = yes
  22. winbind refresh tickets = Yes
  23. winbind expand groups = 4
  24. winbind normalize names = Yes
  25. domain master = no
  26. local master = no
  27. vfs objects = acl_xattr
  28. map acl inherit = Yes
  29. store dos attributes = Yes
  30. template shell = /bin/bash
  31. [demoshare]
  32. path = /srv/samba/test
  33. read only = no
  34.  
  35. [printers]
  36. printable = yes
  37. writable = no
  38. path = /var/spool/samba
  39. comment = All Printers
  40. public = yes
  41. create mode = 0700
  42. printer admin = root
Advertisement
Add Comment
Please, Sign In to add comment