slapd: Add (reduced) qmail and a custom schema.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 15 Apr 2009 17:38:11 +0000 (19:38 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 15 Apr 2009 17:38:11 +0000 (19:38 +0200)
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

index 3a9c2175ebddf5d71f6c803c06779c4222fe18f2..4a92cdca181cbeacd4c9b711e43fa08f70d9dd78 100644 (file)
@@ -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.