Documenting kinit_lifetime in /etc/ipa/default.conf

Describing the parameter kinit_lifetime that allows to limit the lifetime of ticket obtained by users authenticating to the WebGUI using login/password. Removing session_auth_duration and session_duration_type since these parameters are not relevant anymore.

Resolves: https://pagure.io/freeipa/issue/7333
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
amitkuma
2018-01-12 20:33:20 +01:00
committed by Florence Blanc-Renaud
parent 0cab090f4d
commit 5c361f5450
4 changed files with 3 additions and 15 deletions
-2
View File
@@ -67,8 +67,6 @@ NAMESPACE_ATTRS = ['Command', 'Object', 'Method', fake_backend, 'Updater',
fake_api_env = {'env': [
'host',
'realm',
'session_auth_duration',
'session_duration_type',
'kinit_lifetime',
]}