1HTDIGEST(1) htdigest HTDIGEST(1)
2
3
4
6 htdigest - manage user files for digest authentication
7
8
10 htdigest [ -c ] passwdfile realm username
11
12
13
15 htdigest is used to create and update the flat-files used to store
16 usernames, realm and password for digest authentication of HTTP users.
17 Resources available from the Apache HTTP server can be restricted to
18 just the users listed in the files created by htdigest.
19
20
21 This manual page only lists the command line arguments. For details of
22 the directives necessary to configure digest authentication in httpd
23 see the Apache manual, which is part of the Apache distribution or can
24 be found at http://httpd.apache.org/.
25
26
27
29 -c Create the passwdfile. If passwdfile already exists, it is
30 deleted first.
31
32 passwdfile
33 Name of the file to contain the username, realm and password. If
34 -c is given, this file is created if it does not already exist,
35 or deleted and recreated if it does exist.
36
37 realm The realm name to which the user name belongs. See
38 http://tools.ietf.org/html/rfc2617#section-3.2.1 for more
39 details.
40
41 username
42 The user name to create or update in passwdfile. If username
43 does not exist is this file, an entry is added. If it does
44 exist, the password is changed.
45
46
48 This program is not safe as a setuid executable. Do not make it setuid.
49
50
51
52
53Apache HTTP Server 2018-07-06 HTDIGEST(1)