Hello,
I have a Group Membership section on the Self Service Web interface. The idea is to have a list of the groups the user is a member of, but only the groups with their company name in them. (Not Domain Users, or any of the default groups)
Under Section parameters I have checked the box to filter displayed groups. In specify criteria I have it set to show only groups that match the LDAP filter.
Here's the Filter I'm using:
(&(objectCategory=group)(cn=*%company%*))
This was created based on one of the examples. The user I'm logging in as has a Company name the same as the CN of several groups in the domain. However, nothing shows up in the Group Membership section.
How can I troubleshoot this? I tried the LDAP filter using LDP.exe and when I enter in the value in the company property of my user account I get back all the groups I should see. The filter seems to work so I'm not sure where else I should be looking to fix the problem.