From: Christophe Jaillet Date: Sat, 26 Mar 2016 23:12:06 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.20~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df10617adcac80b3e8247ead23d63318b24b1c1f;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1736708 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 e5a1bc5979..ab3ad64949 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -490,7 +490,7 @@ AuthLDAPMaxSubGroupDepth 1

The following directive would grant access to anyone with the attribute employeeType = active

-
Require ldap-attribute employeeType=active
+
Require ldap-attribute "employeeType=active"

Multiple attribute/value pairs can be specified on the same line @@ -504,7 +504,7 @@ AuthLDAPMaxSubGroupDepth 1

The following directive would grant access to anyone with the city attribute equal to "San Jose" or status equal to "Active"

-
Require ldap-attribute city="San Jose" status=active
+
Require ldap-attribute city="San Jose" "status=active"
@@ -519,7 +519,7 @@ AuthLDAPMaxSubGroupDepth 1

The following directive would grant access to anyone having a cell phone and is in the marketing department

-
Require ldap-filter &(cell=*)(department=marketing)
+
Require ldap-filter "&(cell=*)(department=marketing)"

The difference between the Require ldap-filter directive and the @@ -812,7 +812,7 @@ authorization

AuthLDAPBindAuthoritative Directive

- + @@ -822,7 +822,7 @@ authorization

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 + 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 user's credentials) fails for any reason.

@@ -865,7 +865,7 @@ authorization
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 user's credentials.
Syntax:AuthLDAPBindAuthoritativeoff|on
Syntax:AuthLDAPBindAuthoritative off|on
Default:AuthLDAPBindAuthoritative on
Context:directory, .htaccess
Override:AuthConfig

A bind password to use in conjunction with the bind DN. Note that the bind password is probably sensitive data, and should be - properly protected. You should only use the AuthLDAPBindDN and AuthLDAPBindPassword if you + properly protected. You should only use the AuthLDAPBindDN and AuthLDAPBindPassword if you absolutely need them to search the directory.

If the value begins with exec: the resulting command will be @@ -1031,7 +1031,7 @@ group membership - + @@ -1072,7 +1072,7 @@ own username, instead of anonymously or with hard-coded credentials for the serv
Description:Determines if the server does the initial DN lookup using the basic authentication users' own username, instead of anonymously or with hard-coded credentials for the server
Syntax:AuthLDAPInitialBindAsUser off|on
Syntax:AuthLDAPInitialBindAsUser off|on
Default:AuthLDAPInitialBindAsUser off
Context:directory, .htaccess
Override:AuthConfig
- + @@ -1162,7 +1162,7 @@ query to set the REMOTE_USER environment variable value of the attribute specified. Make sure that this attribute is included in the list of attributes in the AuthLDAPUrl definition, otherwise this directive will have no effect. This directive, if - present, takes precedence over AuthLDAPRemoteUserIsDN. This + present, takes precedence over AuthLDAPRemoteUserIsDN. This directive is useful should you want people to log into a website using an email address, but a backend application expects the username as a userid.

@@ -1238,8 +1238,8 @@ are groups.
Description:Specifies the transformation of the basic authentication username to be used when binding to the LDAP server to perform a DN lookup
Syntax:AuthLDAPInitialBindPatternregex substitution
Syntax:AuthLDAPInitialBindPattern regex substitution
Default:AuthLDAPInitialBindPattern (.*) $1 (remote username used verbatim)
Context:directory, .htaccess
Override:AuthConfig

An LDAP group object may contain members that are users and members that are groups (called nested or sub groups). The - AuthLDAPSubGroupAttribute directive identifies the - labels of group members and the AuthLDAPGroupAttribute + AuthLDAPSubGroupAttribute directive identifies the + labels of group members and the AuthLDAPGroupAttribute directive identifies the labels of the user members. Multiple attributes can be used by specifying this directive multiple times. If not specified, then mod_authnz_ldap uses the @@ -1261,9 +1261,10 @@ objects that are groups during sub-group processing.

An LDAP group object may contain members that are users and members that are groups (called nested or sub groups). The - AuthLDAPSubGroupAttribute directive identifies the + AuthLDAPSubGroupAttribute + directive identifies the labels of members that may be sub-groups of the current group - (as opposed to user members). The AuthLDAPSubGroupClass + (as opposed to user members). The AuthLDAPSubGroupClass directive specifies the LDAP objectClass values used in verifying that these potential sub-groups are in fact group objects. Verified sub-groups can then be searched for more user or sub-group members. Multiple @@ -1360,7 +1361,7 @@ You can of course use search parameters on each of these.

limited to approximately 8000 characters (the definition of MAX_STRING_LEN in the Apache source code). This should be more than sufficient for any application. In 2.4.10 and later, - The word "none" may be used to not use any filter, which may be + the keyword none disables the use of a filter; this is required by some primitive LDAP servers. @@ -1391,7 +1392,7 @@ You can of course use search parameters on each of these.

upgraded to a secure connection on the same port. -

See above for examples of AuthLDAPURL URLs.

+

See above for examples of AuthLDAPUrl URLs.

diff --git a/docs/manual/mod/mod_authnz_ldap.xml.fr b/docs/manual/mod/mod_authnz_ldap.xml.fr index b8bf3c6228..17488fe450 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml.fr +++ b/docs/manual/mod/mod_authnz_ldap.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_authnz_ldap.xml.meta b/docs/manual/mod/mod_authnz_ldap.xml.meta index 4ec661a32d..7a6a237d9a 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml.meta +++ b/docs/manual/mod/mod_authnz_ldap.xml.meta @@ -8,6 +8,6 @@ en - fr + fr