I've tried to setup VFS full audit facility in some share, like: vfs objects = [...] full_audit full_audit:prefix = %S|%d|%I|%M|%u full_audit:success = mkdir rmdir read pread write pwrite rename unlink full_audit:failure = none full_audit:facility = auth full_audit:priority = info but samba refuse 'full_audit:facility = auth' as a good option: [2018/05/08 16:32:50.564456, 0] ../source3/param/loadparm.c:1179(lp_enum) lp_enum(auth,enum): value is not in enum_list! Why?! Only local* are acceptable? Thanks. -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia'' http://www.lanostrafamiglia.it/ Polo FVG - Via della Bontà , 7 - 33078 - San Vito al Tagliamento (PN) marco.gaiarin(at)lanostrafamiglia.it t +39-0434-842711 f +39-0434-842797 Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA! http://www.lanostrafamiglia.it/index.php/it/sostienici/5x1000 (cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)
On Tue, 8 May 2018 17:01:38 +0200 Marco Gaiarin via samba <samba at lists.samba.org> wrote:> > I've tried to setup VFS full audit facility in some share, like: > > vfs objects = [...] full_audit > full_audit:prefix = %S|%d|%I|%M|%u > full_audit:success = mkdir rmdir read pread write pwrite > rename unlink full_audit:failure = none > full_audit:facility = auth > full_audit:priority = info > > but samba refuse 'full_audit:facility = auth' as a good option: > > [2018/05/08 16:32:50.564456, > 0] ../source3/param/loadparm.c:1179(lp_enum) lp_enum(auth,enum): > value is not in enum_list! > > Why?! Only local* are acceptable? >From 'man vfs_full_audit' full_audit:facility = FACILITY Log messages to the named syslog(3) facility. See 'man syslog' for the 'facilities' you can use. Rowland
Mandi! Rowland Penny via samba In chel di` si favelave...> >From 'man vfs_full_audit' > > full_audit:facility = FACILITY > Log messages to the named syslog(3) facility. > > See 'man syslog' for the 'facilities' you can use.[2018/05/08 17:34:42.388486, 0] ../source3/param/loadparm.c:1179(lp_enum) lp_enum(LOG_AUTH,enum): value is not in enum_list! ;-) -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia'' http://www.lanostrafamiglia.it/ Polo FVG - Via della Bontà , 7 - 33078 - San Vito al Tagliamento (PN) marco.gaiarin(at)lanostrafamiglia.it t +39-0434-842711 f +39-0434-842797 Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA! http://www.lanostrafamiglia.it/index.php/it/sostienici/5x1000 (cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)