Displaying 5 results from an estimated 5 matches for "lp_enum".
2018 May 08
2
vfs_full_audit and facility 'auth'...
...s = 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 Vit...
2018 May 08
2
vfs_full_audit and facility 'auth'...
...> >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...
2018 May 10
2
vfs_full_audit and facility 'auth'...
...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!
> 
> > ;-)
> 
> 
> Some hint on how to use 'auth' as facility?! Thanks.
You would replace 'FACILITY' with one of the facilities shown in 'man
syslog' e.g. full_audit:facility = LOG_AUTH
Rowland
2018 May 11
4
vfs_full_audit and facility 'auth'...
...gt; 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/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!
> 
> so seems that 'auth' and also 'LOG_AUTH' is not a valid keyword...
> 
> 
> (debian jessie, systemd, samba 4.5 from louis repository)
> 
OK, if you look in 'man vfs_full_audit' is says this:...
2018 May 11
0
vfs_full_audit and facility 'auth'...
...ACILITY' 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/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!
> >
> > so seems that 'auth' and also 'LOG_AUTH' is not a valid keyword...
> >
> >
> > (debian jessie, systemd, samba 4.5 from louis repository)
> >
>
> OK, if you look in 'ma...