소스 검색

[core] Add nt_domain configuration to ini templates

Jenny Kim 10 년 전
부모
커밋
d03a532
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      desktop/conf.dist/hue.ini
  2. 3 0
      desktop/conf/pseudo-distributed.ini.tmpl

+ 3 - 0
desktop/conf.dist/hue.ini

@@ -373,6 +373,9 @@
         # URL of the LDAP server
         ## ldap_url=ldap://auth.mycompany.com
 
+        # The NT domain used for LDAP authentication
+        ## nt_domain=
+
         # 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

+ 3 - 0
desktop/conf/pseudo-distributed.ini.tmpl

@@ -289,6 +289,9 @@
     # URL of the LDAP server
     ## ldap_url=ldap://auth.mycompany.com
 
+    # The NT domain used for LDAP authentication
+    ## nt_domain=
+
     # 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