From: Eric Covener Date: Wed, 18 Nov 2009 15:55:29 +0000 (+0000) Subject: doc for AuthLDAPBindAuthoritative X-Git-Tag: 2.3.4~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13852f1b076afdd9621303df0b9705f0339df598;p=apache doc for AuthLDAPBindAuthoritative git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@881812 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en index b9d114cc7b..840b7c0935 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -59,6 +59,7 @@ for HTTP Basic authentication.

Directives

+
+
top
+

AuthLDAPBindAuthoritative Directive

+ + + + + + + + +
Description:Determines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the users credentials.
Syntax:AuthLDAPBindAuthoritativeoff|on
Default:AuthLDAPBindAuhtoritative on
Context:directory, .htaccess
Override:AuthConfig
Status:Extension
Module:mod_authnz_ldap
+

By default, subsequent authentication providers are only queried if a + user cannot be mapped to a DN, but not if the user can be mapped to a DN and their + password cannot be verified with an LDAP bind. + If AuthLDAPBindAuthoritative + is set to off, other configured authentication modules will have + a chance to validate the user if the LDAP bind (with the current users credentials) + fails for any reason.

+

This allows users present in both LDAP and + AuthUserFile to authenticate + when the LDAP server is available but the users account is locked or password + is otherwise unusable.

+ +

See also

+
top

AuthLDAPBindDN Directive

diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 11758353f1..2a77b81e0c 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -751,6 +751,31 @@ Require group mygroupfile + +AuthLDAPBindAuthoritative +Determines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the users credentials. +AuthLDAPBindAuthoritativeoff|on +AuthLDAPBindAuhtoritative on +directory.htaccess + +AuthConfig + +

By default, subsequent authentication providers are only queried if a + user cannot be mapped to a DN, but not if the user can be mapped to a DN and their + password cannot be verified with an LDAP bind. + If AuthLDAPBindAuthoritative + is set to off, other configured authentication modules will have + a chance to validate the user if the LDAP bind (with the current users credentials) + fails for any reason.

+

This allows users present in both LDAP and + AuthUserFile to authenticate + when the LDAP server is available but the users account is locked or password + is otherwise unusable.

+
+AuthUserFile +AuthBasicProvider +
+ AuthLDAPBindDN Optional DN to use in binding to the LDAP server