home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278513_htdigest.xml < prev    next >
Extensible Markup Language  |  2004-02-09  |  3KB  |  68 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.  
  5. <!--
  6.  Copyright 2003-2004 The Apache Software Foundation
  7.  
  8.  Licensed under the Apache License, Version 2.0 (the "License");
  9.  you may not use this file except in compliance with the License.
  10.  You may obtain a copy of the License at
  11.  
  12.      http://www.apache.org/licenses/LICENSE-2.0
  13.  
  14.  Unless required by applicable law or agreed to in writing, software
  15.  distributed under the License is distributed on an "AS IS" BASIS,
  16.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  17.  See the License for the specific language governing permissions and
  18.  limitations under the License.
  19. -->
  20.  
  21. <manualpage metafile="htdigest.xml.meta">
  22. <parentdocument href="./">Programs</parentdocument>
  23.  
  24. <title>htdigest - manage user files for digest authentication</title>
  25.  
  26. <summary>
  27.     <p><code>htdigest</code> is used to create and update the flat-files used
  28.     to store usernames, realm and password for digest authentication of HTTP
  29.     users. Resources available from the Apache HTTP server can be restricted
  30.     to just the users listed in the files created by <code>htdigest</code>.</p>
  31.  
  32.     <p>This manual page only lists the command line arguments. For details of
  33.     the directives necessary to configure digest authentication in
  34.     <a href="httpd.html">httpd</a> see the Apache manual, which is part
  35.     of the Apache distribution or can be found at
  36.     <a href="http://httpd.apache.org/">http://httpd.apache.org/</a>.</p>
  37. </summary>
  38. <seealso><a href="httpd.html">httpd</a></seealso>
  39. <seealso><module>mod_auth_digest</module></seealso>
  40.  
  41. <section id="synopsis"><title>Synopsis</title>
  42.     <p><code><strong>htdigest</strong> [ -<strong>c</strong> ]
  43.     <var>passwdfile</var> <var>realm</var> <var>username</var></code></p>
  44. </section>
  45.  
  46. <section id="options"><title>Options</title>
  47.     <dl>
  48.     <dt><code>-c</code></dt>
  49.     <dd>Create the <var>passwdfile</var>. If <var>passwdfile</var> already
  50.     exists, it is deleted first.</dd>
  51.  
  52.     <dt><code><var>passwdfile</var></code></dt>
  53.     <dd>Name of the file to contain the username, realm and password. If
  54.     <code>-c</code> is given, this file is created if it does not already
  55.     exist, or deleted and recreated if it does exist.</dd>
  56.  
  57.     <dt><code><var>realm</var></code></dt>
  58.     <dd>The realm name to which the user name belongs.</dd>
  59.  
  60.     <dt><code><var>username</var></code></dt>
  61.     <dd>The user name to create or update in <var>passwdfile</var>. If
  62.     <var>username</var> does not exist is this file, an entry is added. If it
  63.     does exist, the password is changed.</dd>
  64.     </dl>
  65. </section>
  66.  
  67. </manualpage>
  68.