Make Me Admin is a simple, open-source application for Windows that allows standard user accounts to be elevated to administrator-level, on a temporary basis.
There seems to be a bug in the RFC 3164 format.
If in syslog-ng I want to filter accoring to facility and program the filter that matches is:
filter f_makemeadmin { facility(user) and program("Make"); };
where it should be:
filter f_makemeadmin { facility(user) and program("Make Me Admin"); };
Would it be possible to send as "MakeMeAdmin" instead of "Make Me Admin"? This would make everything clearer.
Checked out configuration using rfc 5424. Works beautifully. Syslog program name is "MakeMeAdmin".
As 5424 obsoletes 3164 this bug report can be closed.
Hi
There seems to be a bug in the RFC 3164 format. If in syslog-ng I want to filter accoring to facility and program the filter that matches is: filter f_makemeadmin { facility(user) and program("Make"); }; where it should be: filter f_makemeadmin { facility(user) and program("Make Me Admin"); };
Would it be possible to send as "MakeMeAdmin" instead of "Make Me Admin"? This would make everything clearer.
Thanks for looking into it.