Displaying 4 results from an estimated 4 matches for "hide_nonscanned_files".
2010 Dec 02
0
samba3x troubles
...[davidenko]
comment = ?????? ????? %U
path = /var/share/davidenko
read only = No
valid users = davidenko, @top
create mask = 666
directory mask = 777
vfs objects = scannedonly full_audit
scannedonly: domain_socket = False
scannedonly: portnum = 2020
scannedonly: scanhost = localhost
scannedonly: hide_nonscanned_files = False
scannedonly: allow_nonscanned_files = True
full_audit:prefix = %u|%I
full_audit:failure = none
full_audit:success = connect disconnect opendir mkdir rmdir
closedir open close read pread write pwrite sendfile rename unlink
chmod fchmod chown fchown chdir ftruncate lock symlink rea...
2012 Dec 31
0
[4.0] NT_STATUS_INVALID_HANDLE on rmdir
...have a problem with Samba 4.0 shares covered by scannedonly VFS. Example
configuration of one of those shares:
path = /foo/bar/baz
read only = No
browseable = No
vfs objects = scannedonly
scannedonly:domain_socket = True
scannedonly:socketname = /var/lib/scannedonly/scan
scannedonly:hide_nonscanned_files = True
scannedonly:allow_nonscanned_files = False
Whenever I try do delete a directory, I get NT_STATUS_INVALID_HANDLE
status, but directory is removed. On Windows, this status spawns an error
dialog. Example session:
smb: \blah\> ls
. D 0 Mo...
2011 May 19
1
vfs_scannedonly fails to connect to socket.
...ad only = No
browseable = No
directory mask = 0775
create mask = 0644
oplocks = False
# Virus scanning
vfs objects = scannedonly
scannedonly:domain_socket = True
scannedonly:socketname = /var/lib/clamav/clamd-socket
scannedonly:hide_nonscanned_files = True
ls -l /var/lib/clamav/clamd-socket
srw-rw-rw- 1 vscan vscan 0 May 19 12:29 /var/lib/clamav/clamd-socket
[2011/05/19 12:46:32.541300, 2]
modules/vfs_scannedonly.c:207(connect_to_scanner)
failed to connect to socket /var/lib/clamav/clamd-socket
Initialising custom vfs hooks from [scann...
2012 Dec 21
1
[Samba4] Is VFS working in Samba 4.0.0?
...mba/var/profiles
read only = no
[public]
path = /usr/local/samba/var/public
read only = no
browseable = yes
vfs objects = scannedonly acl_xattr recycle foobar doesnotwork
scannedonly:domain_socket = True
scannedonly:socketname = /var/lib/scannedonly/scan
scannedonly:hide_nonscanned_files = True
scannedonly:allow_nonscanned_files = False
Logging in, roaming profiles etc. is working fine, but VFS are not. It
looks like "vfs objects" directive is totally ignored. Samba (with log
level 3) prints no error messages regarding VFS, nor any other information
stating that any...