Searched defs:changepw (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/krb5/kadm5/srv/ |
H A D | chgpwd.c | 33 * chgpwd.c - Handles changepw requests issued from non-Solaris krb5 clients. 67 krb5_principal changepw; local 85 changepw = NULL; 176 if (ret = krb5_build_principal(context, &changepw, strlen(realm), realm, 177 "kadmin", "changepw", NULL)) { 180 "Failed to build kadmin/changepw " 185 "Failed building kadmin/changepw principal", 190 ret = krb5_rd_req(context, &auth_context, &ap_req, changepw, keytab, 203 "keytab entry \"kadmin/changepw\" " 542 "kadmin", "changepw", NUL [all...] |
Completed in 21 milliseconds