Docs update. Sync with transforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@504899 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2007-02-08 13:54:19 +00:00
parent c9d888295d
commit 30621ddf30
16 changed files with 421 additions and 370 deletions

View File

@ -19,7 +19,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
.TH "HTDIGEST" 1 "2003-11-25" "Apache HTTP Server" "htdigest"
.TH "HTDIGEST" 1 "2007-02-08" "Apache HTTP Server" "htdigest"
.SH NAME
htdigest \- manage user files for digest authentication
@ -55,3 +55,8 @@ The realm name to which the user name belongs\&.
\fIusername\fR
The user name to create or update in \fIpasswdfile\fR\&. If \fIusername\fR does not exist is this file, an entry is added\&. If it does exist, the password is changed\&.
.SH "SECURITY CONSIDERATIONS"
.PP
This program is not safe as a setuid executable\&. Do \fInot\fR make it setuid\&.

View File

@ -19,7 +19,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
.TH "HTPASSWD" 1 "2005-11-13" "Apache HTTP Server" "htpasswd"
.TH "HTPASSWD" 1 "2007-02-08" "Apache HTTP Server" "htpasswd"
.SH NAME
htpasswd \- Manage user files for basic authentication
@ -130,6 +130,9 @@ Encrypts the password from the command line (Pwd4Steve) using the MD5 algorithm,
.PP
Web password files such as those managed by htpasswd should \fInot\fR be within the Web server's URI space -- that is, they should not be fetchable with a browser\&.
.PP
This program is not safe as a setuid executable\&. Do \fInot\fR make it setuid\&.
.PP
The use of the -b option is discouraged, since when it is used the unencrypted password appears on the command line\&.