404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.140.184.203: ~ $
Helpful information for users who are using postgresql databases.

AUTHENTICATION METHODS

Postgres supports many types of authentication methods. dbconfig-common
currently classifies them into two families: "ident", and "password".  The
former consists of local "peer" and remote postgresql "ident" type connections.
and the latter consists of all the postgresql connections that require a
password (password, crypt, md5, maybe pam/krb5).

For "ident" (=peer) connections on a local host, the server will check that the
owner of the local unix socket is authorized to connect to the database.

For "ident" connections on a remote host, the server will use an rfc 1413 based
ident connection to establish identification. This is probably a bad idea, as
ident is easily spoofable in non-secured networks.

For "password" connections, the psql client will send along passwords with its
connection attempts to the server. The server will then pass the password to
whatever authentication backends it's configured to use. Note that
dbconfig-common has no control over whether or not the password is sent
cleartext over the network (see USING SSL), so you should be aware of the
security risks involved with network based connections.

USING SSL

You must also configure your server to use SSL, which is beyond the scope of
this document. See:

http://developer.postgresql.org/docs/postgres/ssl-tcp.html

for directions on how to do that.

Filemanager

Name Type Size Permission Actions
dbapp-policy.html Folder 0755
dbconfig-common.html Folder 0755
examples Folder 0755
README.Debian File 37 B 0644
README.pgsql File 1.4 KB 0644
THANKS File 826 B 0644
TODO.gz File 2.38 KB 0644
TRANSLATORS File 1.32 KB 0644
changelog.gz File 2.9 KB 0644
copyright File 9.79 KB 0644
dbapp-policy.pdf.gz File 76.47 KB 0644
dbapp-policy.ps.gz File 89.64 KB 0644
dbapp-policy.txt.gz File 2.79 KB 0644
dbconfig-common-design.html File 4.49 KB 0644
dbconfig-common.pdf.gz File 116.72 KB 0644
dbconfig-common.ps.gz File 128.19 KB 0644
dbconfig-common.txt.gz File 7.57 KB 0644