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

/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_kdb.c46 krb5_principal hist_princ; variable
118 * hist_princ krb5_principal holding the history principal
151 if ((ret = krb5_parse_name(handle->context, hist_name, &hist_princ)))
154 if ((ret = kdb_get_entry(handle, hist_princ, &hist_db, NULL))) {
164 ent.principal = hist_princ;
184 /* this won't let us randomize the hist_princ. So we cheat. */
186 hist_princ = NULL;
191 hist_princ = ent.principal;
199 if ((ret = kdb_get_entry(handle, hist_princ, &hist_db, NULL)))

Completed in 179 milliseconds