Home
last modified time | relevance | path

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

/freebsd/lib/libpam/modules/pam_ksu/
H A Dpam_ksu.c116 krb5_get_init_creds_opt *gic_opt; in auth_krb5() local
136 rv = krb5_get_init_creds_opt_alloc(context, &gic_opt); in auth_krb5()
144 pass, NULL, NULL, 0, NULL, gic_opt); in auth_krb5()
145 krb5_get_init_creds_opt_free(context, gic_opt); in auth_krb5()