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

/illumos-gate/usr/src/cmd/krb5/kadmin/kpasswd/
H A Dkpasswd.c33 static char rcsid[] = "$Id: kpasswd.c 17258 2005-06-21 01:36:03Z raeburn $";
41 #include "kpasswd.h"
57 * Function: kpasswd
102 kpasswd(context, argc, argv) function
317 * kpasswd *COULD* output something here to
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dkadm_host_srv_names.c77 * Find the kpasswd server for the given realm. If the realm is null or
83 kadm5_get_kpasswd(krb5_context context, const char *realm, char **kpasswd) argument
104 KADM5_KPASSWD, 0, kpasswd);
106 if ((*kpasswd != NULL) && ((delim = strchr(*kpasswd, ':')) != NULL))
109 if (*kpasswd == NULL) {
126 *kpasswd = strdup(dns_host);
128 if (*kpasswd == NULL) {
142 return (*kpasswd ? KADM5_OK : KADM5_NO_SRV);
188 * First try to find the kpasswd serve
[all...]

Completed in 44 milliseconds