On 22/03/2023 07:07, lists--- via samba wrote:> Good morning list,
>
> is there a failure in that manpage?
In a short answer: Yes
> (I'm running Samba version 4.17.6-Debian)
>
> The example shows:
> [records]
> path = /data/records
> vfs objects = full_audit
> full_audit:prefix = %u|%I
> full_audit:success = open opendir
> full_audit:failure = all !open
> full_audit:facility = LOCAL7
> full_audit:priority = ALERT
>
> But:
> - opendir is not shown within complete set of Samba VFS operations.
> - setting "full_audit:success = open opendir" results in:
> [2023/03/22 07:54:26.959285,? 0]
> ../../source3/modules/vfs_full_audit.c:566(init_bitmap)
> ? init_bitmap: Could not find opname opendir
>
> Cheers,
> Torsten
>
Long answer:
'opendir' was removed two years ago, but it wasn't removed from the
example.
Rowland