Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
pam_krb5: A Pluggable Authentication Module for Kerberos 5.
Name: | pam_krb5 |
Vendor: | Scientific Linux |
Version: | 2.1.17 |
License: | LGPL |
Release: | 1 |
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
- * Thu Aug 2 19:00:00 2007 Nalin Dahyabhai <nalin{%}redhat{*}com> - 2.1.17-1
- convert "external" creds to v4 creds if we're supposed to (#201265)
- * Wed Jul 25 19:00:00 2007 Nalin Dahyabhai <nalin{%}redhat{*}com> - 2.1.16-1
- backport the "pwhelp" option (#230468)
- always display the server-supplied error if password-changing fails (#230439)
- link the module with libpam to avoid potential undefined symbol deps on
libpam (#227097)
- don't return failure from pam_sm_chauthtok() for unknown users (#235020)
- always reap the storetmp helper's exit status properly (#213407)
- update our principal name using "external" v5 creds so that if we convert
them to v4 creds we'll have the right principal name (part of #201265)
- treat client-revoked errors like client-unknown errors (#230443)
- provide a prompting callback so that libkrb5 can warn of impending password
expiration (#230436)
- when changing passwords, save the user's answers properly (#230445)
- don't try to validate password-changing credentials, because they're not
TGTs (#230460)
- * Thu Jan 26 18:00:00 2006 Nalin Dahyabhai <nalin{%}redhat{*}com> - 2.1.15-2
- rebuild