blob: 5514c1443cb0055ef99ba42a5efd6e076e6378c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<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"
>
<DIV ALIGN="CENTER">
<IMG SRC="../images/sub.gif" ALT="[APACHE DOCUMENTATION]">
<H3>
Apache HTTP Server Version 1.3
</H3>
</DIV>
<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>
<HR>
<H3 ALIGN="CENTER">
Apache HTTP Server Version 1.3
</H3>
<A HREF="./"><IMG SRC="../images/index.gif" ALT="Index"></A>
<A HREF="../"><IMG SRC="../images/home.gif" ALT="Home"></A>
</body>
</html>
|