mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add BSD authentication method.
Create a "bsd" auth method that works the same as "password" so far as clients are concerned, but calls the BSD Authentication service to check the password. This is currently only available on OpenBSD. Marisa Emerson, reviewed by Thomas Munro
This commit is contained in:
@ -792,6 +792,17 @@ su - postgres
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--with-bsd-auth</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build with BSD Authentication support.
|
||||
(The BSD Authentication framework is
|
||||
currently only available on OpenBSD.)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--with-ldap</option></term>
|
||||
<listitem>
|
||||
|
Reference in New Issue
Block a user