summaryrefslogtreecommitdiff
path: root/docs/manual/programs/htdigest.html
diff options
context:
space:
mode:
author(no author) <(no author)@unknown>2001-05-04 21:54:25 +0000
committer(no author) <(no author)@unknown>2001-05-04 21:54:25 +0000
commitad2dd84025f628d29200b5a9a41d654be678aa6f (patch)
tree35a838b6e9d6510a91e386728e78b4a81cb55781 /docs/manual/programs/htdigest.html
parentf83672781de25207442ff908258219de1d103062 (diff)
downloadhttpd-RSE.tar.gz
This commit was manufactured by cvs2svn to create branch 'RSE'.RSE
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/RSE@88989 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/htdigest.html')
-rw-r--r--docs/manual/programs/htdigest.html52
1 files changed, 0 insertions, 52 deletions
diff --git a/docs/manual/programs/htdigest.html b/docs/manual/programs/htdigest.html
deleted file mode 100644
index c4c00f813e..0000000000
--- a/docs/manual/programs/htdigest.html
+++ /dev/null
@@ -1,52 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html>
-<head><title>Manual Page: htdigest - Apache HTTP Server</title></head>
-<body bgcolor="#ffffff" text="#000000" link="#0000ff"
-vlink="#000080" alink="#ff0000">
-<!--#include virtual="header.html" -->
-<h1 align="center">Manual Page: htdigest</h1>
-<!-- This document was autogenerated from the man page -->
-<pre>
-<strong>NAME</strong>
- htdigest - Create and update user authentication files
-
-<strong>SYNOPSIS</strong>
- <strong>htdigest </strong>[ -<strong>c </strong>] <em>passwdfile realm username</em>
-
-<strong>DESCRIPTION</strong>
- <strong>htdigest </strong>is used to create and update the flat-files used to
- store usernames, realm and password for digest authentica-
- tion of HTTP users. Resources available from the <strong>httpd</strong>
- Apache web server can be restricted to just the users listed
- in the files created by <strong>htdigest.</strong>
-
- This manual page only lists the command line arguments. For
- details of the directives necessary to configure digest
- authentication in <strong>httpd </strong>see the Apache manual, which is part
- of the Apache distribution or can be found at
- http://www.apache.org/.
-
-<strong>OPTIONS</strong>
- -c Create the <em>passwdfile</em>. If <em>passwdfile </em>already exists, it
- is deleted first.
-
- <em>passwdfile</em>
- Name of the file to contain the username, realm and
- password. If -c is given, this file is created if it
- does not already exist, or deleted and recreated if it
- does exist.
-
- <em>realm</em>
- The realm name to which the user name belongs.
-
- <em>username</em>
- The user name to create or update in <strong>passwdfile</strong>. If
- <em>username </em>does not exist is this file, an entry is
- added. If it does exist, the password is changed.
-
-<strong>SEE ALSO</strong>
- <strong>httpd(8)</strong>
-
-</pre>
-<!--#include virtual="footer.html" -->
-</body></html>