From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/auth-bsd.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/src/sgml/html/auth-bsd.html (limited to 'doc/src/sgml/html/auth-bsd.html') diff --git a/doc/src/sgml/html/auth-bsd.html b/doc/src/sgml/html/auth-bsd.html new file mode 100644 index 0000000..f8247af --- /dev/null +++ b/doc/src/sgml/html/auth-bsd.html @@ -0,0 +1,21 @@ + +21.14. BSD Authentication

21.14. BSD Authentication

+ This authentication method operates similarly to + password except that it uses BSD Authentication + to verify the password. BSD Authentication is used only + to validate user name/password pairs. Therefore the user's role must + already exist in the database before BSD Authentication can be used + for authentication. The BSD Authentication framework is currently + only available on OpenBSD. +

+ BSD Authentication in PostgreSQL uses + the auth-postgresql login type and authenticates with + the postgresql login class if that's defined + in login.conf. By default that login class does not + exist, and PostgreSQL will use the default login class. +

Note

+ To use BSD Authentication, the PostgreSQL user account (that is, the + operating system user running the server) must first be added to + the auth group. The auth group + exists by default on OpenBSD systems. +

\ No newline at end of file -- cgit v1.2.3