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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user