From bf6ee28dae3d917dd3fe8a3a7a0b6494bddb6818 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 12 Mar 2021 16:04:09 +0000 Subject: [PATCH] Cleanup naming/title consistency --- docs/en_US/getting_started.rst | 2 +- docs/en_US/kerberos.rst | 6 +++--- docs/en_US/{enabling_ldap_authentication.rst => ldap.rst} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename docs/en_US/{enabling_ldap_authentication.rst => ldap.rst} (99%) diff --git a/docs/en_US/getting_started.rst b/docs/en_US/getting_started.rst index d75799c6d..b135fe082 100644 --- a/docs/en_US/getting_started.rst +++ b/docs/en_US/getting_started.rst @@ -35,7 +35,7 @@ Mode is pre-configured for security. login user_management change_user_password - enabling_ldap_authentication + ldap kerberos diff --git a/docs/en_US/kerberos.rst b/docs/en_US/kerberos.rst index a83c6443c..58ccbef0c 100644 --- a/docs/en_US/kerberos.rst +++ b/docs/en_US/kerberos.rst @@ -1,8 +1,8 @@ .. _kerberos: -******************************************************* -`Configure Kerberos Authentication for pgAdmin4`:index: -******************************************************* +***************************************** +`Enabling Kerberos Authentication`:index: +***************************************** To configure Kerberos authentication, you must set your Kerberos Server and generate the *kinit* ticket on the client. To enable the Kerberos authentication for pgAdmin, you must configure the Kerberos settings in *config_local.py* or *config_system.py* (see the :ref:`config.py ` documentation) on the system where pgAdmin is installed in Server mode. You can copy these settings from *config.py* file and modify the values for the following parameters. diff --git a/docs/en_US/enabling_ldap_authentication.rst b/docs/en_US/ldap.rst similarity index 99% rename from docs/en_US/enabling_ldap_authentication.rst rename to docs/en_US/ldap.rst index ad269a41a..16cfb3fcf 100644 --- a/docs/en_US/enabling_ldap_authentication.rst +++ b/docs/en_US/ldap.rst @@ -1,7 +1,7 @@ .. _enabling_ldap_authentication: ************************************************** -`Enabling LDAP Authentication for pgAdmin`:index: +`Enabling LDAP Authentication`:index: ************************************************** To enable LDAP authentication for pgAdmin, you must configure the LDAP