Alternative workflow to LimitToUser in newer version #207
-
|
Hey everyone, We had a great workflow in our post production environment using PrivilegesCLI through SSH to enable admin rights to a specific user (config profile with "LimitToUser"), without having to log in with that user. But, since this no longer works in Privileges 2.x -> , and version 1.5.4 and CLI seems to stop working in MacOS Sequoia, we are looking for an alternative method. Does anyone in the community have a workflow/solution for this?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
What about |
Beta Was this translation helpful? Give feedback.
-
|
Hi @mthielemann , Thanks for the reply! :) So you would just run this command through SSH, and the respective user would get the same rights as when using Privileges? Have you implemented this with Privileges before, or made something as simple as PrivilegesCLI, as to avoid writing that whole command each time? |
Beta Was this translation helpful? Give feedback.
-
|
Yes, this command adds a user to the admin group, which is what Privileges does. Even though Privileges has a lot more features, the basic functionality is to add and remove users from the admin group. So if you don't need all of these features and management capabilities, you can just do it on the command line with |
Beta Was this translation helpful? Give feedback.
So you have a
localadminwithout admin rights? Then you can't usedseditgroupbecause it requires admin rights to add a user to a group. In Privileges 2 we wanted to make sure that users have full control over their admin rights and that no one can change their admin rights in the background (via SSH), so I am afraid Privileges is no longer an option for you. On the other hand, you might consider changing your workflow…