mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Some minor updates to Kerberos documentation.
This commit is contained in:
committed by
Akshay Joshi
parent
e5407ab2bd
commit
88c0968cab
@@ -23,9 +23,9 @@ To configure Kerberos authentication, you must set your Kerberos Server and gene
|
|||||||
Keytab file for HTTP Service
|
Keytab file for HTTP Service
|
||||||
============================
|
============================
|
||||||
|
|
||||||
* Generate the *Keytab* file for the HTTP service and copy it to the *pgAdmin* webserver machine. Ensure that the operating system user owning the *pgAdmin* webserver is the owner of this file.
|
* Generate the *Keytab* file for the HTTP service principal and copy it to the *pgAdmin* webserver machine. Ensure that the operating system user owning the *pgAdmin* webserver is the owner of this file and should be accessible by that user.
|
||||||
|
|
||||||
* Please note that either you should set *default_keytab_name* parameter in *krb5.conf* file or the environment variable *KRB_KTNAME*. If not set then explicitly set *KRB_KTNAME* to the location of your *Keytab* file in the *config_local.py* or *config_system.py* file.
|
* Please note that either you should set *default_keytab_name* parameter in *krb5.conf* file or the environment variable *KRB5_KTNAME*. If not set then explicitly set *KRB_KTNAME* to the location of your *Keytab* file in the *config_local.py* or *config_system.py* file.
|
||||||
|
|
||||||
Apache HTTPD Configuration
|
Apache HTTPD Configuration
|
||||||
==========================
|
==========================
|
||||||
|
|||||||
Reference in New Issue
Block a user