Change Log¶
1.4.0¶
Release date: Feb. 20, 2021
ADDED: LDAPUserManager for manually creating users from LDAP.
ADDED:
createtaskmanagement command for creating Task Scheduler jobs.ADDED:
ldap_user_syncsignal.IMPROVED: LDAP Settings for Group Membership check propagate to one another.
MODIFIED: Increased the default
WAUTH_RESYNC_DELTAto every 1 day.
1.3.2¶
Release date: Jan 26, 2021
FIXED:
ProgrammingErrorException before first migrationFIXED: Packaging configuration missing templates
1.3.1¶
Release date: Jan 15, 2021
MODIFIED: Remove requirement for
WAUTH_DOMAINsettingFIXED:
OperationalErrorException before first migrationFIXED: Incorrect packaging configuration
1.3.0¶
Release date: Jan 10, 2021
ADDED: LDAP Metrics collection to Database
ADDED: LDAP Panel for
django-debug-toolbarADDED: LDAP Setting
COLLECT_METRICSADDED: Auto-close all LDAP connection on before process exit
ADDED: View decorators
domain_requiredandldap_sync_requiredADDED:
--httpsparameter forcreatewebconfigfor HTTPS Redirection
1.2.0¶
Release date: Dec 19, 2020
ADDED: Setting
WAUTH_ERROR_RESPONSEfor custom sync error responsesADDED: Moved automatic sync login from Authentication Backend
WindowsAuthBackendto a new MiddlewareUserSyncMiddleware.