1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-11-06 20:24:49 +03:00

advancing on refactoring

This commit is contained in:
Adolfo Gómez García
2024-01-10 02:01:03 +01:00
parent 4f2b331bb8
commit f6c6578b00
87 changed files with 301 additions and 318 deletions

View File

@@ -277,7 +277,7 @@ class RegexLdap(auths.Authenticator):
def mfa_identifier(self, username: str) -> str:
return self.storage.getPickle(self.mfaStorageKey(username)) or ''
def valuesDict(self) -> gui.ValuesDictType:
def dict_of_values(self) -> gui.ValuesDictType:
return {
'host': self._host,
'port': self._port,