In trying to use the basic-connector to synchronize employees from our LDAP server, I'm getting the following error:
javax.naming.OperationNotSupportedException: [LDAP: error code 12 - Unavailable Critical Extension]; remaining name ''
From a bit of digging, it looks like this is because we use the Sun Directory Server and it doesn't support the PagedResultsControl extension (http://blogs.adobe.com/apugalia/ldap-error-code-12-unavailable-critical-extension/).
Is there any way to disable the basic-connector's use of this extension?