diff options
author | 2010-06-29 02:50:22 +0000 | |
---|---|---|
committer | 2010-06-29 02:50:22 +0000 | |
commit | e2bcdbac9aebd70d0eac290caf90d2590ca1f638 (patch) | |
tree | fc0ff13578d4c43ad9d60587e02172bf8b2e09e4 | |
parent | less SCARG, more pretty. ok guenther (diff) | |
download | wireguard-openbsd-e2bcdbac9aebd70d0eac290caf90d2590ca1f638.tar.xz wireguard-openbsd-e2bcdbac9aebd70d0eac290caf90d2590ca1f638.zip |
Update default ldapd.conf to reflect changes in the schema parser.
Use 'schema' instead of 'include' to parse schema files.
-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" |