Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 733753

Summary: Test configuration of auth. session timeout (after which the user is logged out) in /etc/sysconfig/luci
Product: Red Hat Enterprise Linux 6 Reporter: Jan Pokorný [poki] <jpokorny>
Component: luciAssignee: Jan Pokorný [poki] <jpokorny>
Status: CLOSED ERRATA QA Contact: Cluster QE <mspqa-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.3CC: cluster-maint, djansa, dmalcolm, psklenar, rmccabe, rsteiger, sbradley
Target Milestone: rcKeywords: Documentation, TestOnly
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Since RHEL 6.3, luci authenticated sessions will automatically timeout after 15 minutes of inactivity. This period is customizable in /etc/sysconfig/luci by modifying the "who.auth_tkt_timeout" parameter. It is important to note that the only valid values are 0 (no timeout) and values above 60 seconds (i.e. greater than one minute).
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-20 12:17:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 639075, 731856    
Bug Blocks:    

Description Jan Pokorný [poki] 2011-08-26 17:30:08 UTC
Actually, this is already in since luci 0.23/RHEL 6.1 that initially
(talking about a "new-gen" luci 0.20+) enabled user to configure some
of the aspects of luci via /etc/sysconfig/luci, item from the summary
being amongst them.  It originated in upstream change related to
RFE/bug #661386.

But there are some catches:

1. such user configuration has not been documented yet: bug 731856

2. the first version we can expect to make discussed configuration item
   effective is RHEL 6.3 (not much desirably, things got stuck a bit
   in this regard): bug 639075

Apparently, this was filled mainly for smooth integration with the above bugs.

Comment 1 Jan Pokorný [poki] 2011-09-29 17:14:44 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
(preliminary)
Since RHEL 6.3, luci authenticated session will
automatically timeout after 15 (?) minutes.
This period is customizable in /etc/sysconfig/luci
by modifying "who.auth_tkt_timeout" parameter.

Comment 3 Jan Pokorný [poki] 2011-10-11 13:18:37 UTC
Another thing related to session timeout:

Should we provide a graphic indication of time remaining?
I've actually seen this on some sites.

Comment 5 Ryan McCabe 2012-04-03 16:13:15 UTC
    Technical note updated. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    Diffed Contents:
@@ -1,5 +1,5 @@
 (preliminary)
-Since RHEL 6.3, luci authenticated session will
-automatically timeout after 15 (?) minutes.
+Since RHEL 6.3, luci authenticated sessions will
+automatically timeout after 15 minutes of inactivity.
 This period is customizable in /etc/sysconfig/luci
-by modifying "who.auth_tkt_timeout" parameter.+by modifying the "who.auth_tkt_timeout" parameter.

Comment 11 Lon Hohberger 2012-05-11 15:17:30 UTC
    Technical note updated. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    Diffed Contents:
@@ -2,4 +2,6 @@
 Since RHEL 6.3, luci authenticated sessions will
 automatically timeout after 15 minutes of inactivity.
 This period is customizable in /etc/sysconfig/luci
-by modifying the "who.auth_tkt_timeout" parameter.+by modifying the "who.auth_tkt_timeout" parameter.
+
+It is important to note that the only valid values 0 (no timeout) and values above 60 seconds (i.e. greater than one minute).

Comment 12 Lon Hohberger 2012-05-11 15:18:33 UTC
    Technical note updated. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    Diffed Contents:
@@ -4,4 +4,4 @@
 This period is customizable in /etc/sysconfig/luci
 by modifying the "who.auth_tkt_timeout" parameter.
 
-It is important to note that the only valid values 0 (no timeout) and values above 60 seconds (i.e. greater than one minute).+It is important to note that the only valid values are 0 (no timeout) and values above 60 seconds (i.e. greater than one minute).

Comment 13 Lon Hohberger 2012-05-11 15:18:54 UTC
    Technical note updated. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    Diffed Contents:
@@ -1,4 +1,3 @@
-(preliminary)
 Since RHEL 6.3, luci authenticated sessions will
 automatically timeout after 15 minutes of inactivity.
 This period is customizable in /etc/sysconfig/luci

Comment 17 errata-xmlrpc 2012-06-20 12:17:55 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2012-0766.html