Jump to letter: [
          
            49ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        pam_krb5: A Pluggable Authentication Module for Kerberos 5.
        
        
            | Name: | pam_krb5 | 
            Vendor: | Scientific Linux | 
        
        
            | Version: | 2.1.17 | 
            License: | LGPL | 
        
        
            | Release: | 8.el4 | 
            URL: |  | 
        
        
        
        - Summary
 
        - 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.
 
        
        
        Changelog
        
            - * Fri Jan 23 18:00:00 2009 Nalin Dahyabhai <nalin{%}redhat{*}com> - 2.1.17-8
 
            - drop the fix to not bother asking for a password an attempt to get
  credentials during authentication, in case we're the first module in the
  stack and there's a leftover authtok from a previous run, leaving the
  bit that affects password-changes (more of #436968)
 
        
            - * Tue Jan  6 18:00:00 2009 Nalin Dahyabhai <nalin{%}redhat{*}com> - 2.1.17-7
 
            - backport the "null_afs"/"nullafs" option from 2.1.20, based on Jan Iven's
  patch, which instructs pam_krb5 to guess "afs@REALM" before "afs/cell@REALM"
  when forced to guess the principal name of a given cell (#231137)
- backport fixes to not bother asking for a password an attempt to get
  credentials (initial creds during authentication, or password-changing
  creds during a password change) indicated to that the user was not known to
  the KDC (#436968)
- unconditionally set PAM_AUTHTOK whenever we prompt for a password (#437179)
 
        
            - * Thu Apr 10 19:00:00 2008 Nalin Dahyabhai <nalin{%}redhat{*}com> - 2.1.17-6
 
            - backport the "krb4_convert_524" and "krb4_use_as_req" options (and their
  inverses) from 2.2 to allow v4 client traffic to be completely disabled,
  even when AFS is in use (#429926)