r10619: Allow syslog facility and priority to be set via
authorDeryck Hodge <deryck@samba.org>
Thu, 29 Sep 2005 15:57:21 +0000 (15:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:04:48 +0000 (11:04 -0500)
commit435295f1840aa8bd4c04f20a2348c6d701c6b7dc
treea77531db3df1312f7cef0ca9ace40abab152d9ab
parentdbbaccc2c05ca2220dbbb74a7368304a89d31c9c
r10619: Allow syslog facility and priority to be set via
smb.conf for audit modules.

Facility may be set to USER or LOCAL0-LOCAL7.  Any
of the syslog priority settings may be used.
smb.conf will look like:

audit:facility = LOCAL5
audit:priority = INFO

(Or full_audit:facility, or whatever audit module is used.)

deryck
(This used to be commit c619ee38f0aee43de571524c8ef3bf6b27b30e74)
source3/modules/vfs_audit.c
source3/modules/vfs_extd_audit.c
source3/modules/vfs_full_audit.c