[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. Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=414e3368529071a30e3ce96811edb9c58325ad74 Modified Files -------------- web/pgadmin/authenticate/internal.py | 6 +++--- web/pgadmin/authenticate/ldap.py | 27 +++++++++++++++------------ 2 files changed, 18 insertions(+), 15 deletions(-)