On Thu, Feb 12, 2004 at 08:25:06PM -0200, Adriano Nagelschmidt Rodrigues wrote:
> Paul G. Weiss writes:
> > Has anyone tried getting qmail-ldap working with OpenLDAP 2.1?
> 
> Sure, using OpenLDAP 2.0 isn't a good idea anymore.
> 
> > The initial database creation in "Life With qmail-ldap" fails.
> > The first item in the ldif file:
> > 
> > dn: dc=example,dc=com
> > objectclass: top
> > 
> > with the error "no structural object class provided".
> 
> Indeed, you need a structural object class ("organization" in the
> example below). Try this:
> 
> dn: dc=example,dc=com
> dc: example
> o: example.com
> objectClass: dcObject
> objectClass: organization
> 
> 
> Regards,
> 
> --
> Adriano

And if I do that, I don't need to add o=example.com to the dn?  What 
about all the qmail accounts that I add underneath, do they also need 
to be structural?

-P

Reply via email to