Searched refs:domain (Results 1 - 6 of 6) sorted by relevance
/solaris-userland/components/sendmail/files/cf/cf/ |
H A D | Makefile | 60 ${CFDIR}/domain/generic.m4 \ 61 ${CFDIR}/domain/solaris-antispam.m4 \ 62 ${CFDIR}/domain/solaris-generic.m4 \
|
/solaris-userland/components/krb5/Solaris/private/krb5/ |
H A D | prof_solaris.h | 50 long k5_profile_add_domain_mapping(profile_t profile, char *domain,
|
/solaris-userland/components/krb5/Solaris/ |
H A D | kt_solaris.c | 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, 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 D | prof_solaris.c | 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) 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...] |
/solaris-userland/components/pam_pkcs11/ |
H A D | pam_pkcs11.conf | 238 # Also check that host matches mx domain 245 # check domain name. 251 domain = "domain.com";
|
/solaris-userland/components/sendmail/ |
H A D | Makefile | 154 $(CP) $(FILE_DIR)/cf/domain/solaris-generic.m4 $(@D)/cf/domain/ ;
|
Completed in 79 milliseconds