Lines Matching defs:entry
1309 krb5_keytab_entry entry;
1332 /* We look for the first entry from our realm or take the last one */
1333 memset(&entry, 0, sizeof(entry));
1334 while ((kt_err = krb5_kt_next_entry(kr->ctx, keytab, &entry, &cursor)) == 0) {
1339 kerr = krb5_copy_principal(kr->ctx, entry.principal,
1346 kerr = sss_krb5_free_keytab_entry_contents(kr->ctx, &entry);
1348 DEBUG(SSSDBG_MINOR_FAILURE, "Failed to free keytab entry.\n");
1350 memset(&entry, 0, sizeof(entry));
1354 "Found keytab entry with the realm of the credential.\n");
1362 "Keytab entry with the realm of the credential not found "
1363 "in keytab. Using the last entry.\n");