Imported upstream version 0.59.3
[hcoop/debian/courier-authlib.git] / authpasswd.html
CommitLineData
d9898ee8 1<?xml version="1.0"?>
2<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.72.0"/><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"/><!--
3
4Copyright 1998 - 2007 Double Precision, Inc. See COPYING for distribution
5information.
6
7--></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="id281695" shape="rect"> </a><h2>DESCRIPTION</h2><p>
8<span><strong class="command">authpasswd</strong></span> is a helper utility that generated encrypted
9passwords for the
10Courier authentication library.
11The Courier authentication library is capable of using several different
12encryption methods for storing passwords.
13<span><strong class="command">authpasswd</strong></span> issues a password prompt.
14Enter the same password twice (for verification purposes).
15<span><strong class="command">authpasswd</strong></span> computes and prints the encrypted password.
16The encrypted password can be inserted verbatim into the appropriate
17account record that's processed by the authentication library's
18<code class="literal">authmysql</code>,
19<code class="literal">authpgsql</code>,
20or <code class="literal">authldap</code> module.</p><p>
21<em class="replaceable"><code>method</code></em> may be set to one of the following
22literals:</p><div class="variablelist"><dl><dt><span class="term">crypt</span></dt><dd><p>
23Use the traditional <acronym class="acronym">DES</acronym>-based encrypted password.</p></dd><dt><span class="term">md5</span></dt><dd><p>
24Compute an <acronym class="acronym">MD5</acronym> password hash.</p></dd><dt><span class="term">sha1</span></dt><dd><p>
25Compute a <acronym class="acronym">SHA1</acronym> password hash.</p></dd><dt><span class="term">sha256</span></dt><dd><p>
26Compute a <acronym class="acronym">SHA256</acronym> password hash.</p></dd></dl></div><p>
27If not specified,
28<em class="replaceable"><code>method</code></em> defaults to the
29modified-<acronym class="acronym">MD5</acronym> password encryption algorithm that's used
30in Linux (note that this is different from the “<span class="quote">md5</span>” password
31hash method).</p></div></div></body></html>