Searched refs:target_dn (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 670 char *target_dn = NULL; local 722 if (target_dn && target_dn_allocated) 723 free(target_dn); 737 dn, &target_dn, &target_dn_allocated, 740 target_dn = dn; 798 rc = ldap_add_ext_s(conp->ld, target_dn, 803 rc = ldap_delete_ext_s(conp->ld, target_dn, 808 rc = ldap_modify_ext_s(conp->ld, target_dn, 813 rc = ldap_add_ext(conp->ld, target_dn, 818 rc = ldap_delete_ext(conp->ld, target_dn, [all...] |
Completed in 61 milliseconds