Advertisement
Guest User

Untitled

a guest
May 28th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. [global]
  2. workgroup = AD
  3. realm = AD.TAO.AT
  4. security = ADS
  5.  
  6. idmap config * : backend = tdb
  7. idmap config * : range = 60000-61000
  8. idmap config AD : backend = ad
  9. idmap config AD : range = 4500-50000
  10.  
  11. winbind nss info = rfc2307
  12. winbind enum users = yes
  13. winbind enum groups = yes
  14. winbind use default domain = yes
  15. winbind offline logon = yes
  16. winbind max domain connections = 32
  17.  
  18. template homedir = /home/%U
  19. template shell = /bin/bash
  20.  
  21. winbind reconnect delay = 5
  22. winbind cache time = 30
  23. interfaces = eth* wlan* enp* wlp* tun* tap*
  24.  
  25. load printers = no
  26. unix extensions = no
  27. kerberos method = system keytab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement