|
@@ -868,7 +868,7 @@ KERBEROS = ConfigSection(
|
|
|
help=_("Kerberos principal name for Hue. Typically 'hue/hostname.foo.com'."),
|
|
help=_("Kerberos principal name for Hue. Typically 'hue/hostname.foo.com'."),
|
|
|
type=str,
|
|
type=str,
|
|
|
default="hue/%s" % socket.getfqdn()),
|
|
default="hue/%s" % socket.getfqdn()),
|
|
|
- KEYTAB_REINIT_FREQUENCY=Config(
|
|
|
|
|
|
|
+ REINIT_FREQUENCY=Config(
|
|
|
key='reinit_frequency',
|
|
key='reinit_frequency',
|
|
|
help=_("Frequency in seconds with which Hue will renew its keytab."),
|
|
help=_("Frequency in seconds with which Hue will renew its keytab."),
|
|
|
type=int,
|
|
type=int,
|