From 7073558cd8ee552e1b67f16b5088b3eb5b502000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 14 Dec 2007 05:59:04 +0000 Subject: [PATCH] Another place where schemas are installed, from Buchan Milne. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22295 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/ldap/slapd-init.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ldap/slapd-init.in b/tests/ldap/slapd-init.in index 14baa979a..f25dce08c 100644 --- a/tests/ldap/slapd-init.in +++ b/tests/ldap/slapd-init.in @@ -11,7 +11,7 @@ sh ${srcdir}/slapd-stop > /dev/null SCHEMA_NEEDED="hdb core nis cosine inetorgperson openldap samba" -SCHEMA_PATHS="${srcdir}/../../lib/hdb ${srcdir} /etc/ldap/schema /etc/openldap/schema /private/etc/openldap/schema" +SCHEMA_PATHS="${srcdir}/../../lib/hdb ${srcdir} /etc/ldap/schema /etc/openldap/schema /private/etc/openldap/schema /usr/share/openldap/schema" test -d schema || mkdir schema