projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14c7fba
)
Clarify use of MD5 authentication and pg_shadow encryption.
author
Bruce Momjian
Thu, 21 Apr 2005 22:19:19 +0000
(22:19 +0000)
committer
Bruce Momjian
Thu, 21 Apr 2005 22:19:19 +0000
(22:19 +0000)
doc/src/sgml/client-auth.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/client-auth.sgml
b/doc/src/sgml/client-auth.sgml
index f7c36bfb91c9a50b33215cce8f48b17d503c8dd2..872fbebe61c3568d55831624014b2103a49d4a3e 100644
(file)
--- a/
doc/src/sgml/client-auth.sgml
+++ b/
doc/src/sgml/client-auth.sgml
@@
-1,5
+1,5
@@
@@
-575,8
+575,8
@@
local db1,db2,@demodbs all md5
The password-based authentication methods are
md5>,
crypt>, and
password>. These methods operate
similarly except for the way that the password is sent across the
- connection.
But only
md5> support
s encrypted
- passwords stored in
pg_shadow
;
+ connection.
However, only
md5> allow
s encrypted
+ passwords
to be
stored in
pg_shadow
;
the other two require unencrypted passwords to be stored there.