** Description changed:

  SO: Ubuntu 20.04.3 LTS x64
  Samba: Version 4.13.14-Ubuntu
  BUG: Duplicate IP
  
  Conf:
  
  vfs object = full_audit
  full_audit:prefix = %I|%m|%S
  full_audit:success = mkdirat read pread write pwrite renameat unlinkat
  full_audit:failure = none
  full_audit:facility = LOCAL7
  full_audit:priority = notice
  
  According to the doc:
  
  %I the IP address of the client machine.
  %m the NetBIOS name of the client machine (very useful).
  %S the name of the current service, if any
  
  so why show duplicate IP? (%m parameter has been discontinued?)
  
  out:
  
  Dec  2 11:37:13 user smbd_audit:
  192.168.1.164|192.168.1.164|shared|renameat|ok|
  /home/user/shared/folder/file
  
  Expected:
  
  Dec  2 11:37:13 user smbd_audit:
  192.168.1.164|foouser|shared|renameat|ok|/home/user/shared/folder/file
- 
- PS: what is the equivalent of "rmdir" in the new version (not in the official 
list. rmdir existed until version 4.12. But in the current version 4.13 it is 
no longer listed and it is not specified which one replaced it)
- https://www.samba.org/samba/docs/current/man-html/vfs_full_audit.8.html
- https://www.samba.org/samba/docs/4.13/man-html/vfs_full_audit.8.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953231

Title:
  Samba vfs_full_audit not working as it should

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1953231/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to