diff --git a/tools/python/jwutils/auth/ldap/Auth.py b/tools/python/jwutils/auth/ldap/Auth.py index 989052e..a714642 100644 --- a/tools/python/jwutils/auth/ldap/Auth.py +++ b/tools/python/jwutils/auth/ldap/Auth.py @@ -60,7 +60,7 @@ class Auth(AuthBase): # export self.__current_user: User|None = None self.__user_base_dn = conf['user_base_dn'] self.__conn = self.__bind() - self.__dummy = self.load('dummy', conf) + self.__dummy = self.load(conf, 'dummy') def __bind(self): return bind(self.conf)