[Dbmail] AuthLDAP fifth draft (almost done! all but auth_change_password!)

2003-01-18 Thread Aaron Stone
Here we are with the fifth installment of the LDAP authentication module. Everything is now implemented except for the change_password routine because that needs a lot more work. This version also has no apparent memory leaks, checked with the excellent ccmalloc tool, http://www.inf.ethz.ch/person

Re: [Dbmail] AuthLDAP fifth draft (almost done! all but auth_change_password!)

2003-01-18 Thread Aaron Stone
Grr... both files turned out to be authtest.c, here's the real authldap.c On Sat, 18 Jan 2003, Aaron Stone wrote: > Here we are with the fifth installment of the LDAP authentication module. > Everything is now implemented except for the change_password routine > because that needs a lot more work