I have configured MWS to connect with Sun Directory Server and created a LDAP query Role. Now all the ldap users are listed in the Users page of MWS.
But I only need a subset of these ldap users. I think it could be done by adding a LDAP query in my ldap role.
But I have tried different queries and ldap users are still not filtered. Can somebody give me the right syntax for the ldap query. I only want to import ldap users whose first name (givenname) is Test*.
I have tried the following queries with (simple checked) but none worked:
givenname=Test*
cn=Tester One
sn=One
The ldap querys i know how to implement and the query function in a ldap browser.
My problem is in the ldap query that not function and if i insert a space in this field (for to pass the obligatoriness validation), the mws returns all users in the ldap directory service.
My mws is 7.1.2, this is a bug or my configuration is wrong?