Sponsor of the Day:
Jerkmate
https://www.postgresql.org/docs/devel/auth-pg-hba-conf.html
PostgreSQL: Documentation: devel: 20.1. The pg_hba.conf File
20.1. The pg_hba.conf File # Client authentication is controlled by a configuration file, which traditionally is named pg_hba.conf and is stored …
documentation devel 20conf filepostgresql1pg
https://www.postgresql.org/docs/devel/auth-password.html
PostgreSQL: Documentation: devel: 20.5. Password Authentication
20.5. Password Authentication # There are several password-based authentication methods. These methods operate similarly but differ in how the users' passwords...
documentation devel 205 passwordpostgresqlauthentication
https://www.postgresql.org/docs/devel/auth-bsd.html
PostgreSQL: Documentation: devel: 20.13. BSD Authentication
20.13. BSD Authentication # This authentication method operates similarly to password except that it uses BSD Authentication to verify the password. …
documentation devel 20postgresql13bsdauthentication
https://www.postgresql.org/docs/devel/auth-methods.html
PostgreSQL: Documentation: devel: 20.3. Authentication Methods
20.3. Authentication Methods # PostgreSQL provides various methods for authenticating users: Trust authentication, which simply trusts that users are who they …
documentation devel 20authentication methodspostgresql3
https://www.postgresql.org/docs/devel/auth-username-maps.html
PostgreSQL: Documentation: devel: 20.2. User Name Maps
20.2. User Name Maps # When using an external authentication system such as Ident or GSSAPI, the name of the operating …
documentation devel 20user namepostgresqlmaps
https://www.postgresql.org/docs/devel/auth-pam.html
PostgreSQL: Documentation: devel: 20.12. PAM Authentication
20.12. PAM Authentication # This authentication method operates similarly to password except that it uses PAM (Pluggable Authentication Modules) as the …
documentation devel 20postgresql12pamauthentication