Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
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.

18 lines
360 B

  1. # $OpenBSD: ldapd.conf,v 1.2 2010/06/29 02:50:22 martinh Exp $
  2. schema "/etc/ldap/core.schema"
  3. schema "/etc/ldap/inetorgperson.schema"
  4. schema "/etc/ldap/nis.schema"
  5. listen on lo0
  6. listen on "/var/run/ldapi"
  7. #namespace "dc=example,dc=com" {
  8. # rootdn "cn=admin,dc=example,dc=com"
  9. # rootpw "secret"
  10. # index sn
  11. # index givenName
  12. # index cn
  13. # index mail
  14. #}