You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and found none that matched mine
Describe the feature
When using authd with Microsoft Entra ID, group names containing spaces are harder to work with in Linux terminals.
A good solution would be to automatically replace spaces (" ") with dashes ("-") in group names retrieved from Entra.
Example: My Group Name → my-group-name
Also to provide backwards compatibility, configuration option could be added in authd.yaml to enable or disable this transformation (e.g., transform_group_names = true).
Describe the ideal solution
No response
Alternatives and current workarounds
No response
System information and logs
No response
Relevant information
No response
Double check your logs
I have redacted any sensitive information from the logs
The text was updated successfully, but these errors were encountered:
I hope you're doing well! I wanted to follow up on this issue and kindly request an update on its progress. Is there any timeline or additional information you could share regarding its resolution?
A good solution would be to automatically replace spaces (" ") with dashes ("-") in group names retrieved from Entra.
The problem I see with this is that it would map different Entra groups to the same group: The Entra groups "My Group Name" and "my-group-name" would both be mapped to the "my-group-name" system group.
An option would be to add some crc-like suffix to groups that have been renamed, so that they're always different. Or given that there's no risk of duplication just add a suffix and consider that suffix as "protected" for the groups that are synchronized otherwise.
Is there an existing request for this feature?
Describe the feature
When using authd with Microsoft Entra ID, group names containing spaces are harder to work with in Linux terminals.
A good solution would be to automatically replace spaces (" ") with dashes ("-") in group names retrieved from Entra.
Also to provide backwards compatibility, configuration option could be added in authd.yaml to enable or disable this transformation (e.g., transform_group_names = true).
Describe the ideal solution
No response
Alternatives and current workarounds
No response
System information and logs
No response
Relevant information
No response
Double check your logs
The text was updated successfully, but these errors were encountered: