Searched defs:sprinc_str (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_solaris.c371 * krb5_error_code k5_kt_remove_by_svcprinc(krb5_context ctx, char *sprinc_str)
377 * where sprinc_str is the service principal name that is matched for any
380 * Note: if there are no entries matching sprinc_str then 0 (success) is
384 k5_kt_remove_by_svcprinc(krb5_context ctx, char *sprinc_str) argument
387 return (k5_kt_remove_by_key(ctx, sprinc_str, PRINCIPAL));
391 * krb5_error_code k5_kt_validate(krb5_context ctx, char *sprinc_str,
398 * where sprinc_str is the principal to be validated in the keytab file
408 * where valid is a boolean that is set if the sprinc_str is correctly
419 k5_kt_ad_validate(krb5_context ctx, char *sprinc_str, uint_t flags, argument
432 assert(ctx != NULL && sprinc_str !
[all...]

Completed in 22 milliseconds