summaryrefslogtreecommitdiff
path: root/htpasswd.1
blob: 31b5b34e47545234687d4ca6075ddd62ae70aa40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.TH htpasswd 1 "05 May 1998"
.SH NAME
htpasswd - manipulate HTTP-server password files
.SH SYNOPSIS
.B htpasswd
.RB [ -c ]
.I passwordfile
.I username
.SH DESCRIPTION
.PP
Sets a user's password in an httpd-style password file.
The \-c flag creates a new file.
.SH AUTHOR
Rob McCool.
Modified 29aug97 by Jef Poskanzer to accept new password on stdin,
if stdin is a pipe or file.  This is necessary for use from CGI.