MWS LDAP Query for LDAP Role Provide

Product/components used and version/fix level: IS10.5

Detailed explanation of the problem:

What I’m trying to achieve is, I have an AD group which has 50+ users on it.

Now, I’m trying to search list of users from AD group, but the java code is not working. Can anyone help me with the Java code to do ldap search based on AD group?

Error messages / full error message screenshot / log file:

No errors from server log.

@nambilnarayanan
Please clarify “not working”.

Did you start with sample Java code or create it from scratch?

Also, please clarify your use case.

-----> Wayne

Hi,

is the package WmCDS availbale on your 10.5 instance?
If this is the case, you can use the services from this package to retrieve the group via CentralUserManagement.
Additionally you will find the public services from WmPublic under the pub.client.ldap-Folder helpful.
See IS Built-In-Services Rererence for details.

Can you share the java code snippet here for analysis?

Sometimes the LDAP-Provider is limiting such searches for performance reasons.
Can you check this with the admin team of your AD LDAP Server for details?

Regards,
Holger

1 Like