warning about crypt alogrithm from 2.4 man page
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1500329 13f79535-47bb-0310-9956-
ffa450edef68
one) is omitted. It cannot be combined with the <code>-c</code> option.</dd>
<dt><code>-m</code></dt>
- <dd>Use MD5 encryption for passwords. This is the default.</dd>
+ <dd>Use MD5 encryption for passwords. This is the default (since version
+ 2.2.18).</dd>
<dt><code>-d</code></dt>
<dd>Use <code>crypt()</code> encryption for passwords. This is not
supported by the <program>httpd</program> server on Windows and
- Netware and TPF.</dd>
+ Netware and TPF. This algorithm limits the password length to 8
+ characters. This algorithm is <strong>insecure</strong> by today's
+ standards. It used to be the default algorithm until version 2.2.17.</dd>
<dt><code>-s</code></dt>
<dd>Use SHA encryption for passwords. Facilitates migration from/to Netscape