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

/solaris-userland/components/krb5/Solaris/
H A Dkt_solaris.c362 * krb5_error_code k5_kt_remove_by_svcprinc(krb5_context ctx, char *sprinc_str)
368 * where sprinc_str is the service principal name that is matched for any
371 * Note: if there are no entries matching sprinc_str then 0 (success) is
375 k5_kt_remove_by_svcprinc(krb5_context ctx, char *sprinc_str) argument
378 return (k5_kt_remove_by_key(ctx, sprinc_str, PRINCIPAL));
382 * krb5_error_code k5_kt_validate(krb5_context ctx, char *sprinc_str,
389 * where sprinc_str is the principal to be validated in the keytab file
399 * where valid is a boolean that is set if the sprinc_str is correctly
410 k5_kt_ad_validate(krb5_context ctx, char *sprinc_str, uint_t flags, argument
423 assert(ctx != NULL && sprinc_str !
[all...]

Completed in 18 milliseconds