|
|
@@ -869,7 +869,7 @@ KERBEROS = ConfigSection(
|
|
|
type=str,
|
|
|
default="hue/%s" % socket.getfqdn()),
|
|
|
KEYTAB_REINIT_FREQUENCY=Config(
|
|
|
- key='reinit_frequency',
|
|
|
+ key='keytab_reinit_frequency',
|
|
|
help=_("Frequency in seconds with which Hue will renew its keytab."),
|
|
|
type=int,
|
|
|
default=60*60), #1h
|