Can I tell what user deleted a group of files or folders via SMB? The users are on a mix of windows and apple machines but I can not determine who deleted the files. Is there any way to tell who did it after the fact?
Software/Hardware used:
ASKED:
September 8, 2010 1:39 PM
UPDATED:
September 9, 2010 3:28 PM
Well, if you are using *nix/Samba for a smb-based file server, it is possible by activation of one of auditing vfs objects (vfs object is kinda plugin in samba versions >3). You can inspect their properties and configuration in samba man pages: vfs_audit, vfs_extd_audit, vfs_full_audit .
BTW, there is a “network recycle bin” in samba through vfs object vfs_recycle …
Maybe it’s time to think over a migration to Linux/Samba?