URL: https://github.com/freeipa/freeipa/pull/1425
Author: amitkumar50
 Title: #1425: Documenting kinit_lifetime in /etc/ipa/default.conf
Action: opened

PR body:
"""
Describing the parameter kinit_lifetime that allows to limit the lifetime of 
ticket obtained by users authenticating to the WebGUI using login/password.

Resolves: https://pagure.io/freeipa/issue/7333
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1425/head:pr1425
git checkout pr1425
From c31bd25d02f0d5094089b012f2d9ec76b46f9258 Mon Sep 17 00:00:00 2001
From: amitkuma <amitk...@redhat.com>
Date: Tue, 2 Jan 2018 21:05:27 +0530
Subject: [PATCH] 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.

Resolves: https://pagure.io/freeipa/issue/7333
---
 client/man/default.conf.5 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/client/man/default.conf.5 b/client/man/default.conf.5
index 35ce6bb9f8..b3751b5043 100644
--- a/client/man/default.conf.5
+++ b/client/man/default.conf.5
@@ -107,6 +107,9 @@ This is used in development and is generally a detected value. It means that the
 .B interactive <boolean>
 Specifies whether values should be prompted for or not. The default is True.
 .TP
+.B kinit_lifetime <time in seconds>
+Controls the lifetime of ticket obtained by users authenticating to the WebGUI using login/password.
+.TP
 .B ldap_uri <URI>
 Specifies the URI of the IPA LDAP server to connect to. The URI scheme may be one of \fBldap\fR or \fBldapi\fR. The default is to use ldapi, e.g. ldapi://%2fvar%2frun%2fslapd\-EXAMPLE\-COM.socket
 .TP
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to