]> granicus.if.org Git - apache/commitdiff
Removing some directives that haven't been implemented in 2.4 yet.
authorDaniel Gruno <humbedooh@apache.org>
Fri, 11 May 2012 10:40:31 +0000 (10:40 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 11 May 2012 10:40:31 +0000 (10:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1337105 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_digest.xml

index 1f1ba060d4058d421cda27e805428bba161770af..875f6512688d4de5d756b6d280df374034493c3c 100644 (file)
@@ -212,47 +212,6 @@ authentication</description>
 </usage>
 </directivesynopsis>
 
-<directivesynopsis>
-<name>AuthDigestNonceFormat</name>
-<description>Determines how the nonce is generated</description>
-<syntax>AuthDigestNonceFormat <var>format</var></syntax>
-<contextlist><context>directory</context><context>.htaccess</context>
-</contextlist>
-<override>AuthConfig</override>
-
-<usage>
-    <note>Not implemented yet.</note>
-    <!-- The AuthDigestNonceFormat directive determines how the nonce is
-    generated. -->
-</usage>
-</directivesynopsis>
-
-<directivesynopsis>
-<name>AuthDigestNcCheck</name>
-<description>Enables or disables checking of the nonce-count sent by the
-server</description>
-<syntax>AuthDigestNcCheck On|Off</syntax>
-<default>AuthDigestNcCheck Off</default>
-<contextlist><context>server config</context></contextlist>
-
-<usage>
-    <note>
-      Not implemented yet.
-    </note>
-    <!--
-    <p>The AuthDigestNcCheck directive enables or disables the checking of the
-    nonce-count sent by the server.</p>
-
-    <p>While recommended from a security standpoint, turning this directive
-    On has one important performance implication. To check the nonce-count
-    *all* requests (which have an Authorization header, irrespective of
-    whether they require digest authentication) must be serialized through
-    a critical section. If the server is handling a large number of
-    requests which contain the Authorization header then this may noticeably
-    impact performance.</p>
-     -->
-</usage>
-</directivesynopsis>
 
 <directivesynopsis>
 <name>AuthDigestAlgorithm</name>