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

/solaris-userland/components/krb5/Solaris/
H A Dkt_solaris.c98 * where domain is the domain used to fully qualify the hostname for
117 * different, see krb5envvar(5)) file when the client belongs to an AD domain.
118 * The keytab file is populated differently for an AD domain as the various
132 * e.g. host/<str15>.<domain>@<realm>. The realm name is determined by parsing
144 k5_kt_add_ad_entries(krb5_context ctx, char **sprincs_str, char *domain, argument
157 assert(password != NULL && domain != NULL);
189 * host/str15.domain@realm
191 t_len = snprintf(NULL, 0, "host/%.*s.%s@%s", HOST_TRUNC, token, domain,
198 domain, real
[all...]
H A Dprof_solaris.c374 * errcode_t k5_profile_add_domain_mapping(profile_t profile, char *domain,
378 * where domain is the domain name of the associated realm name
379 * where realm is the corresponding realm name for the domain
382 k5_profile_add_domain_mapping(profile_t profile, char *domain, char *realm) argument
387 if (profile == NULL || domain == NULL || realm == NULL)
391 hierarchy[1] = domain;
408 * where realm is the corresponding realm name for the domain
409 * Note: for the remove function, all matching domain - realm mappings
417 char **domains = NULL, **domain local
[all...]

Completed in 25 milliseconds