Searched refs:target_dn (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_writes.c724 char *target_dn = NULL; local
781 if (target_dn && target_dn_allocated)
782 free(target_dn);
796 dn, &target_dn, &target_dn_allocated,
799 target_dn = dn;
857 rc = ldap_add_ext_s(conp->ld, target_dn,
862 rc = ldap_delete_ext_s(conp->ld, target_dn,
867 rc = ldap_modify_ext_s(conp->ld, target_dn,
872 rc = ldap_add_ext(conp->ld, target_dn,
877 rc = ldap_delete_ext(conp->ld, target_dn,
[all...]

Completed in 17 milliseconds