|
|
@@ -229,6 +229,9 @@
|
|
|
# However, in order to enable OAuthBackend, it must be the ONLY backend configured.
|
|
|
## backend=desktop.auth.backend.AllowFirstUserDjangoBackend
|
|
|
|
|
|
+ # Class which defines extra accessor methods for User objects.
|
|
|
+ ## user_aug=desktop.auth.backend.DefaultUserAugmentor
|
|
|
+
|
|
|
# The service to use when querying PAM.
|
|
|
## pam_service=login
|
|
|
|
|
|
@@ -285,6 +288,9 @@
|
|
|
# URL of the LDAP server
|
|
|
## ldap_url=ldap://auth.mycompany.com
|
|
|
|
|
|
+ # The NT domain used for LDAP authentication
|
|
|
+ ## nt_domain=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
|
|
|
@@ -374,7 +380,7 @@
|
|
|
## ldap_url=ldap://auth.mycompany.com
|
|
|
|
|
|
# The NT domain used for LDAP authentication
|
|
|
- ## nt_domain=
|
|
|
+ ## nt_domain=mycompany.com
|
|
|
|
|
|
# A PEM-format file containing certificates for the CA's that
|
|
|
# Hue will trust for authentication over TLS.
|