<syntax>AuthLDAPBindPassword <em>password</em></syntax>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
-<compatibility><em>exec:</em> was added in 2.4.6.</compatibility>
<override>AuthConfig</override>
+<compatibility><em>exec:</em> was added in 2.4.6.</compatibility>
<usage>
<p>A bind password to use in conjunction with the bind DN. Note
>DirectoryIndexRedirect</directive> causes an external redirect
to instead be issued.</p>
- The argument can be :
+ <p>The argument can be:</p>
<ul>
- <li><code>on</code> : issues a 302 redirection to the index resource.</li>
- <li><code>off</code> : does not issue a redirection. This is the legacy behaviour of mod_dir.</li>
- <li><code>permanent</code> : issues a 301 (permanent) redirection to the index resource.</li>
- <li><code>temp</code> : this has the same effect as <code>on</code></li>
- <li><code>seeother</code> : issues a 303 redirection (also known as "See Other") to the index resource.</li>
- <li><var>3xx-code</var> : issues a redirection marked by the chosen 3xx code.</li>
+ <li><code>on</code>: issues a 302 redirection to the index resource.</li>
+ <li><code>off</code>: does not issue a redirection. This is the legacy behaviour of mod_dir.</li>
+ <li><code>permanent</code>: issues a 301 (permanent) redirection to the index resource.</li>
+ <li><code>temp</code>: this has the same effect as <code>on</code></li>
+ <li><code>seeother</code>: issues a 303 redirection (also known as "See Other") to the index resource.</li>
+ <li><var>3xx-code</var>: issues a redirection marked by the chosen 3xx code.</li>
</ul>