Browse Source

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 years ago
parent
commit
b1e000a70c
2 changed files with 4 additions and 0 deletions
  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=
     ## hue_keytab=
     # Kerberos principal name for Hue
     # Kerberos principal name for Hue
     ## hue_principal=hue/hostname.foo.com
     ## 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=
     ## hue_keytab=
     # Kerberos principal name for Hue
     # Kerberos principal name for Hue
     ## hue_principal=hue/hostname.foo.com
     ## hue_principal=hue/hostname.foo.com
+    # Path to kinit
+    ## kinit_path=/path/to/kinit
 
 
 
 
 ###########################################################################
 ###########################################################################