Bug 3726 - extd_audit VFS module still logs to syslog even when instructed not to do so?
Summary: extd_audit VFS module still logs to syslog even when instructed not to do so?
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Client Tools (show other bugs)
Version: 3.0.22
Hardware: Other Linux
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL: http://bugs.debian.org/341249
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-26 02:28 UTC by Christian Perrier (dead mail address)
Modified: 2008-09-29 13:28 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Perrier (dead mail address) 2006-04-26 02:28:37 UTC
This is Debian bug #341249: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=341249

Our user experienced it with 3.0.14a and I reproduced it with 3.0.22.

[global]
syslog = 0
log level = vfs:3
log file = /var/log/%u.%m.log

[tmp]
comment = Temporary directory
path = /tmp
read only = yes
browseable = yes
vfs objects = audit
guest ok = yes

(safe, isn't it? :-))

This leads to output still being logged tthrough syslog:

Apr 26 08:31:50 bastet smbd_audit[31199]: connect to service tmp by user cperrier
Apr 26 08:31:52 bastet smbd_audit[31199]: opendir ./
Apr 26 08:31:59 bastet smbd_audit[31199]: open sysdump (fd 25)
Apr 26 08:31:59 bastet smbd_audit[31199]: close fd 25
Apr 26 08:32:01 bastet smbd_audit[31199]: disconnected

And no logging shows up in /var/log/samba/
Comment 1 Levente Farkas 2007-05-02 02:51:01 UTC
is there any progress with this bug?
Comment 2 Jelmer Vernooij 2008-09-29 13:28:16 UTC
configuration is invalid - it uses audit rather than extd_audit. Audit only supports syslog.