mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
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:
@ -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\&.
|
||||
|
||||
|
@ -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\&.
|
||||
|
||||
|
Reference in New Issue
Block a user