> I currently have qmail-ldap setup and working with OpenLDAPv1.2.11, but > we've just purchased iPlanet's Directory Server v5.0 and I was wondering if > anyone has used this LDAP server with qmail-ldap and if they could share > some insight on how to setup this up correctly. > > Is there anything special that I would need to do to get qmail-ldap to use > the iPlanet schema..
i messed around with this setup a while back. essentially, you need to edit tow files: slapd.user_oc.conf and slapd.user_at.conf. put the qmailUser definition into slapd.user_oc.conf, and your attribute definitions into slapd.user_at.conf. restart the server, and you're on your way. one problem that i never sloved: it looked to me like the iplanet server by default would never return the userPassword attribute in a search. as a result of this receiving mail worked just fine, but auth_pop/auth_imap never worked. i never managed to figure this out, and never got a chance, as we dropped iplanet. dan
