[svnbook commit] r3541 - * src/en/book/ch09-reference.xml

codesite-noreply at google.com codesite-noreply at google.com
Thu Jun 4 15:29:00 CDT 2009


Author: cmpilato
Date: Thu Jun  4 13:27:55 2009
New Revision: 3541

Modified:
    trunk/src/en/book/ch09-reference.xml

Log:
* src/en/book/ch09-reference.xml
   Add documentation for the AuthzForceUsernameCase directive.



Modified: trunk/src/en/book/ch09-reference.xml
==============================================================================
--- trunk/src/en/book/ch09-reference.xml	(original)
+++ trunk/src/en/book/ch09-reference.xml	Thu Jun  4 13:27:55 2009
@@ -9237,6 +9237,22 @@
              </listitem>
            </varlistentry>

+          <varlistentry>
+            <term><literal>AuthzForceUsernameCase Upper| 
Lower</literal></term>
+            <listitem>
+
+              <para>Set to <literal>Upper</literal>
+                or <literal>Lower</literal> to perform case conversion
+                of the specified sort on the authenticated username
+                before checking it for authorization.  While usernames
+                are compared in a case-sensitive fashion against those
+                referenced in the authorization rules file, this
+                directive can at least normalize variably-cased
+                usernames into something consistent.</para>
+
+            </listitem>
+          </varlistentry>
+
          </variablelist>
        </refsect1>





More information about the svnbook-dev mailing list