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

RE: ldap_modify call returning wrong messageId



At 04:25 PM 1/21/00 -0600, Nalla, Suneetha R (Suneetha) *CTR* wrote:
>When I check the msgid in ldap pointer it is 2, since I did a bind before
>modify, but ldap_modify is returning me 0 instead of 2.

This is exactly what ldapmodify(1) does and it works just fine.  I
suspect you have a simple coding error like:
	id == ldap_modify( ... );

or something.  Let's examine your code.  A fragment will do.

	Kurt