From: Eric Covener
A | C | D | E | F | G | H | I | K | L | M | N | O | P | Q | R | S | T | U | V
+A | B | C | D | E | F | G | H | I | K | L | M | N | O | P | Q | R | S | T | U | V | W | X
Available Languages: de | diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en index 1b2483c734e..99e9c32be55 100644 --- a/docs/manual/mod/index.html.en +++ b/docs/manual/mod/index.html.en @@ -57,10 +57,19 @@ available
worker
MPM with the goal
+of consuming threads only for connections with active processingA | B | C | D | E | F | H | I | L | M | N | P | R | S | U | V | W | X
ls
command or the
+ Win32 dir
shell commandmod_dav
mod_dav
Expires
and
+Cache-Control
HTTP headers according to user-specified
+criteriamod_proxy_balancer
mod_proxy_balancer
mod_proxy_balancer
mod_proxy_balancer
mod_proxy
mod_proxy
extension for load balancing mod_proxy
extension for
+CONNECT
request handlingmod_proxy
mod_proxy
mod_proxy
mod_proxy
mod_proxy
mod_proxy
mod_proxy
mod_proxy
mod_proxy
mod_proxy
sed
syntaxAvailable Languages: de | diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en index 8e57dc67e1f..d98f6da27c8 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -130,6 +130,7 @@ for HTTP Basic authentication.
mod_ldap
for d
directive, and the search filter successfully finds a single user
object that matches the dn of the authenticated user.
+ Require ldap-search
+ directive, and the search filter successfully returns a single
+ matching object with any distinguished name.The Require ldap-search
directive allows the
+ administrator to grant access based on a generic LDAP search filter using an
+ expression. If there is exactly one match to the search filter,
+ regardless of the distinguished name, access is granted.
The following directive would grant access to URLs that match the given objects in the + LDAP server:
+ +<LocationMatch ^/dav/(?<SITENAME>[^/]+)/> +Require ldap-search (cn=%{ldap:%{unescape:%{env:MATCH_SITENAME}} Website) +</LocationMatch>+ + +
Note: care must be taken to ensure that any expressions are properly escaped to guard + against LDAP injection. The ldap function can be used as per the example + above.
+ + +