-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sshd lense doesn't seem to handle groups with spaces #477
Comments
Anyone? :) |
Hi, i guess the compliant way to fix it would be to fix the groupname to the matching pattern. disclaimer: i don't work in this project rgds |
Linux allows groups with spaces - I'm not happy about that, but it is what it is. :) Our machines are bound to our Active Directory server and the Windows folks seem to love group names with spaces. There's no way we are going to get them to do away with them. |
The current allowed value is |
Hi,
I'm having problems using augeas on my sshd_config which has an AllowGroup with a space:
# grep AllowGroups /etc/ssh/sshd_config
AllowGroups math-domain-users "access admins"
# augtool print /files/etc/ssh/sshd_config/AllowGroups
/files/etc/ssh/sshd_config/AllowGroups
/files/etc/ssh/sshd_config/AllowGroups/1 = "math-domain-users"
/files/etc/ssh/sshd_config/AllowGroups/2 = ""access"
/files/etc/ssh/sshd_config/AllowGroups/3 = "admins""
Help?
The text was updated successfully, but these errors were encountered: