LDAP fro version 4 and AD queries

1
Hi there, A client needs to retrieve all user details from their AD using simple AD queries into Mendix, is this possible through the LDAP module or do we need to write some Java? Also, is there a possibility of using LDAP on a newer version(e.g. 4.x.x)? Thanks,
asked
2 answers
2

There's a new release of the LDAP module in the appstore, and this new release is Mx4 compatible and does not need the Mendix version specific jar-file anymore.

answered
1

Alistair,

We are using an adapted version of the LDAP jar provided by Mendix that allows us to import to any entity and map all data from the user's CN. Maybe this can be made available for you too, as the standard version did and possibly (still) does not allow for this feature.If you're up to it you could start building your own version in java as well.

With regards to the version, we need to get a new version of the LDAP jar for every upgrade as there as some issues with the JVM on compiling the jar.

Hope this helps you a bit further.

answered