[Auth_ldap] Source of auth_ldap
Dave Carrigan
dave at rudedog.org
Fri Dec 8 08:31:20 PST 2000
"Richard Ellerbrock" <richarde at eskom.co.za> writes:
> I have been going over the source of auth_ldap 1.4.6 and have figured
> out that all the action happens in ldap_authenticate_basic_user, but a
> mystery to me is how does ldap_check_auth come into the picture as I
> cannot find a direct call to the function anyware in the source. I have
> never hacked with apache modules, so no flames please!
At the bottom of auth_ldap.c is a struct that defines the entry points
for various apache handler phases. auth_ldap doesn't directly call that
function; apache does by finding it in the handler struct.
--
Dave Carrigan (dave at rudedog.org) | Yow! Clear the laundromat!!
UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | This whirl-o-matic just had a
Seattle, WA, USA | nuclear meltdown!!
http://www.rudedog.org/ |
More information about the Auth_ldap
mailing list