components/krb5/patches/022-case-ins-compare.patch
changeset 6978 14cbeb78966a
parent 6599 1d033832c5e7
equal deleted inserted replaced
6977:d12ba5c9b5db 6978:14cbeb78966a
    10 # name that does not contain the host name component in order perform keytab.
    10 # name that does not contain the host name component in order perform keytab.
    11 # Refer to the 1.10 feature here:
    11 # Refer to the 1.10 feature here:
    12 # 	http://k5wiki.kerberos.org/wiki/Projects/Acceptor_Names
    12 # 	http://k5wiki.kerberos.org/wiki/Projects/Acceptor_Names
    13 # Patch source: in-house
    13 # Patch source: in-house
    14 #
    14 #
    15 diff --git a/src/lib/krb5/keytab/kt_file.c b/src/lib/krb5/keytab/kt_file.c
       
    16 --- a/src/lib/krb5/keytab/kt_file.c
    15 --- a/src/lib/krb5/keytab/kt_file.c
    17 +++ b/src/lib/krb5/keytab/kt_file.c
    16 +++ b/src/lib/krb5/keytab/kt_file.c
    18 @@ -329,7 +329,21 @@ krb5_ktfile_get_entry(krb5_context context, krb5_keytab id,
    17 @@ -329,7 +329,21 @@ krb5_ktfile_get_entry(krb5_context context, krb5_keytab id,
    19          /* if the principal isn't the one requested, free new_entry
    18          /* if the principal isn't the one requested, free new_entry
    20             and continue to the next. */
    19             and continue to the next. */