[Samba] [SAMBA] opposit of veto files?

Jeremy Allison jra at samba.org
Tue Oct 26 11:31:48 MDT 2010


On Tue, Oct 26, 2010 at 06:19:36PM +0200, Achim Klausmann wrote:
> Hello,
> 
> is there a way to define the opposit of veto files?
> 
> I have a share defined for a oracle-dump-directory
> and i want to make sure that only dmp-files (*.DMP)
>   and log-files (*.DMP.log) are read and written
> from the clients.
> 
> Is that possible?
> 
> Distribution is openSUSE 11.x
> SAMBA 3.2.0, 3.2.7, 3.2.4

There's no current way to do this, but you could
write a vfs module that hooks SMB_VFS_READDIR()
and filters there based on a vfs module-specific
parameter.

Jeremy.


More information about the samba mailing list