From: Vincent Bray Date: Fri, 11 Jan 2008 03:36:51 +0000 (+0000) Subject: Link to an explaination of the password format used in an example. X-Git-Tag: 2.3.0~1038 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f7d847e8e6b7564f8315c242681468aea934c31;p=thirdparty%2Fapache%2Fhttpd.git Link to an explaination of the password format used in an example. (Suggested by Jack D. Pond) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@611035 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en index 283dcb065e8..c3e0f610efe 100644 --- a/docs/manual/ssl/ssl_howto.html.en +++ b/docs/manual/ssl/ssl_howto.html.en @@ -204,7 +204,11 @@ AuthBasicProvider file AuthUserFile /usr/local/apache2/conf/httpd.passwd require valid-user </Directory> - + +

The password used in this example is the DES encrypted string "password". + See the SSLOptions docs for more + information.

+

httpd.passwd

 /C=DE/L=Munich/O=Snake Oil, Ltd./OU=Staff/CN=Foo:xxj31ZMTZzkVA
 /C=US/L=S.F./O=Snake Oil, Ltd./OU=CA/CN=Bar:xxj31ZMTZzkVA
diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml
index 50f61d7a625..181fb62a263 100644
--- a/docs/manual/ssl/ssl_howto.xml
+++ b/docs/manual/ssl/ssl_howto.xml
@@ -208,7 +208,11 @@ AuthUserFile         /usr/local/apache2/conf/httpd.passwd
 require              valid-user
 </Directory>
- + +

The password used in this example is the DES encrypted string "password". + See the SSLOptions docs for more + information.

+ httpd.passwd
 /C=DE/L=Munich/O=Snake Oil, Ltd./OU=Staff/CN=Foo:xxj31ZMTZzkVA
 /C=US/L=S.F./O=Snake Oil, Ltd./OU=CA/CN=Bar:xxj31ZMTZzkVA