mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Explicitly require MIT Kerberos for GSSAPI
WHen building with GSSAPI support, explicitly require MIT Kerberos and check for gssapi_ext.h in configure.ac and meson.build. Also add documentation explicitly stating that we now require MIT Kerberos when building with GSSAPI support. Reveiwed by: Johnathan Katz Discussion: https://postgr.es/m/abcc73d0-acf7-6896-e0dc-f5bc12a61bb1@postgresql.org
This commit is contained in:
@ -1426,7 +1426,7 @@ omicron bryanh guest1
|
||||
The keytab file is generated using the Kerberos software; see the
|
||||
Kerberos documentation for details. The following example shows
|
||||
doing this using the <application>kadmin</application> tool of
|
||||
MIT-compatible Kerberos 5 implementations:
|
||||
MIT Kerberos:
|
||||
<screen>
|
||||
<prompt>kadmin% </prompt><userinput>addprinc -randkey postgres/server.my.domain.org</userinput>
|
||||
<prompt>kadmin% </prompt><userinput>ktadd -k krb5.keytab postgres/server.my.domain.org</userinput>
|
||||
|
Reference in New Issue
Block a user