-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Is there an existing request for this feature?
- I have searched the existing issues and found none that matched mine
Describe the feature
Being able to set the prefix instead of using "linux-" would allow it to follow the naming schemes of every organization, contributing to better organization in the environment. For example, instead of "Linux-sudo" we could have "Device Local Group - sudo", for example, or "Local Admin - Linux" although the latter would need to be done via a group mapping, either using the groupd id or name, against the local groups.
Describe the ideal solution
Being able to set a custom prefix on the broker configuration file, something like:
localgroupprefix="Linux Groups-" ( default being "linux-"
Or, for advanced use cases, something like:
localgroupmapping=("Linux Admins Group",sudo),("Docker Users",docker)
Or instead of the name, use the GUID of the group on Entra/Google
Alternatives and current workarounds
No response