Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_kdb.c46 krb5_principal hist_princ; variable
151 if ((ret = krb5_parse_name(handle->context, hist_name, &hist_princ))) in kdb_init_hist()
154 if ((ret = kdb_get_entry(handle, hist_princ, &hist_db, NULL))) { in kdb_init_hist()
164 ent.principal = hist_princ; in kdb_init_hist()
186 hist_princ = NULL; in kdb_init_hist()
191 hist_princ = ent.principal; in kdb_init_hist()
199 if ((ret = kdb_get_entry(handle, hist_princ, &hist_db, NULL))) in kdb_init_hist()
H A Dsvr_principal.c44 extern krb5_principal hist_princ;
1358 principal, hist_princ)) == TRUE) in kadm5_chpass_principal_3()
1574 if (hist_princ && /* this will be NULL when initializing the databse */ in kadm5_randkey_principal_3()
1576 principal, hist_princ)) == TRUE)) in kadm5_randkey_principal_3()
1719 if (hist_princ && /* this will be NULL when initializing the databse */
1721 principal, hist_princ)) == TRUE))
1897 if (hist_princ && /* this will be NULL when initializing the databse */ in kadm5_setkey_principal_3()
1899 principal, hist_princ)) == TRUE)) in kadm5_setkey_principal_3()
H A Dmapfile-vers76 hist_princ {