summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartinh <martinh@openbsd.org>2010-06-29 02:50:22 +0000
committermartinh <martinh@openbsd.org>2010-06-29 02:50:22 +0000
commite2bcdbac9aebd70d0eac290caf90d2590ca1f638 (patch)
treefc0ff13578d4c43ad9d60587e02172bf8b2e09e4
parentless SCARG, more pretty. ok guenther (diff)
downloadwireguard-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.conf8
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"