Displaying 5 results from an estimated 5 matches for "domain_socket".
2010 Dec 02
0
samba3x troubles
...ll
disable spoolss = yes
browsable = yes
map to guest = Bad User
log level = 0 vfs:2
syslog = 0
[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...
2012 Dec 31
0
[4.0] NT_STATUS_INVALID_HANDLE on rmdir
Hi guys
I 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...
2010 Aug 16
0
(force) create mode not instantly applied
...force directory mode = 0775
directory security mask = 0775
force directory security mode = 0775
force group = share-write-access
browseable = Yes
writable = Yes
map archive = No
map hidden = No
map readonly = No
vfs objects = scannedonly
scannedonly:domain_socket = True
scannedonly:socketname = /var/lib/scannedonly/scannedonly-socket
Thanks,
Alex
2011 May 19
1
vfs_scannedonly fails to connect to socket.
...to try next?
OpenSuSE 11.3
samba-3.5.4
clamav-0.97
[share]
path = /srv/samba/share
read 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_...
2012 Dec 21
1
[Samba4] Is VFS working in Samba 4.0.0?
...= /usr/local/samba/var/locks/sysvol
read only = No
[profiles]
path = /usr/local/samba/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 (...