X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/426e783363e20f878a4df0131ac76e294cf0948c..64ff59baf3361c2591d52e52bdddabebfcd21e4c:/authpasswd.html diff --git a/authpasswd.html b/authpasswd.html index 157c712..334029a 100644 --- a/authpasswd.html +++ b/authpasswd.html @@ -1,18 +1,18 @@ -authpasswd

Name

authpasswd — Generate login passwords

Synopsis

authpasswd [method]

DESCRIPTION

-authpasswd is a helper utility that generated encrypted +-->

Name

authpasswd — Generate login passwords

Synopsis

authpasswd [method]

DESCRIPTION

+authpasswd is a helper utility that generates encrypted passwords for the Courier authentication library. The Courier authentication library is capable of using several different encryption methods for storing passwords. -authpasswd issues a password prompt. +authpasswd issues a password prompt. Enter the same password twice (for verification purposes). -authpasswd computes and prints the encrypted password. +authpasswd computes and prints the encrypted password. The encrypted password can be inserted verbatim into the appropriate account record that's processed by the authentication library's authmysql, @@ -21,7 +21,8 @@ or authldap module.

method may be set to one of the following literals:

crypt

Use the traditional DES-based encrypted password.

md5

-Compute an MD5 password hash.

sha1

+Compute a base64-encoded MD5 password hash.

md5raw

+Compute a hexadecimal-encoded MD5 password hash.

sha1

Compute a SHA1 password hash.

sha256

Compute a SHA256 password hash.

If not specified,