search for: enum_log_facilities

Displaying 4 results from an estimated 4 matches for "enum_log_facilities".

2018 May 11
4
vfs_full_audit and facility 'auth'...
On Fri, 11 May 2018 09:14:24 +0200 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > Mandi! Rowland Penny via samba > In chel di` si favelave... > > > You would replace 'FACILITY' with one of the facilities shown in > > 'man syslog' e.g. full_audit:facility = LOG_AUTH > > OK, done. But samba (as stated in previous email) still reply:
2018 May 11
0
vfs_full_audit and facility 'auth'...
...39; > does. > > Does anybody know which of the facilities listed in 'man syslog' > actually work ? or do I have try each of them to find out ? > > Use the source, Like! (c) static int audit_syslog_facility(vfs_handle_struct *handle) { static const struct enum_list enum_log_facilities[] = { { LOG_USER, "USER" }, { LOG_LOCAL0, "LOCAL0" }, { LOG_LOCAL1, "LOCAL1" }, { LOG_LOCAL2, "LOCAL2" }, { LOG_LOCAL3, "LOCAL3" }, { LOG_LOCAL4, "L...
2018 May 11
0
vfs_full_audit and facility 'auth'...
...> On 11 May 2018 at 17:00, Rowland Penny via samba-technical < > samba-technical at lists.samba.org> wrote: > > > On Fri, 11 May 2018 16:46:55 +0200 > > "Timur I. Bakeyev" <timur at freebsd.org> wrote: > > > static const struct enum_list enum_log_facilities[] = { > > > { LOG_USER, "USER" }, > > > { LOG_LOCAL0, "LOCAL0" }, > > > { LOG_LOCAL1, "LOCAL1" }, > > > { LOG_LOCAL2, "LOCAL2" }, > > >...
2018 May 11
3
vfs_full_audit and facility 'auth'...
...17:00, Rowland Penny via samba-technical < > > samba-technical at lists.samba.org> wrote: > > > > > On Fri, 11 May 2018 16:46:55 +0200 > > > "Timur I. Bakeyev" <timur at freebsd.org> wrote: > > > > static const struct enum_list enum_log_facilities[] = { > > > > { LOG_USER, "USER" }, > > > > { LOG_LOCAL0, "LOCAL0" }, > > > > { LOG_LOCAL1, "LOCAL1" }, > > > > { LOG_LOCAL2, "LOCAL2" }, > >...