From: Eric Covener Date: Fri, 26 Jul 2013 14:34:06 +0000 (+0000) Subject: xforms X-Git-Tag: 2.2.26~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20c96bdb0d4f84b8c3c08d17826036a4ec9e8590;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1507336 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 1d1d42fde4c..a608c23a7f1 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -720,6 +720,21 @@ Require group mygroupfile 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 + executed and the first line returned to standard output by the + program will be used as the password.

+
+#Password used as-is
+AuthLDAPBindPassword secret
+
+#Run /path/to/program to get my password
+AuthLDAPBindPassword exec:/path/to/program
+
+#Run /path/to/otherProgram and provide arguments
+AuthLDAPBindPassword "exec:/path/to/otherProgram argument1"
+
+ +
top

AuthLDAPCharsetConfig Directive

diff --git a/docs/manual/mod/mod_env.html.en b/docs/manual/mod/mod_env.html.en index 3332c4f1d19..e4999a143ff 100644 --- a/docs/manual/mod/mod_env.html.en +++ b/docs/manual/mod/mod_env.html.en @@ -81,7 +81,7 @@ SSI pages

SetEnv Directive

- + @@ -93,6 +93,9 @@ SSI pages

Example

SetEnv SPECIAL_PATH /foo/bin

+ +

If you omit the value argument, the variable is set to + an empty string.

The internal environment variables set by this directive are set after most early request processing directives are run, such as access diff --git a/docs/manual/mod/mod_env.xml.ja b/docs/manual/mod/mod_env.xml.ja index 8815f430c2c..0c2d1f5f328 100644 --- a/docs/manual/mod/mod_env.xml.ja +++ b/docs/manual/mod/mod_env.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/mod/mod_proxy_http.xml.ja b/docs/manual/mod/mod_proxy_http.xml.ja index 82113906703..2943839f0d7 100644 --- a/docs/manual/mod/mod_proxy_http.xml.ja +++ b/docs/manual/mod/mod_proxy_http.xml.ja @@ -1,7 +1,7 @@ - +

Description:Sets environment variables
Syntax:SetEnv env-variable value
Syntax:SetEnv env-variable [value]
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Base