Just finished a full rewrite, actually ;-) so the ldap sections are now internally abstracted and a few extra config options specifically with drop-in Exchange replacement in mind... now supported are external forwards through a Contact, and distribution groups (naturally, it's recursive to allow a member of a distribution group to have a forward). I haven't looked at the qmail-ldap schema in a while, although I'm sure basic functionality would work just fine, no clue about forwards, etc.
I'm busy right now cleaning up all of the printf()'s I stuck everywhere. Most will become trace(DEBUG) but a few were just to see the program flow. There's also a 12 byte leak in auth_adduser, but I can't figure out what's happening there; I've tried free()'ing everything in sight, but only get segfaults :-( I guess the good news is that the daemons never call auth_adduser() so it's practically a moot point. Thanks for asking, btw! I'll post the new version in a few days! Aaron On 27 Mar 2003, Ryan Butler wrote: > On Thu, 2003-03-27 at 04:27, Roel Rozendaal - IC&S wrote: > > Hi all, > > > > i regret to admit that i have lost pretty much track of the LDAP auth > > system :$ > > > > What's the status? Is it ready to be included in cvs? > > > > regards roel > > > > > > ______ > > I think it is/was ready to be committed and once its in there, Myself > and/or Jesse need to update autoconf to work with it. > > > Ryan > > > _______________________________________________ > Dbmail-dev mailing list > [email protected] > http://twister.fastxs.net/mailman/listinfo/dbmail-dev >
