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