Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb6b1a3

Browse files
committed
Document that chkpass ignores password characters after the eighth.
1 parente6bae1c commitbb6b1a3

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)

[8]ページ先頭

©2009-2025 Movatter.jp