ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/thttpd/extras/htpasswd.1
Revision: 1.1
Committed: Mon Jun 18 21:11:58 2001 UTC (25 years, 3 months ago) by root
Branch: MAIN
CVS Tags: mp_j, dp_j, cp_j, HEAD
Branch point for: connpatch, dirpatch, mmapppatch
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 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.