Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_services.c221 char **temprdns = NULL; local
418 temprdns = ldap_explode_dn(srvparams->krbrealmreferences[i], 1);
420 if (temprdns[0] == NULL) {
425 realmName = strdup(temprdns[0]);
526 char **temprdns = NULL; local
925 temprdns = ldap_explode_dn(oldrealmrefs[i], 1);
927 if (temprdns[0] == NULL) {
932 realmName = strdup(temprdns[0]);
969 temprdns = ldap_explode_dn(newrealmrefs[i], 1);
971 if (temprdns[0] == NULL) {
[all …]