Home
last modified time | relevance | path

Searched refs:searchfor (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal.c257 krb5_ldap_delete_principal(context, searchfor, nentries) in krb5_ldap_delete_principal() argument
259 krb5_const_principal searchfor;
281 …if ((st=krb5_ldap_get_principal(context, searchfor, &entries, nentries, &more)) != 0 || *nentries …
305 if (((st=krb5_unparse_name(context, searchfor, &user)) != 0)
H A Dldap_misc.c448 is_principal_in_realm(ldap_context, searchfor) in is_principal_in_realm() argument
450 krb5_const_principal searchfor;
468 if (searchfor->length == 2)
469 if ((strncasecmp(searchfor->data[0].data, "krbtgt",
470 FIND_MAX(searchfor->data[0].length, strlen("krbtgt"))) == 0) &&
471 (strncasecmp(searchfor->data[1].data, defrealm,
472 FIND_MAX(searchfor->data[1].length, defrealmlen)) == 0))
476 if (strlen(defrealm) != searchfor->realm.length)
480 if (strncmp(defrealm, searchfor->realm.data,
481 searchfor->realm.length) != 0)
H A Dldap_principal2.c79 krb5_ldap_get_principal(context, searchfor, entries, nentries, more) in krb5_ldap_get_principal() argument
81 krb5_const_principal searchfor;
104 if (searchfor == NULL)
112 if (is_principal_in_realm(ldap_context, searchfor) != 0) {
118 if ((st=krb5_unparse_name(context, searchfor, &user)) != 0)
160 if ((st = populate_krb5_db_entry(context, ldap_context, ld, ent, searchfor,
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Ddb2_exp.c150 krb5_const_principal searchfor,
152 (context, searchfor, nentries));
H A Dkdb_db2.h135 krb5_const_principal searchfor,
H A Dkdb_db2.c960 krb5_const_principal searchfor, in krb5_db2_db_get_principal() argument
995 retval = krb5_encode_princ_dbkey(context, &keydata, searchfor); in krb5_db2_db_get_principal()
1183 krb5_const_principal searchfor, in krb5_db2_db_delete_principal() argument
1213 if ((retval = krb5_encode_princ_dbkey(context, &keydata, searchfor))) in krb5_db2_db_delete_principal()
1236 if ((retval = krb5_unparse_name(context, searchfor, &princ_name))) { in krb5_db2_db_delete_principal()