We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente6bae1c commitbb6b1a3Copy full SHA for bb6b1a3
contrib/chkpass/README.chkpass
@@ -1,4 +1,4 @@
1
-$PostgreSQL: pgsql/contrib/chkpass/README.chkpass,v 1.2 2003/11/29 19:51:19 pgsql Exp $
+$PostgreSQL: pgsql/contrib/chkpass/README.chkpass,v 1.3 2005/09/23 15:05:04 tgl Exp $
2
3
Chkpass is a password type that is automatically checked and converted upon
4
entry. It is stored encrypted. To compare, simply compare agains a clear
@@ -17,6 +17,10 @@ passwords without re-encrypting them. If you want the password (encrypted)
17
without the colon then use the raw() function. This allows you to use the
18
type with things like Apache's Auth_PostgreSQL module.
19
20
+The encryption uses the standard Unix function crypt(), and so it suffers
21
+from all the usual limitations of that function; notably that only the
22
+first eight characters of a password are considered.
23
+
24
D'Arcy J.M. Cain
25
darcy@druid.net
26