Lines Matching refs:domain
98 * 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,
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, realm);