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

Moved all marshallers to automatic methods (using UserInterface or AutoSerializable fields...)

This commit is contained in:
Adolfo Gómez García
2024-01-30 03:49:36 +01:00
parent 4a92cdb1e5
commit 06f3487d2c
62 changed files with 1967 additions and 672 deletions

View File

@@ -264,7 +264,7 @@ class RegexLdap(auths.Authenticator):
self._certificate,
) = vals[11:]
self.flag_for_upgrade() # Old version, so flag for upgrade if possible
self.mark_for_upgrade() # Old version, so flag for upgrade if possible
def _stablish_connection(self) -> 'ldaputil.LDAPObject':
"""