From c24ce51d09ce6e858b3a6cfbbedade2e2769671e Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 29 Mar 2009 17:29:30 +0200 Subject: [PATCH] slapd: Add ldapns schema. This schema was already in use, even without being explicitely loaded. Not sure how this could work, but it confused phpldapadmin. Adding it fixes this. --- etc/ldap/slapd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/ldap/slapd.conf b/etc/ldap/slapd.conf index a2a4955..3a9c217 100644 --- a/etc/ldap/slapd.conf +++ b/etc/ldap/slapd.conf @@ -11,6 +11,7 @@ include /etc/ldap/schema/core.schema include /etc/ldap/schema/cosine.schema include /etc/ldap/schema/nis.schema +include /etc/ldap/schema/ldapns.schema include /etc/ldap/schema/inetorgperson.schema # Where the pid file is put. The init.d script -- 2.30.2