Massive rewrite of the LDAP module.
authorAlan T. DeKok <aland@freeradius.org>
Thu, 13 Sep 2012 10:54:15 +0000 (12:54 +0200)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 30 Oct 2012 19:25:57 +0000 (19:25 +0000)
commit4634e236ab83673f2094cc27c8484621d6168a39
tree49bb68ffed1f68709693e456341d2ed64d46542a
parenta15056c546be065748c67af32df5490bb61dd248
Massive rewrite of the LDAP module.

It now uses the connection pool API.  The code is MUCH clearer.
raddb/README.rst
raddb/mods-available/ldap
src/modules/rlm_ldap/Makefile.in
src/modules/rlm_ldap/all.mk.in
src/modules/rlm_ldap/mapping.c [new file with mode: 0644]
src/modules/rlm_ldap/mapping.h [new file with mode: 0644]
src/modules/rlm_ldap/rlm_ldap.c