Read LDAP error: Unprocessed Continuation Reference(s)

2
I have configured the LDAP module from the appstore into my project. I try to trigger the read LDAP microflow button but it gives an error. Caused by: com.mendix.core.CoreException: org.springframework.ldap.PartialResultException: Unprocessed Continuation Reference(s); nested exception is javax.naming.PartialResultException: Unprocessed Continuation Reference(s); remaining name 'DC=DOMAIN,DC=CO,DC=ZA' Any help is much appreciated. Thanks.
asked
1 answers
3

This might be something to do with the LDAP Root Directory you have entered. In the module documentation it states : This usually takes on the form "DC=<organization>DOMAIN,DC=<location>"

In my situation this did not work. I had to use ou=users,ou=xxx,dc=xxx,dc=xxx.dc=org, in other words I had to put in the actual location in AD where the user objects were located to get this to work. So... try changing the Root Directory to add further details and see if that helps.

answered