Merge branch 'debian'
[hcoop/debian/courier-authlib.git] / authpasswd.html
index 1fca60d..788e86e 100644 (file)
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>authpasswd</title><link rel="stylesheet" href="style.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"/><link rel="start" href="#authpasswd" title="authpasswd"/><link xmlns="" rel="stylesheet" type="text/css" href="manpage.css"/><meta xmlns="" name="MSSmartTagsPreventParsing" content="TRUE"/><link xmlns="" rel="icon" href="icon.gif" type="image/gif"/><!--
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>authpasswd</title><link rel="stylesheet" type="text/css" href="style.css"/><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"/><link rel="home" href="#authpasswd" title="authpasswd"/><link xmlns="" rel="stylesheet" type="text/css" href="manpage.css"/><meta xmlns="" name="MSSmartTagsPreventParsing" content="TRUE"/><link xmlns="" rel="icon" href="icon.gif" type="image/gif"/><!--
 
-Copyright 1998 - 2007 Double Precision, Inc.  See COPYING for distribution
+Copyright 1998 - 2009 Double Precision, Inc.  See COPYING for distribution
 information.
 
---></head><body><div class="refentry" lang="en" xml:lang="en"><a id="authpasswd" shape="rect"> </a><div class="titlepage"/><div class="refnamediv"><h2>Name</h2><p>authpasswd — Generate login passwords</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">authpasswd</code>  [method]</p></div></div><div class="refsect1" lang="en" xml:lang="en"><a id="id333859" shape="rect"> </a><h2>DESCRIPTION</h2><p>
+--></head><body><div class="refentry"><a id="authpasswd" shape="rect"> </a><div class="titlepage"/><div class="refnamediv"><h2>Name</h2><p>authpasswd — Generate login passwords</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">authpasswd</code>  [method]</p></div></div><div class="refsect1"><a id="idm247885107840" shape="rect"> </a><h2>DESCRIPTION</h2><p>
 <span class="command"><strong>authpasswd</strong></span> is a helper utility that generates encrypted
 passwords for the
 Courier authentication library.
@@ -17,9 +17,10 @@ The encrypted password can be inserted verbatim into the appropriate
 account record that's processed by the authentication library's
 <code class="literal">authmysql</code>,
 <code class="literal">authpgsql</code>,
+<code class="literal">authsqlite</code>,
 or <code class="literal">authldap</code> module.</p><p>
 <em class="replaceable"><code>method</code></em> may be set to one of the following
-literals:</p><div class="variablelist"><dl><dt><span class="term">crypt</span></dt><dd><p>
+literals:</p><div class="variablelist"><dl class="variablelist"><dt><span class="term">crypt</span></dt><dd><p>
 Use the traditional <acronym class="acronym">DES</acronym>-based encrypted password.</p></dd><dt><span class="term">md5</span></dt><dd><p>
 Compute a base64-encoded <acronym class="acronym">MD5</acronym> password hash.</p></dd><dt><span class="term">md5raw</span></dt><dd><p>
 Compute a hexadecimal-encoded <acronym class="acronym">MD5</acronym> password hash.</p></dd><dt><span class="term">sha1</span></dt><dd><p>
@@ -29,5 +30,5 @@ Compute a <acronym class="acronym">SHA256</acronym> password hash.</p></dd></dl>
 If not specified,
 <em class="replaceable"><code>method</code></em> defaults to the
 modified-<acronym class="acronym">MD5</acronym> password encryption algorithm that's used
-in Linux (note that this is different from the “<span class="quote">md5</span>” password
+in Linux (note that this is different from the <span class="quote">“<span class="quote">md5</span>”</span> password
 hash method).</p></div></div></body></html>