pgadmin4/web/pgadmin/authenticate
Ashesh Vashi 414e336852 [Authentication] Some of the base class functions are not static
function, but - methods. Hence - 'self' should be used, and not 'cls'.

Also - use a constant for duplicate string literal in LDAP
authentication implementation.
2020-04-14 18:43:04 +05:30
..
__init__.py Added LDAP authentication support. Fixes #2186 2020-04-06 15:57:05 +05:30
internal.py [Authentication] Some of the base class functions are not static 2020-04-14 18:43:04 +05:30
ldap.py [Authentication] Some of the base class functions are not static 2020-04-14 18:43:04 +05:30
registry.py Added LDAP authentication support. Fixes #2186 2020-04-06 15:57:05 +05:30