File: htpasswd.1

package info (click to toggle)
mini-httpd 1.19-9.2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 300 kB
  • ctags: 273
  • sloc: ansic: 3,430; sh: 346; makefile: 106
file content (16 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (12)
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.