Searched defs:preauth (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | preauth.c | 353 find_pa_system(krb5_preauthtype type, const krb5_preauth_ops **preauth) argument 361 *preauth = ap;
|
/illumos-gate/usr/src/cmd/krb5/kinit/ |
H A D | kinit.c | 217 krb5_preauthtype * preauth = NULL; variable 477 com_err(progname, code, "while adding preauth option");
|
/illumos-gate/usr/src/cmd/krb5/krb5kdc/ |
H A D | kdc_preauth.c | 75 static const char *objdirs[] = { KRB5_PLUGIN_BUNDLE_DIR, LIBDIR "/krb5/plugins/preauth", NULL }; /* should be a list */ 77 static const char *objdirs[] = { LIBDIR "/krb5/plugins/preauth", NULL }; 170 /* SAM preauth support */ 287 /* Attempt to load all of the preauth plugins we can find. */ 352 /* Try to initialize the preauth system. If it fails, we'll remove it 392 "preauth %s failed to initialize: %s", 455 * information which will be needed by return_padata() later. Each preauth 650 find_pa_system(int type, krb5_preauth_systems **preauth) argument 659 *preauth = ap; 755 krb5_klog_syslog(LOG_DEBUG, "original preauth mechanis [all...] |
Completed in 61 milliseconds