]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ldap calls ldap_simple_bind_s() to validate the user
authorGraham Leggett <minfrin@apache.org>
Fri, 21 May 2004 20:02:39 +0000 (20:02 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 21 May 2004 20:02:39 +0000 (20:02 +0000)
commit463d94359c2fab5c0f0c08132bf6487878f0b509
tree52854ace29c1d0fcfdbaba374f5ba5283c890f81
parenta5292715a3ae153bfd1fe14af49f67c349d41b07
mod_ldap calls ldap_simple_bind_s() to validate the user
credentials.  If the bind fails, the connection is left
in an unbound state.  Make sure that the ldap connection
record is updated to show that the connection is no longer
bound.
PR:
Obtained from:
Submitted by:
Reviewed by: bnicholes, minfrin, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103721 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
modules/experimental/util_ldap.c