Re: [pgAdmin4][Patch] - RM 2186 - Support external authenticationsources [LDAP]

Поиск
Список
Период
Сортировка
От navnath gadakh
Тема Re: [pgAdmin4][Patch] - RM 2186 - Support external authenticationsources [LDAP]
Дата
Msg-id CAOAJCYq+4hzqtVCMTUD-CyEYwdj-NS-ZvuabUx0_AL3FUXiMKw@mail.gmail.com
обсуждение исходный текст
Ответ на [pgAdmin4][Patch] - RM 2186 - Support external authentication sources [LDAP]  (Khushboo Vashi <khushboo.vashi@enterprisedb.com>)
Ответы Re: [pgAdmin4][Patch] - RM 2186 - Support external authenticationsources [LDAP]  (Khushboo Vashi <khushboo.vashi@enterprisedb.com>)
Список pgadmin-hackers
Hi Khushboo,
       I think there is no use of 

+    if app is not None:
+        AuthSourceRegistry.load_auth_sources()
+

in get_auth_sources() function.


On Tue, Mar 17, 2020 at 2:25 PM Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
Hi,

Please find the attached patch to support LDAP Authentication in Server mode.
To test the patch, config_auth.py needs to be configured for LDAP configurations. The config settings are explained in this file in detail. After configuring the parameters, start the pgadmin server in Server mode and connect with LDAP server with the valid user via login page.

I have tested this patch with ldap and ldap + ssl/tls. With the TLS, I have used the default config of ldap3 without certificates.

@Dave, can you please review this patch, as you have a better understanding of LDAP and you can easily pointed out if I have missed anything.

Note: For the document update I will create the task and assign to Nidhi for the same.

Thanks,
Khushboo


--
-- Navnath

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Patch] - RM 2186 - Support external authentication sources [LDAP]
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RM 2186 - Support external authenticationsources [LDAP]