Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 43a3543

Browse files
committed
Authentication improvements:
A new pg_hba.conf column, USER Allow specifiction of lists of users separated by commas Allow group names specified by + Allow include files containing lists of users specified by @ Allow lists of databases, and database files Allow samegroup in database column to match group name matching dbname Removal of secondary password files Remove pg_passwd utility Lots of code cleanup in user.c and hba.c New data/global/pg_pwd format New data/global/pg_group file
1 parent af10378 commit 43a3543

File tree

25 files changed

+1412
-1890
lines changed

25 files changed

+1412
-1890
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 272 additions & 321 deletions
Large diffs are not rendered by default.

doc/src/sgml/ref/allfiles.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.36 2002/03/19 02:18:12 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.37 2002/04/04 04:25:45 momjian Exp $
33
PostgreSQL documentation
44
Complete list of usable sgml source files in this directory.
55
-->
@@ -125,7 +125,6 @@ Complete list of usable sgml source files in this directory.
125125
<!entity pgCtl system "pg_ctl-ref.sgml">
126126
<!entity pgDump system "pg_dump.sgml">
127127
<!entity pgDumpall system "pg_dumpall.sgml">
128-
<!entity pgPasswd system "pg_passwd.sgml">
129128
<!entity pgRestore system "pg_restore.sgml">
130129
<!entity pgTclSh system "pgtclsh.sgml">
131130
<!entity pgTkSh system "pgtksh.sgml">

doc/src/sgml/ref/pg_passwd.sgml

Lines changed: 0 additions & 123 deletions
This file was deleted.

doc/src/sgml/reference.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- reference.sgml
2-
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.24 2002/03/19 02:18:11 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.25 2002/04/04 04:25:44 momjian Exp $
33

44
PostgreSQL Reference Manual
55
-->
@@ -191,7 +191,6 @@ Disable this chapter until we have more functions documented.
191191
&initlocation;
192192
&ipcclean;
193193
&pgCtl;
194-
&pgPasswd;
195194
&postgres;
196195
&postmaster;
197196

0 commit comments

Comments
 (0)