Batch configuration of users/groups
Posted: Mon Nov 13, 2023 2:08 pm
Hello,
I know I can configure one property of a user/group at a time via sacli.
Is there a way to configure all user properties in one step? Something like a JSON I get with
and feed a
with it (this is not working, I put it here for you to get the idea).
Even better for a list of users/groups...
I know I can configure one property of a user/group at a time via sacli.
Is there a way to configure all user properties in one step? Something like a JSON I get with
Code: Select all
sacli --tfilt=user_connect --pfilt=myuser UserPropGet
Code: Select all
sacli --tfilt=user_connect --pfilt=myuser UserPropPut
Even better for a list of users/groups...