Browse Source

Update default ldapd.conf to reflect changes in the schema parser.

Use 'schema' instead of 'include' to parse schema files.
OPENBSD_4_8
martinh 14 years ago
parent
commit
cca7a545a8
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/etc/ldapd.conf

+ 4
- 4
src/etc/ldapd.conf View File

@ -1,8 +1,8 @@
# $OpenBSD: ldapd.conf,v 1.1 2010/06/05 17:29:14 martinh Exp $
# $OpenBSD: ldapd.conf,v 1.2 2010/06/29 02:50:22 martinh Exp $
include "/etc/ldap/core.schema"
include "/etc/ldap/inetorgperson.schema"
include "/etc/ldap/nis.schema"
schema "/etc/ldap/core.schema"
schema "/etc/ldap/inetorgperson.schema"
schema "/etc/ldap/nis.schema"
listen on lo0
listen on "/var/run/ldapi"


Loading…
Cancel
Save