Google Site SearchFN Site Search FN Blog Login FN Blog Login
Site Navigation:
 
 

Fedora Update

This update can be downloaded from:
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/1/
This update can be installed with Yum Update Agent; you can type 'yum update' command in the terminal.
This update can also be installed with the Red Hat Update Agent; you can launch the Red Hat Update Agent with the 'up2date' command in the terminal.

Fedora Core 1 Update: pam_krb5-2.0.5-1

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2004-024
2004-02-09
---------------------------------------------------------------------

Name        : pam_krb5
Version     : 2.0.5                      
Release     : 1                  
Summary     : A Pluggable Authentication Module for Kerberos 5.
Description :
This is pam_krb5, a pluggable authentication module that can be used with
Linux-PAM and Kerberos 5. This module supports password checking, ticket
creation, and optional TGT verification and conversion to Kerberos IV tickets.
The included pam_krb5afs module also gets AFS tokens if so configured.

---------------------------------------------------------------------

Update Information:
                                                                               
The version of pam_krb5 included in Fedora Core 1 did not honor the
ticket_lifetime setting in /etc/krb5.conf's [appdefaults] section, in
the "pam" subsection.  The default renewable lifetime set in this
configuration file is 10 hours.  The default ticket lifetime used in
libkrb5 is 24 hours.
                                                                               
When answering a request for initial credentials which specifies
these lifetimes, some KDC implementations will reply with initial
credentials with a renewable lifetime increased to match the ticket
lifetime.  This modification to the response is treated as an error
by libkrb5, and authentication fails when it would otherwise succeed.
                                                                               
The updated version of pam_krb5 now honors the ticket_lifetime
setting, and the configured default ticket lifetime (10 hours) does
not trigger this error condition.

---------------------------------------------------------------------

2003-11-20 nalin
    * src/initopts.c(_pam_krb5_set_init_opts): set the ticket lifetime,
    if configured, as an initopt.  This change lets us fix #109331.

---------------------------------------------------------------------