浏览代码

HUE-718 kinit not found in a secure cluster

Hue can't find kinit in a secure cluster environment as normal user.
Romain Rigaux 13 年之前
父节点
当前提交
b1e000a70c
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      desktop/conf.dist/hue.ini
  2. 2 0
      desktop/conf/pseudo-distributed.ini.tmpl

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

@@ -157,6 +157,8 @@
     ## hue_keytab=
     # Kerberos principal name for Hue
     ## hue_principal=hue/hostname.foo.com
+    # Path to kinit
+    ## kinit_path=/path/to/kinit
 
 
 ###########################################################################

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

@@ -163,6 +163,8 @@
     ## hue_keytab=
     # Kerberos principal name for Hue
     ## hue_principal=hue/hostname.foo.com
+    # Path to kinit
+    ## kinit_path=/path/to/kinit
 
 
 ###########################################################################