|
|
@@ -212,9 +212,6 @@
|
|
|
# Defaults to HTTP_REMOTE_USER
|
|
|
## remote_user_header=HTTP_REMOTE_USER
|
|
|
|
|
|
- # Synchronize a users groups when they login
|
|
|
- ## sync_groups_on_login=false
|
|
|
-
|
|
|
# Ignore the case of usernames when searching for existing users.
|
|
|
# Only supported in remoteUserDjangoBackend.
|
|
|
## ignore_username_case=true
|
|
|
@@ -268,6 +265,9 @@
|
|
|
# For use when using LdapBackend for Hue authentication
|
|
|
## create_users_on_login = true
|
|
|
|
|
|
+ # Synchronize a users groups when they login
|
|
|
+ ## sync_groups_on_login=false
|
|
|
+
|
|
|
# Ignore the case of usernames when searching for existing users in Hue.
|
|
|
## ignore_username_case=false
|
|
|
|
|
|
@@ -355,6 +355,16 @@
|
|
|
# Whether or not to follow referrals
|
|
|
## follow_referrals=false
|
|
|
|
|
|
+ # Enable python-ldap debugging.
|
|
|
+ ## debug=false
|
|
|
+
|
|
|
+ # Sets the debug level within the underlying LDAP C lib.
|
|
|
+ ## debug_level=255
|
|
|
+
|
|
|
+ # Possible values for trace_level are 0 for no logging, 1 for only logging the method calls with arguments,
|
|
|
+ # 2 for logging the method calls with arguments and the complete results and 9 for also logging the traceback of method calls.
|
|
|
+ ## trace_level=0
|
|
|
+
|
|
|
## [[[[[users]]]]]
|
|
|
|
|
|
# Base filter for searching for users
|