You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

slapd.centos6.conf 662B

123456789101112131415161718192021222324
  1. # Sample OpenLDAP configuration file for Redmine LDAP test server
  2. # CentOS6 openldap-servers-2.4.40-6.el6_7.x86_64
  3. #
  4. include /etc/openldap/schema/core.schema
  5. include /etc/openldap/schema/cosine.schema
  6. include /etc/openldap/schema/inetorgperson.schema
  7. include /etc/openldap/schema/openldap.schema
  8. include /etc/openldap/schema/nis.schema
  9. pidfile /var/run/openldap/slapd.pid
  10. argsfile /var/run/openldap/slapd.args
  11. modulepath /usr/lib64/openldap
  12. moduleload back_bdb.la
  13. database bdb
  14. suffix "dc=redmine,dc=org"
  15. rootdn "cn=Manager,dc=redmine,dc=org"
  16. rootpw secret
  17. directory /var/lib/ldap
  18. # Indices to maintain
  19. index objectClass eq