Home
last modified time | relevance | path

Searched refs:trealms (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c803 char **trealms = NULL, **domains = NULL, **ret_vals = NULL; in __profile_validate() local
832 for (trealms = realms; *trealms; trealms++) { in __profile_validate()
834 tr = *trealms; in __profile_validate()
838 *val = strdup(*trealms); in __profile_validate()
845 if (strcmp(default_realm, *trealms) == 0) in __profile_validate()
848 code = __profile_get_domain_realm(profile, *trealms, in __profile_validate()
855 *val = strdup(*trealms); in __profile_validate()
862 code = __profile_get_realm_entry(profile, *trealms, in __profile_validate()
869 *val = strdup(*trealms); in __profile_validate()
876 code = __profile_get_realm_entry(profile, *trealms, in __profile_validate()
[all …]