Advertisement
Guest User

Untitled

a guest
Oct 20th, 2016
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. $ winbindd --version
  2. Version 4.2.10
  3.  
  4. $ cat /etc/samba/smb.conf
  5.  
  6. [global]
  7. #--authconfig--start-line--
  8. workgroup = MEDITURE
  9. password server = dc01.mediture.dom dc03.mediture.dom dc02.mediture.dom dc04.mediture.dom
  10. realm = MEDITURE.DOM
  11. security = ads
  12.  
  13. template homedir = /home/%U
  14. template shell = /bin/bash
  15.  
  16. winbind use default domain = true
  17.  
  18. #--authconfig--end-line--
  19. server string = Samba Server Version %v
  20.  
  21. # logs split per machine
  22. log file = /var/log/samba/log.%m
  23. # max 50KB per log file, then rotate
  24. max log size = 50
  25.  
  26. passdb backend = tdbsam
  27.  
  28. winbind refresh tickets = yes
  29. winbind offline logon = yes
  30. winbind use default domain = yes
  31. winbind nss info = rfc2307
  32. winbind enum users = yes
  33. winbind enum groups = yes
  34. winbind nested groups = yes
  35.  
  36. kerberos method = secrets and keytab
  37.  
  38. idmap config *: backend = tdb
  39. idmap config *: range = 90000001-100000000
  40.  
  41. idmap config MEDITURE: backend = ad
  42. idmap config MEDITURE: range = 10000-49999
  43. idmap config MEDITURE: schema mode = rfc2307
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement