I want to test component matching support in OpenLDAP 2.4.24, but it is masked by LDAP_DEVEL flag, which is turned on only when LDAP_VENDOR_VERSION=0. So... could you tell me please, how to turn on LDAP_DEVEL directly in a proper way?
Коновалов Андрей Александрович wrote:
I want to test component matching support in OpenLDAP 2.4.24, but it is masked by LDAP_DEVEL flag, which is turned on only when LDAP_VENDOR_VERSION=0. So... could you tell me please, how to turn on LDAP_DEVEL directly in a proper way?
It is masked for a reason - it is work in progress and not suitable for use. Since you are asking this question, you are apparently not a qualified developer, therefore you should not touch it. It won't work.
Am Tue, 15 Mar 2011 15:22:55 +0300 schrieb Коновалов Андрей Александрович mudraia@list.ru:
I want to test component matching support in OpenLDAP 2.4.24, but it is masked by LDAP_DEVEL flag, which is turned on only when LDAP_VENDOR_VERSION=0. So... could you tell me please, how to turn on LDAP_DEVEL directly in a proper way?
When compiling openldap use CFLAGS="-DLDAP_DEVEL -DLDAP_COMP_MATCH"
-Dieter
Dieter Kluenter wrote:
Am Tue, 15 Mar 2011 15:22:55 +0300 schrieb Коновалов Андрей Александровичmudraia@list.ru:
I want to test component matching support in OpenLDAP 2.4.24, but it is masked by LDAP_DEVEL flag, which is turned on only when LDAP_VENDOR_VERSION=0. So... could you tell me please, how to turn on LDAP_DEVEL directly in a proper way?
When compiling openldap use CFLAGS="-DLDAP_DEVEL -DLDAP_COMP_MATCH"
No. This code is guaranteed to crash. It is irresponsible of you to give this advice.
openldap-technical@openldap.org