Expand my Community achievements bar.

SOLVED

AEM Useradmin: Adding member to users impersonators list doen'st retain the previous members in the list

Avatar

Level 4

0down votefavorite

1

AEM Useradmin: Select userA profile which is having userB,userC in its impersonators tab.
Add member userD to userA's impersonators list and save.
When we refresh, userA doenst retains the previous members in the impersonatorsList.

But its just the newly added member userD in the userA's imersonators tab list.

We see a post call, in browsers network tab with
url localhost:4502/home/users/A/id
data: memberAcion = sudoers
          memberEntry = userD

Do we know the file? which triggers this post, so that we can ensure the post retains the previous members if so any in its memberEntry.

1 Accepted Solution

Avatar

Correct answer by
Level 4

AEM 6.3.1.2 Useradmin has issues with save of addMembers removeMembers.
Had to overlay AuthRelationPanel.js from libs and  update the saveHandler funciton of CQ.security.AuthRelationPanel. This resolved the issue.

saveHandler

View solution in original post

2 Replies

Avatar

Correct answer by
Level 4

AEM 6.3.1.2 Useradmin has issues with save of addMembers removeMembers.
Had to overlay AuthRelationPanel.js from libs and  update the saveHandler funciton of CQ.security.AuthRelationPanel. This resolved the issue.

saveHandler

Avatar

Level 2

Looks like this is fixed with AEM 6.3.2.0 Release Notes #Security: LDAP users cannot impersonate another user using the Classic UI. NPR-21038: Hotfix for CQ-4207155 (See Configuration settings required for NPR-21038)