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.conf 478B

12345678910111213141516171819
  1. # Sample OpenLDAP configuration file for Redmine LDAP test server
  2. #
  3. ucdata-path ./ucdata
  4. include ./schema/core.schema
  5. include ./schema/cosine.schema
  6. include ./schema/inetorgperson.schema
  7. include ./schema/openldap.schema
  8. include ./schema/nis.schema
  9. pidfile ./run/slapd.pid
  10. argsfile ./run/slapd.args
  11. database bdb
  12. suffix "dc=redmine,dc=org"
  13. rootdn "cn=Manager,dc=redmine,dc=org"
  14. rootpw secret
  15. directory ./redmine
  16. # Indices to maintain
  17. index objectClass eq