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
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