From d64f1681444dcb58190347296c7bc313b11a4414 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 15 Apr 2009 19:38:11 +0200 Subject: [PATCH] slapd: Add (reduced) qmail and a custom schema. The qmail schema makes available a bunch of attributes useful for the mail server (though object classes were removed). The custom schema provides a number of object classes that use the normal attributes, but combine them in the way we would like to use them. --- etc/ldap/slapd.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/ldap/slapd.conf b/etc/ldap/slapd.conf index 3a9c217..4a92cdc 100644 --- a/etc/ldap/slapd.conf +++ b/etc/ldap/slapd.conf @@ -13,6 +13,8 @@ include /etc/ldap/schema/cosine.schema include /etc/ldap/schema/nis.schema include /etc/ldap/schema/ldapns.schema include /etc/ldap/schema/inetorgperson.schema +include /etc/ldap/schema/qmail-reduced.schema +include /etc/ldap/schema/custom.schema # Where the pid file is put. The init.d script # will not stop the server if you change this. -- 2.30.2