- add the RT entry number

This commit is contained in:
Nalin Dahyabhai 2010-03-12 22:13:15 +00:00
parent ecf57bb1a5
commit fafc4a2352
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Don't warn of expiration reported the new way if it's more than a week from
now, for consistency with the code that handles expiration times reported the
old way.
old way. RT#6682
diff -up krb5-1.8/src/lib/krb5/krb/gic_pwd.c.exp_warn krb5-1.8/src/lib/krb5/krb/gic_pwd.c
--- krb5-1.8/src/lib/krb5/krb/gic_pwd.c.exp_warn 2010-03-05 11:04:10.000000000 -0500

View File

@ -1,5 +1,5 @@
If we encounter any errors reading the user's principal name from the default
ccache, fall back to the default of using the current user's name.
ccache, fall back to the default of using the current user's name. RT#6683
diff -up krb5-1.8/src/clients/kpasswd/kpasswd.c.kpasswd-ccache krb5-1.8/src/clients/kpasswd/kpasswd.c
--- krb5-1.8/src/clients/kpasswd/kpasswd.c.kpasswd-ccache 2009-10-30 20:48:38.000000000 -0400

View File

@ -1,5 +1,5 @@
Fall back to the library default for whether or not to prompt for a password-
change during authentication, if we weren't passed any options.
change during authentication, if we weren't passed any options. RT#6681
diff -up krb5-1.8/src/lib/krb5/krb/gic_pwd.c.opte krb5-1.8/src/lib/krb5/krb/gic_pwd.c
--- krb5-1.8/src/lib/krb5/krb/gic_pwd.c.opte 2009-12-23 11:00:05.000000000 -0500