0 votes

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.

by (20 points)
0

Hello Linda,

What version of Adaxes are you currently using? To check that:

  1. Launch Adaxes Administration Console.
  2. Right-click your service.
  3. In the context menu, click Properties.
  4. Adaxes version will be displayed on the General tab.

Also, what do you mean by “section on the Self Service Web interface”? If it is an action to view Group objects, then the LDAP filter for groups where the logged on user is member of and the user’s company name is part of the group name should look like the following:
(&(cn=*%company%*)(member=%distinguishedName%))

Please log in or register to answer this question.

Related questions

0 votes
0 answers

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 ... seems to work so I'm not sure where else I should be looking to fix the problem.

asked Nov 2, 2015 by drew.tittle (810 points)
0 votes
1 answer

Hi all I want to create a workflow on the Self Service portal. The choice is the default Join a group or possibly a new action. A normal user should be able to ... by" of the group has the permission (Write membership) as described in the guide. Micael

asked Jan 21, 2019 by ecit (100 points)
0 votes
1 answer

I created a group Business Rule that triggers "After adding or removing a member from a group". On its Activity Scope I added a test group, and set it for "The group ... does not trigger. What should I do to make the BR detect this (admittedly rare) case?

asked Mar 16, 2023 by alex.vanderwoude (60 points)
0 votes
1 answer

Hi, I'm trying to add an custom command under Actions. While I'm able to add them under UI editor, it is not visible when a user logs into self-service portal. However, other default actions are visible when I toggle them in UI editor.

asked Feb 5 by Renugopal (120 points)
0 votes
1 answer

Hello! I've made a simple business rule: AFTER adding a member to a group IF Operation Succeeded THEN Send email notification In the activity scope, I have selected the group ... but the business rule isn't triggered. How do I make this work? Regards, Erlend

asked Oct 22, 2014 by Erlend (160 points)
3,346 questions
3,047 answers
7,772 comments
544,970 users