|
|
@@ -89,7 +89,7 @@
|
|
|
# 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
|
|
|
-
|
|
|
+
|
|
|
# Support for HTTPS termination at the load-balancer level with SECURE_PROXY_SSL_HEADER.
|
|
|
## secure_proxy_ssl_header=false
|
|
|
|
|
|
@@ -196,7 +196,7 @@
|
|
|
# - libsaml.backend.SAML2Backend
|
|
|
# - libopenid.backend.OpenIDBackend
|
|
|
# - liboauth.backend.OAuthBackend
|
|
|
- # (Support Twitter, Facebook, Google+ and Linkedin
|
|
|
+ # (New oauth, support Twitter, Facebook, Google+ and Linkedin
|
|
|
## backend=desktop.auth.backend.AllowFirstUserDjangoBackend
|
|
|
|
|
|
# The service to use when querying PAM.
|
|
|
@@ -314,7 +314,7 @@
|
|
|
|
|
|
# The attribute of the group object which identifies the members of the group
|
|
|
## group_member_attr=members
|
|
|
-
|
|
|
+
|
|
|
[[[ldap_servers]]]
|
|
|
|
|
|
## [[[[mycompany]]]]
|
|
|
@@ -437,7 +437,7 @@
|
|
|
## kinit_path=/path/to/kinit
|
|
|
|
|
|
|
|
|
- # Configuration options for using OAuthBackend (core) login
|
|
|
+ # Configuration options for using OAuthBackend (Core) login
|
|
|
# ------------------------------------------------------------------------
|
|
|
[[oauth]]
|
|
|
# The Consumer key of the application
|
|
|
@@ -497,7 +497,7 @@
|
|
|
# Have Hue initiated logout requests be signed and provide a certificate.
|
|
|
## logout_requests_signed=false
|
|
|
|
|
|
- ## Username can be sourced from 'attributes' or 'nameid'.
|
|
|
+ # Username can be sourced from 'attributes' or 'nameid'.
|
|
|
## username_source=attributes
|
|
|
|
|
|
# Performs the logout or not.
|
|
|
@@ -505,11 +505,11 @@
|
|
|
|
|
|
|
|
|
###########################################################################
|
|
|
-# Settings to configure OPENID
|
|
|
+# Settings to configure OpenID
|
|
|
###########################################################################
|
|
|
|
|
|
[libopenid]
|
|
|
- # (Required) OpenId SSO endpoint url.
|
|
|
+ # (Required) OpenId SSO endpoint url.
|
|
|
## server_endpoint_url=https://www.google.com/accounts/o8/id
|
|
|
|
|
|
# OpenId 1.1 identity url prefix to be used instead of SSO endpoint url
|
|
|
@@ -528,8 +528,8 @@
|
|
|
###########################################################################
|
|
|
|
|
|
[liboauth]
|
|
|
- # NOTE:
|
|
|
- # To work, each of the active (i.e. uncommented) service must have
|
|
|
+ # NOTE:
|
|
|
+ # To work, each of the active (i.e. uncommented) service must have
|
|
|
# applications created on the social network.
|
|
|
# Then the "consumer key" and "consumer secret" must be provided here.
|
|
|
#
|
|
|
@@ -544,17 +544,17 @@
|
|
|
# Google+ : CONSENT SCREEN must have email address
|
|
|
# Facebook: Sandbox Mode must be DISABLED
|
|
|
# Linkedin: "In OAuth User Agreement", r_emailaddress is REQUIRED
|
|
|
-
|
|
|
+
|
|
|
# The Consumer key of the application
|
|
|
- ## consumer_key_twitter=
|
|
|
- ## consumer_key_google=
|
|
|
- ## consumer_key_facebook=
|
|
|
+ ## consumer_key_twitter=
|
|
|
+ ## consumer_key_google=
|
|
|
+ ## consumer_key_facebook=
|
|
|
## consumer_key_linkedin=
|
|
|
|
|
|
# The Consumer secret of the application
|
|
|
- ## consumer_secret_twitter=
|
|
|
- ## consumer_secret_google=
|
|
|
- ## consumer_secret_facebook=
|
|
|
+ ## consumer_secret_twitter=
|
|
|
+ ## consumer_secret_google=
|
|
|
+ ## consumer_secret_facebook=
|
|
|
## consumer_secret_linkedin=
|
|
|
|
|
|
# The Request token URL
|
|
|
@@ -707,7 +707,7 @@
|
|
|
# URL of the HistoryServer API
|
|
|
## history_server_api_url=http://localhost:19888
|
|
|
|
|
|
- # In secure mode (HTTPS), if SSL certificates from from YARN Rest APIs
|
|
|
+ # In secure mode (HTTPS), if SSL certificates from YARN Rest APIs
|
|
|
# have to be verified against certificate authority
|
|
|
## ssl_cert_ca_verify=True
|
|
|
|
|
|
@@ -1047,6 +1047,7 @@
|
|
|
## pwd_hint="The password must be at least 8 characters long, and must contain both uppercase and lowercase letters, at least one number, and at least one special character."
|
|
|
## pwd_error_message="The password must be at least 8 characters long, and must contain both uppercase and lowercase letters, at least one number, and at least one special character."
|
|
|
|
|
|
+
|
|
|
###########################################################################
|
|
|
# Settings for the Sentry lib
|
|
|
###########################################################################
|