|
@@ -64,6 +64,10 @@
|
|
|
# Default encoding for site data
|
|
# Default encoding for site data
|
|
|
## default_site_encoding=utf-8
|
|
## default_site_encoding=utf-8
|
|
|
|
|
|
|
|
|
|
+ # Help improve Hue with anonymous usage analytics.
|
|
|
|
|
+ # Use Google Analytics to see how many times an application or specific section of an application is used, nothing more.
|
|
|
|
|
+ ## collect_usage=true
|
|
|
|
|
+
|
|
|
# Administrators
|
|
# Administrators
|
|
|
# ----------------
|
|
# ----------------
|
|
|
[[django_admins]]
|
|
[[django_admins]]
|
|
@@ -113,40 +117,40 @@
|
|
|
# -------------------------------------------------------------------
|
|
# -------------------------------------------------------------------
|
|
|
[[ldap]]
|
|
[[ldap]]
|
|
|
|
|
|
|
|
- # The search base for finding users and groups
|
|
|
|
|
- ## base_dn="DC=mycompany,DC=com"
|
|
|
|
|
|
|
+ # The search base for finding users and groups
|
|
|
|
|
+ ## base_dn="DC=mycompany,DC=com"
|
|
|
|
|
|
|
|
- # The NT domain to connect to (only for use with Active Directory)
|
|
|
|
|
- ## nt_domain=mycompany.com
|
|
|
|
|
|
|
+ # The NT domain to connect to (only for use with Active Directory)
|
|
|
|
|
+ ## nt_domain=mycompany.com
|
|
|
|
|
|
|
|
- # URL of the LDAP server
|
|
|
|
|
- ## ldap_url=ldap://auth.mycompany.com
|
|
|
|
|
|
|
+ # URL of the LDAP server
|
|
|
|
|
+ ## ldap_url=ldap://auth.mycompany.com
|
|
|
|
|
|
|
|
- # A PEM-format file containing certificates for the CA's that
|
|
|
|
|
- # Hue will trust for authentication over TLS.
|
|
|
|
|
- # The certificate for the CA that signed the
|
|
|
|
|
- # LDAP server certificate must be included among these certificates.
|
|
|
|
|
- # See more here http://www.openldap.org/doc/admin24/tls.html.
|
|
|
|
|
- ## ldap_cert=
|
|
|
|
|
- ## use_start_tls=true
|
|
|
|
|
|
|
+ # A PEM-format file containing certificates for the CA's that
|
|
|
|
|
+ # Hue will trust for authentication over TLS.
|
|
|
|
|
+ # The certificate for the CA that signed the
|
|
|
|
|
+ # LDAP server certificate must be included among these certificates.
|
|
|
|
|
+ # See more here http://www.openldap.org/doc/admin24/tls.html.
|
|
|
|
|
+ ## ldap_cert=
|
|
|
|
|
+ ## use_start_tls=true
|
|
|
|
|
|
|
|
- # Distinguished name of the user to bind as -- not necessary if the LDAP server
|
|
|
|
|
- # supports anonymous searches
|
|
|
|
|
- ## bind_dn="CN=ServiceAccount,DC=mycompany,DC=com"
|
|
|
|
|
|
|
+ # Distinguished name of the user to bind as -- not necessary if the LDAP server
|
|
|
|
|
+ # supports anonymous searches
|
|
|
|
|
+ ## bind_dn="CN=ServiceAccount,DC=mycompany,DC=com"
|
|
|
|
|
|
|
|
- # Password of the bind user -- not necessary if the LDAP server supports
|
|
|
|
|
- # anonymous searches
|
|
|
|
|
- ## bind_password=
|
|
|
|
|
|
|
+ # Password of the bind user -- not necessary if the LDAP server supports
|
|
|
|
|
+ # anonymous searches
|
|
|
|
|
+ ## bind_password=
|
|
|
|
|
|
|
|
- # Pattern for searching for usernames -- Use <username> for the parameter
|
|
|
|
|
- # For use when using LdapBackend for Hue authentication
|
|
|
|
|
- ## ldap_username_pattern="uid=<username>,ou=People,dc=mycompany,dc=com"
|
|
|
|
|
|
|
+ # Pattern for searching for usernames -- Use <username> for the parameter
|
|
|
|
|
+ # For use when using LdapBackend for Hue authentication
|
|
|
|
|
+ ## ldap_username_pattern="uid=<username>,ou=People,dc=mycompany,dc=com"
|
|
|
|
|
|
|
|
- # Create users in Hue when they try to login with their LDAP credentials
|
|
|
|
|
- # For use when using LdapBackend for Hue authentication
|
|
|
|
|
- ## create_users_on_login = true
|
|
|
|
|
|
|
+ # Create users in Hue when they try to login with their LDAP credentials
|
|
|
|
|
+ # For use when using LdapBackend for Hue authentication
|
|
|
|
|
+ ## create_users_on_login = true
|
|
|
|
|
|
|
|
- [[[users]]]
|
|
|
|
|
|
|
+ [[[users]]]
|
|
|
|
|
|
|
|
# Base filter for searching for users
|
|
# Base filter for searching for users
|
|
|
## user_filter="objectclass=*"
|
|
## user_filter="objectclass=*"
|