Lines Matching refs:domain
374 * 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)
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 = NULL;
428 for (domain = domains; *domain; domain++) {
429 hierarchy[1] = *domain;
876 * no domain realm mapping entry found from the realm specified
886 * for a domain-realm mapping entry
887 * (val returns the domain/host name)
901 * domain - realm mappings