ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

This manual page is associated with Mac OS X Server. It is not available on standard Mac OS X (client) installations.

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



htdigest(1)                                                                                      htdigest(1)



NAME
       htdigest - Create and update user authentication files

SYNOPSIS
       htdigest [ -c ] passwdfile realm username

DESCRIPTION
       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 httpd Apache  web  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 specified, 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.

SEE ALSO
       httpd(8)



                                                February 2004                                    htdigest(1)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.