summaryrefslogtreecommitdiff
path: root/htpasswd.1
blob: 1124b0240e496d152be61b1ee2c042ad4d5a9110 (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.