Blame docs/man/htdigest.1

Packit 90a5c9
.\" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Packit 90a5c9
.\" DO NOT EDIT! Generated from XML source.
Packit 90a5c9
.\" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Packit 90a5c9
.de Sh \" Subsection
Packit 90a5c9
.br
Packit 90a5c9
.if t .Sp
Packit 90a5c9
.ne 5
Packit 90a5c9
.PP
Packit 90a5c9
\fB\\$1\fR
Packit 90a5c9
.PP
Packit 90a5c9
..
Packit 90a5c9
.de Sp \" Vertical space (when we can't use .PP)
Packit 90a5c9
.if t .sp .5v
Packit 90a5c9
.if n .sp
Packit 90a5c9
..
Packit 90a5c9
.de Ip \" List item
Packit 90a5c9
.br
Packit 90a5c9
.ie \\n(.$>=3 .ne \\$3
Packit 90a5c9
.el .ne 3
Packit 90a5c9
.IP "\\$1" \\$2
Packit 90a5c9
..
Packit 90a5c9
.TH "HTDIGEST" 1 "2018-07-06" "Apache HTTP Server" "htdigest"
Packit 90a5c9
Packit 90a5c9
.SH NAME
Packit 90a5c9
htdigest \- manage user files for digest authentication
Packit 90a5c9
Packit 90a5c9
.SH "SYNOPSIS"
Packit 90a5c9
 
Packit 90a5c9
.PP
Packit 90a5c9
\fB\fBhtdigest\fR [ -\fBc\fR ] \fIpasswdfile\fR \fIrealm\fR \fIusername\fR\fR
Packit 90a5c9
 
Packit 90a5c9
Packit 90a5c9
.SH "SUMMARY"
Packit 90a5c9
 
Packit 90a5c9
.PP
Packit 90a5c9
\fBhtdigest\fR is used to create and update the flat-files used to store usernames, realm and password for digest authentication of HTTP users\&. Resources available from the Apache HTTP server can be restricted to just the users listed in the files created by \fBhtdigest\fR\&.
Packit 90a5c9
 
Packit 90a5c9
.PP
Packit 90a5c9
This manual page only lists the command line arguments\&. For details of the directives necessary to configure digest authentication in httpd see the Apache manual, which is part of the Apache distribution or can be found at http://httpd\&.apache\&.org/\&.
Packit 90a5c9
 
Packit 90a5c9
Packit 90a5c9
.SH "OPTIONS"
Packit 90a5c9
 
Packit 90a5c9
 
Packit 90a5c9
.TP
Packit 90a5c9
\fB-c\fR
Packit 90a5c9
Create the \fIpasswdfile\fR\&. If \fIpasswdfile\fR already exists, it is deleted first\&.  
Packit 90a5c9
.TP
Packit 90a5c9
\fB\fIpasswdfile\fR\fR
Packit 90a5c9
Name of the file to contain the username, realm and password\&. If \fB-c\fR is given, this file is created if it does not already exist, or deleted and recreated if it does exist\&.  
Packit 90a5c9
.TP
Packit 90a5c9
\fB\fIrealm\fR\fR
Packit 90a5c9
The realm name to which the user name belongs\&. See http://tools\&.ietf\&.org/html/rfc2617#section-3\&.2\&.1 for more details\&.  
Packit 90a5c9
.TP
Packit 90a5c9
\fB\fIusername\fR\fR
Packit 90a5c9
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\&.  
Packit 90a5c9
 
Packit 90a5c9
.SH "SECURITY CONSIDERATIONS"
Packit 90a5c9
 
Packit 90a5c9
.PP
Packit 90a5c9
This program is not safe as a setuid executable\&. Do \fInot\fR make it setuid\&.
Packit 90a5c9