[Date Prev][Date Next] [Chronological] [Thread] [Top]

ldap_delete_s() & referral (ITS#471)



Full_Name: Lev Walkin
Version: 1.2.9-Release
OS: FreeBSD 3.1-3.3
URL: 
Submission from: (NULL) (62.76.34.36)


ldap_delete_s() does nothing and returns with zero exit code (LDAP_NOERROR)
if request was redirected to another LDAP server using the referral technique.

I've found this bug on ldap-3.3 (U-M), but it is still present in
OpenLDAP-1.2.9-Release. ldap_delete_s() works pretty well if I go to the remote
server directly (using ldap_open()). All permission are OK,
ldap_set_rebind_proc()
used to set a rebind procedure. But ldap_delete_s() does not delete the object
AND return 0. It is very important for our present LDAP servers scheme, could
anyone give an answer?