[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
deletion of multivalues
What is the behaviour of ldap_modify_s if I try to delete some but not
all of 'multi valued attribute' and the scenerio is as follows,
For example,
Existing attribute in ldap db.
cn: one
cn: two
cn: three
I want to delete following cn multi values using ldap_modify_s,
cn: one
cn: four
'cn: four' is not there in ldap db. How will ldap_modify_s responds? I
mean what error OR it ignores it completely and deletes only 'cn:one'?
Regards
ramana