1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-11-04 12:24:16 +03:00

more refactoring and fixes and tests...

This commit is contained in:
Adolfo Gómez García
2024-01-16 00:14:00 +01:00
parent d21f66408f
commit 9dbb47a4ad
29 changed files with 358 additions and 351 deletions

View File

@@ -276,7 +276,7 @@ class RegexLdap(auths.Authenticator):
def mfa_identifier(self, username: str) -> str:
return self.storage.get_unpickle(self.mfaStorageKey(username)) or ''
def get_dict_of_values(self) -> gui.ValuesDictType:
def get_dict_of_fields_values(self) -> gui.ValuesDictType:
return {
'host': self._host,
'port': self._port,