diff options
author | Martin Hedenfal <martinh@cvs.openbsd.org> | 2010-06-29 02:50:23 +0000 |
---|---|---|
committer | Martin Hedenfal <martinh@cvs.openbsd.org> | 2010-06-29 02:50:23 +0000 |
commit | 109d52871f6bec4a3ddad1627fbb0a92f91df432 (patch) | |
tree | 7fd7905016aabfaa67678997b58ac3116d845877 /etc | |
parent | cc819ba1b916b989de075a6609fd05c3d34e6ac0 (diff) |
Update default ldapd.conf to reflect changes in the schema parser.
Use 'schema' instead of 'include' to parse schema files.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ldapd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/ldapd.conf b/etc/ldapd.conf index 3bf202fc434..9dd339c86b7 100644 --- a/etc/ldapd.conf +++ b/etc/ldapd.conf @@ -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" |