Dear qmail-ldap creators,
In the qmail-ldap documentation (I found mine at
http://www.nrg4u.com/qmail/QLDAPINSTALL), you state that one should/must
rebuild qmail-ldap with config patched when he uses homeDirectory
attribute for "incompatible" purposes.
One of my co-workers here had another idea today: Just give qmail its
own ldaplogin bind object that no other app uses, and then add something
like the following to the slapd.conf:
# Special access rule for qmail, needed as long as broken
# interpretation of homeDirectory exists.
access to attribute=homeDirectory
by dn="uid=qmail,ou=People,o=scan-plus,c=de" none
by dn="uid=admin,ou=People,o=scan-plus,c=de" write
by * read
This way, qmail-ldap doesn't see the homeDirectory any more, and works
just as it wasn't set.
Maybe you could add this to the document, in case you feel idle enough
:-)
Thanks for your patience,
Markus
PS: I'm currently not subscribed to the mailing list, so if you have
important remarks, I'd appreciate beeing CCed.