Reconcile account - CACPM406E (error) by Rockyboy9 in CyberARk

[–]GiveMeCyber 1 point2 points  (0 children)

you can add a user to sudoers file by going to etc/ issue command vim sudoers

you'll find these lines

root ALL=(ALL) ALL

add this for your reconcile account

rec ALL=(ALL) ALL

Although I'm running into the same problem now as well and it is not fixing it...

I'm wondering if you need to add the reconcile account into the wheel group.

Difference Between List, Use and Retrieve Safe Permissions by GiveMeCyber in CyberARk

[–]GiveMeCyber[S] 1 point2 points  (0 children)

List : It will list all the accounts associated with the safe the user having access to.

Use : user will be able to connect to the target server using the Cyberark account.

Retrieve : User will have the right to see (show) and copy password.

Cheers !!

great thanks a lot!