Guest User

Untitled

a guest
Jul 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. database bdb
  2. suffix "dc=blah1,dc=org,dc=br"
  3. checkpoint 1024 5
  4. cachesize 10000
  5. rootdn "cn=root,dc=blah1,dc=org,dc=br"
  6.  
  7. # Slurpd settings
  8. replicationinterval 5
  9. replogfile /var/lib/ldap/blah1/replica/slurpd.log
  10.  
  11. # ODDIE
  12. replica host=ldapslave.blah1.org.br:389
  13. bindmethod=simple
  14. binddn="cn=root,dc=blah1,dc=org,dc=br"
  15. credentials=secret
  16.  
  17. # Cleartext passwords, especially for the rootdn, should
  18. # be avoid. See slappasswd(8) and slapd.conf(5) for details.
  19. # Use of strong authentication encouraged.
  20.  
  21. # The database directory MUST exist prior to running slapd AND
  22. # should only be accessible by the slapd and slap tools.
  23. # Mode 700 recommended.
  24. directory /var/lib/ldap/blah1
  25. # Indices to maintain
  26. index mail,objectClass,entryCSN,entryUUID eq
  27. index sambaSID,memberUid eq
  28. index uid,uidNumber eq
  29. index gidNumber eq
  30.  
  31.  
  32.  
  33. database bdb
  34. suffix "dc=blah2,dc=adv,dc=br"
  35. checkpoint 1024 5
  36. cachesize 10000
  37. rootdn "cn=root,dc=blah2,dc=adv,dc=br"
  38.  
  39. # Slurpd settings
  40. replicationinterval 5
  41. replogfile /var/lib/ldap/blah2/replica/slurpd.log
  42.  
  43. # ODDIE
  44. replica host=ldapslave.blah2.adv.br:389
  45. bindmethod=simple
  46. binddn="cn=root,dc=blah2,dc=adv,dc=br"
  47. credentials=secret
Add Comment
Please, Sign In to add comment