This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



HTDIGEST(1)                                       htdigest                                       HTDIGEST(1)



NAME
       htdigest - manage user files for digest authentication


SYNOPSIS
       htdigest [ -c ] passwdfile realm username



SUMMARY
       htdigest  is used to create and update the flat-files used to store usernames, realm and password for
       digest authentication of HTTP  users.  Resources  available  from  the  Apache  HTTP  server  can  be
       restricted to just the users listed in the files created by htdigest.


       This  manual  page  only lists the command line arguments. For details of the directives necessary to
       configure digest authentication in httpd see the Apache manual, which is part of the Apache distribu-tion distribution
       tion or can be found at http://httpd.apache.org/.



OPTIONS
       -c     Create the passwdfile. If passwdfile already exists, it is deleted first.

       passwdfile
              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.

       realm  The realm name to which the user name belongs.

       username
              The user name to create or update in passwdfile. If username does not exist is this  file,  an
              entry is added. If it does exist, the password is changed.


SECURITY CONSIDERATIONS
       This program is not safe as a setuid executable. Do not make it setuid.




Apache HTTP Server                               2007-04-24                                      HTDIGEST(1)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...