Marc R. Schoolderman
Marc R. Schoolderman
Hi! Any updates on this issue? 😃
@pvdrz Can this issue be closed?
Can you rebase this on the current main? And also, would you like some assistance with the compliance test failure?
Thanks for this feedback! You will be pleased to know that we were **not** considering adding anything like `sudoers.ldap`, i.e. support for a centralized sudoers configuration that is stored in...
> It would also be nice to compare to existing Rust implementations and what makes this one different. There's for example https://gitlab.com/edneville/please , which has a different configuration file format...
CC #782
> A user name, uid, group, gid, netgroup, nonunix_group or nonunix_gid may be enclosed in double quotes to avoid the need for escaping special characters. Alternately, special characters may be...
I have some more questions before I remove the "investigate" label. Right now we support quotes around the "include file" mechanism (for obvious reasons: whitespace) and `Defaults` (for obvious reasons:...
Quotes don't seem to have a role in Command specifications (if I specify them I have to explicitly specify them on the command line as well). Also now that I...
Experimentally, a `"` should also be escaped; i.e. the documentation is not 100% reliable.