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)
commitc619ee38f0aee43de571524c8ef3bf6b27b30e74
tree0239d2fc68d079d647b390e74c7d1bf39e91fcb1
parent8bf124adaf4d6cacc18ebca82d96eabe47088151
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
source/modules/vfs_audit.c
source/modules/vfs_extd_audit.c
source/modules/vfs_full_audit.c