Skip to content

Commit bb6b1a3

Browse files
committed
Document that chkpass ignores password characters after the eighth.
1 parent e6bae1c commit bb6b1a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

contrib/chkpass/README.chkpass

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$PostgreSQL: pgsql/contrib/chkpass/README.chkpass,v 1.2 2003/11/29 19:51:19 pgsql Exp $
1+
$PostgreSQL: pgsql/contrib/chkpass/README.chkpass,v 1.3 2005/09/23 15:05:04 tgl Exp $
22

33
Chkpass is a password type that is automatically checked and converted upon
44
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)
1717
without the colon then use the raw() function. This allows you to use the
1818
type with things like Apache's Auth_PostgreSQL module.
1919

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+
2024
D'Arcy J.M. Cain
2125
darcy@druid.net
2226

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy