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