![]() | |||||||||
|
Sections Home page About us News Contact us Links Support Area Download Updated March 20th 2007 ![]() |
|
|
|
Unavailable Critical ExtentionIn order to resolve the problems between Outlook 2003, and the recent versions of LDAP, you must perform the following patch on the source and re-compile The symptoms are when using the directory to resolve names against an LDAP database
--- openldap-2.2.26/servers/slapd/controls.c 2004-05-20 22:11:38.000000000 -0400
openldap-2.2.26-wfu/servers/slapd/controls.c 2004-08-12 16:11:34.000000000 -0400
@@ -91,9 91,6 @@
{ LDAP_CONTROL_VALUESRETURNFILTER,
SLAP_CTRL_SEARCH, NULL,
parseValuesReturnFilter, LDAP_SLIST_ENTRY_INITIALIZER(next) },
- { LDAP_CONTROL_PAGEDRESULTS,
- SLAP_CTRL_SEARCH, NULL,
- parsePagedResults, LDAP_SLIST_ENTRY_INITIALIZER(next) },
#ifdef LDAP_CONTROL_X_DOMAIN_SCOPE
{ LDAP_CONTROL_X_DOMAIN_SCOPE,
SLAP_CTRL_FRONTEND|SLAP_CTRL_SEARCH, NULL,
|
|||||