From cca7a545a84de3b3a03ffaba609e6eae6cd53014 Mon Sep 17 00:00:00 2001 From: martinh <> Date: Tue, 29 Jun 2010 02:50:22 +0000 Subject: [PATCH] Update default ldapd.conf to reflect changes in the schema parser. Use 'schema' instead of 'include' to parse schema files. --- src/etc/ldapd.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/etc/ldapd.conf b/src/etc/ldapd.conf index 3bf202fc..9dd339c8 100644 --- a/src/etc/ldapd.conf +++ b/src/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"