1. ###### - OpenLDAP config file - ######
  2.  
  3. ###### - LDAP Schemes include - ######
  4.  
  5. include /etc/ldap//openldap/schema/core.schema
  6.  
  7. ###### - PID and ARGS file directory - ######
  8.  
  9. pidfile /usr/local/ldap//var/run/slapd.pid
  10. argsfile /usr/local/ldap//var/run/slapd.args
  11.  
  12. ###### - Dynamique Backend Definition - ######
  13. # No Dynamique backend #
  14.  
  15. ###### - ACL rules file include - ######
  16.  
  17. include /etc/ldap//openldap/acl/lab.acl
  18.  
  19. ###### - LDAP Database settings - ######
  20.  
  21. database bdb
  22. suffix "dc=lab,dc=geka"
  23. rootdn "cn=manager,dc=lab,dc=geka"
  24. rootpw test
  25. directory /usr/local/ldap//var/run/ldapdb/ldaplabdb
  26. # Indices to maintain
  27. index objectClass eq