|
@@ -1002,7 +1002,7 @@ LDAP = ConfigSection(
|
|
|
SYNC_GROUPS_ON_LOGIN = Config("sync_groups_on_login",
|
|
SYNC_GROUPS_ON_LOGIN = Config("sync_groups_on_login",
|
|
|
help=_("Synchronize a users groups when they login."),
|
|
help=_("Synchronize a users groups when they login."),
|
|
|
type=coerce_bool,
|
|
type=coerce_bool,
|
|
|
- default=False),
|
|
|
|
|
|
|
+ default=True),
|
|
|
IGNORE_USERNAME_CASE = Config("ignore_username_case",
|
|
IGNORE_USERNAME_CASE = Config("ignore_username_case",
|
|
|
help=_("Ignore the case of usernames when searching for existing users in Hue."),
|
|
help=_("Ignore the case of usernames when searching for existing users in Hue."),
|
|
|
type=coerce_bool,
|
|
type=coerce_bool,
|