summaryrefslogtreecommitdiff
path: root/htdocs/manual/programs/htdigest.html
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2005-01-05 23:08:27 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2005-01-05 23:08:27 +0000
commit4d88d4dbec7dbda9442564fa49b2772cfa5b73a2 (patch)
tree4a6f7e47cedf439990c586f4330d804b6e410731 /htdocs/manual/programs/htdigest.html
parenta9a465e5a27a606b642d144ab0c352b69360e773 (diff)
downloadhttpd-4d88d4dbec7dbda9442564fa49b2772cfa5b73a2.tar.gz
The return of the htdocs for Apache 1.3 sans history.
Imported from tip of the httpd-docs-1.3 CVS repository. (just the htdocs dir) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@124296 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'htdocs/manual/programs/htdigest.html')
-rw-r--r--htdocs/manual/programs/htdigest.html63
1 files changed, 63 insertions, 0 deletions
diff --git a/htdocs/manual/programs/htdigest.html b/htdocs/manual/programs/htdigest.html
new file mode 100644
index 0000000000..303b2a5db0
--- /dev/null
+++ b/htdocs/manual/programs/htdigest.html
@@ -0,0 +1,63 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta name="generator" content="HTML Tidy, see www.w3.org" />
+
+ <title>Manual Page: htdigest - Apache HTTP Server</title>
+ </head>
+ <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
+
+ <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 specified, 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>
+