On 04/26/2016 05:08 PM, Stephen Gallagher wrote:
Our users constantly make the mistake of typing `debug = 9` in the sssd.conf instead of `debug_level = 9` as would be correct. This happens frequently-enough that we should just alias it rather than continue to have people make mistakes.
I don't really oppose but I'd rather print a warning instead of aliasing it, otherwise we can end up aliasing everything. It may be done as part of configuration check patches that should detect typos.