summaryrefslogtreecommitdiff
path: root/htpasswd.1
diff options
context:
space:
mode:
Diffstat (limited to 'htpasswd.1')
-rw-r--r--htpasswd.116
1 files changed, 16 insertions, 0 deletions
diff --git a/htpasswd.1 b/htpasswd.1
new file mode 100644
index 0000000..1124b02
--- /dev/null
+++ b/htpasswd.1
@@ -0,0 +1,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.