Severin Olloz wrote:
> 
> Hello...
> 
> OK I have build the OpenLDAP 2 server with the orginal source from
> www.openldap.org and add the qmail.schema. All looks very good, but there's
> no qmailUser object class :-(

If you have copied the unmodified qmail.schema file into
/etc/ldap/schema/ and put the 

include         /etc/ldap/schema/qmail.schema

line into /etc/ldap/slapd.conf then your running schema contains the
qmailUser objectclass. I don't understand what you mean by "there's no
qmailUser object class". If you build gq http://www.biot.com/gq against
OpenLDAP 2.x libraries, it contains support for schema discovery and
viewing. You can watch your schema with gq and see the objectclasses
that you have loaded. Since you have schema checking disabled, it really
doesn't matter whether you would load the qmail.schema file or not, it
won't stop you from adding entries that contain qmailUser objectclass.

Mike

Reply via email to