Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c87 char **mappedattr; in replace_mapped_attr_in_dn() local
119 mappedattr = __ns_ldap_getMappedAttributes(rservice, dnArray[0]); in replace_mapped_attr_in_dn()
120 if (!mappedattr || !mappedattr[0]) { in replace_mapped_attr_in_dn()
122 if (mappedattr) in replace_mapped_attr_in_dn()
123 __s_api_free2dArray(mappedattr); in replace_mapped_attr_in_dn()
136 mapped_len = strlen(mappedattr[0]); in replace_mapped_attr_in_dn()
142 __s_api_free2dArray(mappedattr); in replace_mapped_attr_in_dn()
146 (void) snprintf(*new_dn, len, "%s=%s", mappedattr[0], dn + orig_len +1); in replace_mapped_attr_in_dn()
148 __s_api_free2dArray(mappedattr); in replace_mapped_attr_in_dn()