From: André Malo Date: Sat, 9 Oct 2004 19:44:23 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.1.1~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=058dec70afa95ce0d2ad004058e406f5ae750368;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105397 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index e8dfc92c6b5..c93a08e7ae3 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -88,7 +88,6 @@
  • AuthDigestQop
  • AuthDigestShmemSize
  • AuthGroupFile
  • -
  • AuthLDAPAuthoritative
  • AuthLDAPBindDN
  • AuthLDAPBindPassword
  • AuthLDAPCharsetConfig
  • @@ -105,6 +104,7 @@
  • AuthzDBMType
  • AuthzDefaultAuthoritative
  • AuthzGroupFileAuthoritative
  • +
  • AuthzLDAPAuthoritative
  • AuthzOwnerAuthoritative
  • AuthzUserAuthoritative
  • BrowserMatch
  • diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 25f598074dc..e620f73fac2 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -89,7 +89,6 @@
  • AuthDigestQop
  • AuthDigestShmemSize
  • AuthGroupFile
  • -
  • AuthLDAPAuthoritative
  • AuthLDAPBindDN
  • AuthLDAPBindPassword
  • AuthLDAPCharsetConfig
  • @@ -106,6 +105,7 @@
  • AuthzDBMType
  • AuthzDefaultAuthoritative
  • AuthzGroupFileAuthoritative
  • +
  • AuthzLDAPAuthoritative
  • AuthzOwnerAuthoritative
  • AuthzUserAuthoritative
  • BrowserMatch
  • diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es index 772a0f54ac9..615e000821c 100644 --- a/docs/manual/mod/directives.html.es +++ b/docs/manual/mod/directives.html.es @@ -91,7 +91,6 @@
  • AuthDigestQop
  • AuthDigestShmemSize
  • AuthGroupFile
  • -
  • AuthLDAPAuthoritative
  • AuthLDAPBindDN
  • AuthLDAPBindPassword
  • AuthLDAPCharsetConfig
  • @@ -108,6 +107,7 @@
  • AuthzDBMType
  • AuthzDefaultAuthoritative
  • AuthzGroupFileAuthoritative
  • +
  • AuthzLDAPAuthoritative
  • AuthzOwnerAuthoritative
  • AuthzUserAuthoritative
  • BrowserMatch
  • diff --git a/docs/manual/mod/directives.html.ja.euc-jp b/docs/manual/mod/directives.html.ja.euc-jp index e369758d3a5..2bf2c8a1635 100644 --- a/docs/manual/mod/directives.html.ja.euc-jp +++ b/docs/manual/mod/directives.html.ja.euc-jp @@ -86,7 +86,6 @@
  • AuthDigestQop
  • AuthDigestShmemSize
  • AuthGroupFile
  • -
  • AuthLDAPAuthoritative
  • AuthLDAPBindDN
  • AuthLDAPBindPassword
  • AuthLDAPCharsetConfig
  • @@ -103,6 +102,7 @@
  • AuthzDBMType
  • AuthzDefaultAuthoritative
  • AuthzGroupFileAuthoritative
  • +
  • AuthzLDAPAuthoritative
  • AuthzOwnerAuthoritative
  • AuthzUserAuthoritative
  • BrowserMatch
  • diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr index 8ba1b1b9a83..9cab1e83533 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -86,7 +86,6 @@
  • AuthDigestQop
  • AuthDigestShmemSize
  • AuthGroupFile
  • -
  • AuthLDAPAuthoritative
  • AuthLDAPBindDN
  • AuthLDAPBindPassword
  • AuthLDAPCharsetConfig
  • @@ -103,6 +102,7 @@
  • AuthzDBMType
  • AuthzDefaultAuthoritative
  • AuthzGroupFileAuthoritative
  • +
  • AuthzLDAPAuthoritative
  • AuthzOwnerAuthoritative
  • AuthzUserAuthoritative
  • BrowserMatch
  • diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en index 9b6c9f2e78b..c2ae1553283 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -58,7 +58,6 @@ for HTTP Basic authentication.

    Directives

    Topics

    -
    -
    top
    -

    AuthLDAPAuthoritative Directive

    - - - - - - - - -
    Description:Prevent other authentication modules from -authenticating the user if this one fails
    Syntax:AuthLDAPAuthoritative on|off
    Default:AuthLDAPAuthoritative on
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_authnz_ldap
    -

    Set to off if this module should let other - authentication modules attempt to authenticate the user, should - authentication with this module fail. Control is only passed on - to lower modules if there is no DN or rule that matches the - supplied user name (as passed by the client).

    -
    top

    AuthLDAPBindDN Directive

    @@ -849,6 +830,25 @@ environment variable

    See above for examples of AuthLDAPURL URLs.

    +
    +
    top
    +

    AuthzLDAPAuthoritative Directive

    + + + + + + + + +
    Description:Prevent other authentication modules from +authenticating the user if this one fails
    Syntax:AuthzLDAPAuthoritative on|off
    Default:AuthzLDAPAuthoritative on
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_authnz_ldap
    +

    Set to off if this module should let other + authentication modules attempt to authenticate the user, should + authentication with this module fail. Control is only passed on + to lower modules if there is no DN or rule that matches the + supplied user name (as passed by the client).

    +
    diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 8359a9053d4..786862070ca 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -35,14 +35,16 @@

    This module implements a proxy/gateway for Apache. It implements - proxying capability for FTP, CONNECT (for SSL), + proxying capability for AJP13 (Apache JServe Protocol + version 1.3), FTP, CONNECT (for SSL), HTTP/0.9, HTTP/1.0, and HTTP/1.1. The module can be configured to connect to other proxy modules for these and other protocols.

    Apache's proxy features are divided into several modules in addition to mod_proxy: - mod_proxy_http, mod_proxy_ftp + mod_proxy_http, mod_proxy_ftp, + mod_proxy_ajp, mod_proxy_balancer, and mod_proxy_connect. Thus, if you want to use one or more of the particular proxy functions, load mod_proxy and the appropriate module(s) @@ -448,7 +450,7 @@ directly (sometimes used in the netmask form 255.255.0.0)

    192.168.112.0/21
    the subnet 192.168.112.0/21 with a netmask of 21 - valid bits (also used in the form 255.255.248.0)
    + valid bits (also used in the form 255.255.248.0)

    As a degenerate case, a SubNet with 32 valid bits is the @@ -651,7 +653,8 @@ proxied

    This directive is useful for reverse-proxy setups, where you want to have a common look and feel on the error pages seen by the end user. - This also allows for included files (via mod_include's SSI) to get + This also allows for included files (via + mod_include's SSI) to get the error code and act accordingly (default behavior would display the error page of the proxied server, turning this on shows the SSI Error message).

    @@ -752,7 +755,7 @@ through

    Note

    Order is important. you need to put the exclusions before the - general proxypass directive.

    + general ProxyPass directive.

    When used inside a <Location> section, the first argument is omitted and the local @@ -800,8 +803,8 @@ proxied server

    ProxyPass /mirror/foo/ http://backend.example.com/
    - ProxyPassReverse /mirror/foo/ http://backend.example.com/ - ProxyPassReverseCookieDomain backend.example.com public.example.com + ProxyPassReverse /mirror/foo/ http://backend.example.com/
    + ProxyPassReverseCookieDomain backend.example.com public.example.com
    ProxyPassReverseCookiePath / /mirror/foo/

    @@ -871,7 +874,7 @@ request

    When enabled, this option will pass the Host: line from the incoming request to the proxied host, instead of the hostname specified in the - proxypass line.

    + ProxyPass line.

    This option should normally be turned Off. It is mostly useful in special configurations like proxied mass name-based virtual @@ -1011,7 +1014,7 @@ header for proxied requests Module:mod_proxy

    This directive controls the use of the Via: HTTP - header by the proxy. Its intended use is to control the flow of of + header by the proxy. Its intended use is to control the flow of proxy requests along a chain of proxy servers. See RFC 2616 (HTTP/1.1), section 14.45 for an explanation of Via: header lines.

    diff --git a/docs/manual/mod/mod_proxy_ajp.html.en b/docs/manual/mod/mod_proxy_ajp.html.en index 813bdeb002e..88b743b2014 100644 --- a/docs/manual/mod/mod_proxy_ajp.html.en +++ b/docs/manual/mod/mod_proxy_ajp.html.en @@ -27,7 +27,8 @@ mod_proxy Status:Extension Module Identifier:proxy_ajp_module -Source File:proxy_ajp.c +Source File:proxy_ajp.c +Compatibility:Available in version 2.1 and later

    Summary

    This module requires the service of mod_proxy. It provides support for the diff --git a/docs/manual/mod/mod_proxy_balancer.html.en b/docs/manual/mod/mod_proxy_balancer.html.en index 5f31a8badc5..bfe43237981 100644 --- a/docs/manual/mod/mod_proxy_balancer.html.en +++ b/docs/manual/mod/mod_proxy_balancer.html.en @@ -27,7 +27,8 @@ load balancing Status:Extension Module Identifier:proxy_balancer_module -Source File:proxy_balancer.c +Source File:proxy_balancer.c +Compatibility:Available in version 2.1 and later

    Summary

    This module requires the service of mod_proxy. It provides load balancing support for diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 2b16a922ee9..c15c7f360c5 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -165,32 +165,32 @@ authentication of clients AuthGroupFile file-pathdhBSets the name of a text file containing the list of user groups for authentication -AuthLDAPAuthoritative on|off on dhEPrevent other authentication modules from -authenticating the user if this one fails -AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server -AuthLDAPBindPassword passworddhEPassword used in conjuction with the bind DN -AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file -AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs -AuthLDAPDereferenceAliases never|searching|finding|always Always dhEWhen will the module de-reference aliases -AuthLDAPGroupAttribute attributedhELDAP attributes used to check for group membership -AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for +AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server +AuthLDAPBindPassword passworddhEPassword used in conjuction with the bind DN +AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file +AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs +AuthLDAPDereferenceAliases never|searching|finding|always Always dhEWhen will the module de-reference aliases +AuthLDAPGroupAttribute attributedhELDAP attributes used to check for group membership +AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for group membership -AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER +AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER environment variable -AuthLDAPUrl urldhEURL specifying the LDAP search parameters -AuthName auth-BereichdhCAutorisierungsbereich zur Verwendung in der +AuthLDAPUrl urldhEURL specifying the LDAP search parameters +AuthName auth-BereichdhCAutorisierungsbereich zur Verwendung in der HTTP-Authentisierung -AuthType Basic|DigestdhCArt der Authentisierung -AuthUserFile file-pathdhBSets the name of a text file containing the list of users and +AuthType Basic|DigestdhCArt der Authentisierung +AuthUserFile file-pathdhBSets the name of a text file containing the list of users and passwords for authentication -AuthzDBMAuthoritative On|Off On dhESets whether authorization will be passed on to lower level +AuthzDBMAuthoritative On|Off On dhESets whether authorization will be passed on to lower level modules -AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to +AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to store passwords -AuthzDefaultAuthoritative On|Off On dhBSets whether authorization is passed to lower level +AuthzDefaultAuthoritative On|Off On dhBSets whether authorization is passed to lower level modules -AuthzGroupFileAuthoritative On|Off On dhBSets whether authorization will be passed on to lower level +AuthzGroupFileAuthoritative On|Off On dhBSets whether authorization will be passed on to lower level modules +AuthzLDAPAuthoritative on|off on dhEPrevent other authentication modules from +authenticating the user if this one fails AuthzOwnerAuthoritative On|Off On dhESets whether authorization will be passed on to lower level modules AuthzUserAuthoritative On|Off On dhBSets whether authorization will be passed on to lower level diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 60871f52905..82474cfeb9b 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -161,32 +161,32 @@ authentication of clients AuthGroupFile file-pathdhBSets the name of a text file containing the list of user groups for authentication -AuthLDAPAuthoritative on|off on dhEPrevent other authentication modules from -authenticating the user if this one fails -AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server -AuthLDAPBindPassword passworddhEPassword used in conjuction with the bind DN -AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file -AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs -AuthLDAPDereferenceAliases never|searching|finding|always Always dhEWhen will the module de-reference aliases -AuthLDAPGroupAttribute attributedhELDAP attributes used to check for group membership -AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for +AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server +AuthLDAPBindPassword passworddhEPassword used in conjuction with the bind DN +AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file +AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs +AuthLDAPDereferenceAliases never|searching|finding|always Always dhEWhen will the module de-reference aliases +AuthLDAPGroupAttribute attributedhELDAP attributes used to check for group membership +AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for group membership -AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER +AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER environment variable -AuthLDAPUrl urldhEURL specifying the LDAP search parameters -AuthName auth-domaindhCAuthorization realm for use in HTTP +AuthLDAPUrl urldhEURL specifying the LDAP search parameters +AuthName auth-domaindhCAuthorization realm for use in HTTP authentication -AuthType Basic|DigestdhCType of user authentication -AuthUserFile file-pathdhBSets the name of a text file containing the list of users and +AuthType Basic|DigestdhCType of user authentication +AuthUserFile file-pathdhBSets the name of a text file containing the list of users and passwords for authentication -AuthzDBMAuthoritative On|Off On dhESets whether authorization will be passed on to lower level +AuthzDBMAuthoritative On|Off On dhESets whether authorization will be passed on to lower level modules -AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to +AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to store passwords -AuthzDefaultAuthoritative On|Off On dhBSets whether authorization is passed to lower level +AuthzDefaultAuthoritative On|Off On dhBSets whether authorization is passed to lower level modules -AuthzGroupFileAuthoritative On|Off On dhBSets whether authorization will be passed on to lower level +AuthzGroupFileAuthoritative On|Off On dhBSets whether authorization will be passed on to lower level modules +AuthzLDAPAuthoritative on|off on dhEPrevent other authentication modules from +authenticating the user if this one fails AuthzOwnerAuthoritative On|Off On dhESets whether authorization will be passed on to lower level modules AuthzUserAuthoritative On|Off On dhBSets whether authorization will be passed on to lower level diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index edc4de61b3c..ac45fcab0ca 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -164,32 +164,32 @@ authentication of clients AuthGroupFile file-pathdhBSets the name of a text file containing the list of user groups for authentication -AuthLDAPAuthoritative on|off on dhEPrevent other authentication modules from -authenticating the user if this one fails -AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server -AuthLDAPBindPassword passworddhEPassword used in conjuction with the bind DN -AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file -AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs -AuthLDAPDereferenceAliases never|searching|finding|always Always dhEWhen will the module de-reference aliases -AuthLDAPGroupAttribute attributedhELDAP attributes used to check for group membership -AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for +AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server +AuthLDAPBindPassword passworddhEPassword used in conjuction with the bind DN +AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file +AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs +AuthLDAPDereferenceAliases never|searching|finding|always Always dhEWhen will the module de-reference aliases +AuthLDAPGroupAttribute attributedhELDAP attributes used to check for group membership +AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for group membership -AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER +AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER environment variable -AuthLDAPUrl urldhEURL specifying the LDAP search parameters -AuthName auth-domaindhCAuthorization realm for use in HTTP +AuthLDAPUrl urldhEURL specifying the LDAP search parameters +AuthName auth-domaindhCAuthorization realm for use in HTTP authentication -AuthType Basic|DigestdhCType of user authentication -AuthUserFile file-pathdhBSets the name of a text file containing the list of users and +AuthType Basic|DigestdhCType of user authentication +AuthUserFile file-pathdhBSets the name of a text file containing the list of users and passwords for authentication -AuthzDBMAuthoritative On|Off On dhESets whether authorization will be passed on to lower level +AuthzDBMAuthoritative On|Off On dhESets whether authorization will be passed on to lower level modules -AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to +AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to store passwords -AuthzDefaultAuthoritative On|Off On dhBSets whether authorization is passed to lower level +AuthzDefaultAuthoritative On|Off On dhBSets whether authorization is passed to lower level modules -AuthzGroupFileAuthoritative On|Off On dhBSets whether authorization will be passed on to lower level +AuthzGroupFileAuthoritative On|Off On dhBSets whether authorization will be passed on to lower level modules +AuthzLDAPAuthoritative on|off on dhEPrevent other authentication modules from +authenticating the user if this one fails AuthzOwnerAuthoritative On|Off On dhESets whether authorization will be passed on to lower level modules AuthzUserAuthoritative On|Off On dhBSets whether authorization will be passed on to lower level diff --git a/docs/manual/mod/quickreference.html.ja.euc-jp b/docs/manual/mod/quickreference.html.ja.euc-jp index 20e821be083..2656e672a2a 100644 --- a/docs/manual/mod/quickreference.html.ja.euc-jp +++ b/docs/manual/mod/quickreference.html.ja.euc-jp @@ -157,29 +157,29 @@ authentication of clients AuthGroupFile file-pathdhBǧ¾Ú¤Ë»ÈÍѤ¹¤ë¥æ¡¼¥¶¥°¥ë¡¼¥×¤Î°ìÍ÷¤¬³ÊǼ¤µ¤ì¤Æ¤¤¤ë¡¢ ¥Æ¥­¥¹¥È¥Õ¥¡¥¤¥ë¤Î̾Á°¤òÀßÄꤹ¤ë -AuthLDAPAuthoritative on|off on dhEPrevent other authentication modules from -authenticating the user if this one fails -AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server -AuthLDAPBindPassword passworddhEPassword used in conjuction with the bind DN -AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file -AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs -AuthLDAPDereferenceAliases never|searching|finding|always Always dhEWhen will the module de-reference aliases -AuthLDAPGroupAttribute attributedhELDAP attributes used to check for group membership -AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for +AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server +AuthLDAPBindPassword passworddhEPassword used in conjuction with the bind DN +AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file +AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs +AuthLDAPDereferenceAliases never|searching|finding|always Always dhEWhen will the module de-reference aliases +AuthLDAPGroupAttribute attributedhELDAP attributes used to check for group membership +AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for group membership -AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER +AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER environment variable -AuthLDAPUrl urldhEURL specifying the LDAP search parameters -AuthName auth-domaindhCHTTP ǧ¾Ú¤Îǧ²ÄÎΰè (ÌõÃí: realm) -AuthType Basic|DigestdhC¥æ¡¼¥¶Ç§¾Ú¤Î¼ïÎà -AuthUserFile file-pathdhBǧ¾Ú¤Ë»ÈÍѤ¹¤ë¥æ¡¼¥¶¤È¥Ñ¥¹¥ï¡¼¥É¤Î°ìÍ÷¤¬³ÊǼ¤µ¤ì¤Æ¤¤¤ë¡¢ +AuthLDAPUrl urldhEURL specifying the LDAP search parameters +AuthName auth-domaindhCHTTP ǧ¾Ú¤Îǧ²ÄÎΰè (ÌõÃí: realm) +AuthType Basic|DigestdhC¥æ¡¼¥¶Ç§¾Ú¤Î¼ïÎà +AuthUserFile file-pathdhBǧ¾Ú¤Ë»ÈÍѤ¹¤ë¥æ¡¼¥¶¤È¥Ñ¥¹¥ï¡¼¥É¤Î°ìÍ÷¤¬³ÊǼ¤µ¤ì¤Æ¤¤¤ë¡¢ ¥Æ¥­¥¹¥È¥Õ¥¡¥¤¥ë¤Î̾Á°¤òÀßÄꤹ¤ë -AuthzDBMAuthoritative On|Off On dhESets whether authorization will be passed on to lower level +AuthzDBMAuthoritative On|Off On dhESets whether authorization will be passed on to lower level modules -AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to +AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to store passwords -AuthzDefaultAuthoritative On|Off On dhB¾µÇ§¤¬Äã°Ì¤Î¥â¥¸¥å¡¼¥ë¤ËÅϤµ¤ì¤ë¤«¤É¤¦¤«¤òÀßÄꤹ¤ë -AuthzGroupFileAuthoritative On|Off On dhB¾µÇ§¤¬²¼°Ì¤Î¥â¥¸¥å¡¼¥ë¤ËÅϤµ¤ì¤ë¤«¤É¤¦¤«¤òÀßÄꤹ¤ë +AuthzDefaultAuthoritative On|Off On dhB¾µÇ§¤¬Äã°Ì¤Î¥â¥¸¥å¡¼¥ë¤ËÅϤµ¤ì¤ë¤«¤É¤¦¤«¤òÀßÄꤹ¤ë +AuthzGroupFileAuthoritative On|Off On dhB¾µÇ§¤¬²¼°Ì¤Î¥â¥¸¥å¡¼¥ë¤ËÅϤµ¤ì¤ë¤«¤É¤¦¤«¤òÀßÄꤹ¤ë +AuthzLDAPAuthoritative on|off on dhEPrevent other authentication modules from +authenticating the user if this one fails AuthzOwnerAuthoritative On|Off On dhESets whether authorization will be passed on to lower level modules AuthzUserAuthoritative On|Off On dhBSets whether authorization will be passed on to lower level diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index 29a74087d62..779bbe56b57 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -149,28 +149,28 @@ URI AuthDigestShmemSize size 1000 sXŬ¶óÀÌ¾ðÆ®¸¦ ÃßÀûÇϱâÀ§ÇØ ÇÒ´çÇÏ´Â °øÀ¯¸Þ¸ð¸®·® AuthGroupFile file-pathdhBÀÎÁõ¿¡ »ç¿ëÇÒ »ç¿ëÀÚ ±×·ì ¸ñ·ÏÀ» ÀúÀåÇÏ´Â ¹®ÀÚÆÄÀϸíÀ» ÁöÁ¤ÇÑ´Ù -AuthLDAPAuthoritative on|off on dhEPrevent other authentication modules from -authenticating the user if this one fails -AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server -AuthLDAPBindPassword passworddhEPassword used in conjuction with the bind DN -AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file -AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs -AuthLDAPDereferenceAliases never|searching|finding|always Always dhEWhen will the module de-reference aliases -AuthLDAPGroupAttribute attributedhELDAP attributes used to check for group membership -AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for +AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server +AuthLDAPBindPassword passworddhEPassword used in conjuction with the bind DN +AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file +AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs +AuthLDAPDereferenceAliases never|searching|finding|always Always dhEWhen will the module de-reference aliases +AuthLDAPGroupAttribute attributedhELDAP attributes used to check for group membership +AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for group membership -AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER +AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER environment variable -AuthLDAPUrl urldhEURL specifying the LDAP search parameters -AuthName auth-domaindhCAuthorization realm for use in HTTP +AuthLDAPUrl urldhEURL specifying the LDAP search parameters +AuthName auth-domaindhCAuthorization realm for use in HTTP authentication -AuthType Basic|DigestdhCType of user authentication -AuthUserFile file-pathdhBÀÎÁõÇÒ »ç¿ëÀÚ¸í¿Í ¾ÏÈ£ ¸ñ·ÏÀ» ÀúÀåÇÏ´Â ¹®ÀÚÆÄÀϸíÀ» +AuthType Basic|DigestdhCType of user authentication +AuthUserFile file-pathdhBÀÎÁõÇÒ »ç¿ëÀÚ¸í¿Í ¾ÏÈ£ ¸ñ·ÏÀ» ÀúÀåÇÏ´Â ¹®ÀÚÆÄÀϸíÀ» ÁöÁ¤ÇÑ´Ù -AuthzDBMAuthoritative On|Off On dhE±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ -AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhE¾ÏÈ£¸¦ ÀúÀåÇÏ´Â µ¥ÀÌÅͺ£À̽º ÆÄÀÏ Á¾·ù¸¦ ÁöÁ¤ÇÑ´Ù -AuthzDefaultAuthoritative On|Off On dhB±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ -AuthzGroupFileAuthoritative On|Off On dhB±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ +AuthzDBMAuthoritative On|Off On dhE±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ +AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhE¾ÏÈ£¸¦ ÀúÀåÇÏ´Â µ¥ÀÌÅͺ£À̽º ÆÄÀÏ Á¾·ù¸¦ ÁöÁ¤ÇÑ´Ù +AuthzDefaultAuthoritative On|Off On dhB±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ +AuthzGroupFileAuthoritative On|Off On dhB±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ +AuthzLDAPAuthoritative on|off on dhEPrevent other authentication modules from +authenticating the user if this one fails AuthzOwnerAuthoritative On|Off On dhE±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ AuthzUserAuthoritative On|Off On dhB±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ BrowserMatch regex [!]env-variable[=value]