Advertisement
Guest User

smb.conf

a guest
Jul 21st, 2011
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. [global]
  2. log level = 10
  3. workgroup = DOMAINA
  4. realm = DOMAINA.COM
  5. server string = marlina
  6. security = ads
  7. password server = DC1, DC2
  8. passdb backend = tdbsam
  9. idmap backend = adex
  10. idmap uid = 2000-410000
  11. idmap gid = 2000-410000
  12. idmap config DOMAINA: backend = adex
  13. idmap config DOMAINA : range = 2000-39999
  14. idmap config DOMAINB : backend = adex
  15. idmap config DOMAINB : range = 40000-50000
  16. winbind nss info = adex
  17. winbind normalize names = yes
  18. winbind enum users = yes
  19. winbind enum groups = yes
  20. winbind refresh tickets = Yes
  21. winbind use default domain = yes
  22. allow trusted domains = yes
  23. ea support = Yes
  24. store dos attributes = Yes
  25. log file = /var/log/samba/%m.log
  26. nt acl support = yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement