From: Matthijs Kooijman Date: Wed, 15 Apr 2009 17:38:11 +0000 (+0200) Subject: slapd: Add (reduced) qmail and a custom schema. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=d64f1681444dcb58190347296c7bc313b11a4414 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. --- 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.