kpasswd
int kpasswd(krb5_context context, int argc, char *argv[]);
retval = kpasswd(context, argc, argv);
KADM5_KPASSWD, 0, kpasswd);
if ((*kpasswd != NULL) && ((delim = strchr(*kpasswd, ':')) != NULL))
if (*kpasswd == NULL) {
*kpasswd = strdup(dns_host);
if (*kpasswd == NULL) {
return (*kpasswd ? KADM5_OK : KADM5_NO_SRV);
kadm5_get_kpasswd(krb5_context context, const char *realm, char **kpasswd)