home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 November / PCWorld_2003-11_cd.bin / Komunik / apache / apache_2.0.47-win32-x86-no_ssl.msi / Data.Cab / F251298_htdigest.xml < prev    next >
Extensible Markup Language  |  2003-04-30  |  2KB  |  51 lines

  1. <?xml version='1.0' encoding='UTF-8' ?>
  2. <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <manualpage metafile="htdigest.xml.meta">
  5. <parentdocument href="./">Programs</parentdocument>
  6.  
  7. <title>htdigest - manage user files for digest authentication</title>
  8.  
  9. <summary>
  10.     <p><code>htdigest</code> is used to create and update the flat-files used
  11.     to store usernames, realm and password for digest authentication of HTTP
  12.     users. Resources available from the Apache HTTP server can be restricted
  13.     to just the users listed in the files created by <code>htdigest</code>.</p>
  14.  
  15.     <p>This manual page only lists the command line arguments. For details of
  16.     the directives necessary to configure digest authentication in
  17.     <a href="httpd.html">httpd</a> see the Apache manual, which is part
  18.     of the Apache distribution or can be found at
  19.     <a href="http://httpd.apache.org/">http://httpd.apache.org/</a>.</p>
  20. </summary>
  21. <seealso><a href="httpd.html">httpd</a></seealso>
  22. <seealso><module>mod_auth_digest</module></seealso>
  23.  
  24. <section id="synopsis"><title>Synopsis</title>
  25.     <p><code><strong>htdigest</strong> [ -<strong>c</strong> ]
  26.     <var>passwdfile</var> <var>realm</var> <var>username</var></code></p>
  27. </section>
  28.  
  29. <section id="options"><title>Options</title>
  30.     <dl>
  31.     <dt><code>-c</code></dt>
  32.     <dd>Create the <var>passwdfile</var>. If <var>passwdfile</var> already
  33.     exists, it is deleted first.</dd>
  34.  
  35.     <dt><code><var>passwdfile</var></code></dt>
  36.     <dd>Name of the file to contain the username, realm and password. If
  37.     <code>-c</code> is given, this file is created if it does not already
  38.     exist, or deleted and recreated if it does exist.</dd>
  39.  
  40.     <dt><code><var>realm</var></code></dt>
  41.     <dd>The realm name to which the user name belongs.</dd>
  42.  
  43.     <dt><code><var>username</var></code></dt>
  44.     <dd>The user name to create or update in <var>passwdfile</var>. If
  45.     <var>username</var> does not exist is this file, an entry is added. If it
  46.     does exist, the password is changed.</dd>
  47.     </dl>
  48. </section>
  49.  
  50. </manualpage>
  51.