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

Re: Modifications to support ModifyDNRequest (LDAP v3):comments?



Juan Carlos Gomez wrote:
> Kurt,You probably were talking about conn->c_version? This is the one that
> getsset in bind(). And it gets set to 30 not 3,  may be we need to use
> LDAP_VERSION*
> there.

No, conn->c_protocol!  Only available in latest -devel software
(using AnonCVS or CVSup).

conn->c_version is for U-Mich r2.0 vs r3.0 bind.

We could probably combine these into one flag or just drop LDAP_COMPAT20.

Kurt