intore

Untitled

Apr 23rd, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. slapd.conf
  2.  
  3. #Basics
  4. include /etc/ldap/schema/core.schema
  5. include /etc/ldap/schema/cosine.schema
  6. include /etc/ldap/schema/inetorgperson.schema
  7. include /etc/ldap/schema/nis.schema
  8.  
  9. pidfile /var/run/slapd/slapd.pid
  10. argsfile /var/run/slapd/slapd.args
  11. loglevel trace
  12. modulepath /var/lib/ldap
  13. moduleload back_hdb
  14.  
  15. #Database Configuration
  16. backend hdb
  17. database hdb
  18. suffix "dc=amahoro,dc=bi"
  19. rootdn "cn=Manager,dc=amahoro,dc=bi"
  20. rootpw {SSHA}zH2A+jeSlbl2/UcAXm596KPV4IB/R6x9
  21. directory /var/lib/ldap
  22. index uid eq
  23.  
  24. #ACLs
  25. access to attrs=userPassword
  26. by anonymous auth
  27. by self write
  28. by * none
  29.  
  30. access to *
  31. by dn.base="uid=nslcd_proc,ou=System,dc=amahoro,dc=bi" read
  32. by self write
  33. by * none
Advertisement
Add Comment
Please, Sign In to add comment