Obsolete Releases > SME 8.x Contribs
Remotely Connecting to SharedFolders
Daniel B.:
So, this is either an filesystem permission problem, or a configuraion issue. Please, post he result of the following commands:
db accounts show <share name>
getfacl /home/e-smith/files/shares/<share name>
mount
GlxyDs:
Here are the results:
--- Code: ---[root@sme1 ~]# db accounts show test
test=share
Ajaxplorer=disabled
DynamicContent=disabled
Encryption=disabled
InactivityTimeOut=
Indexes=enabled
Name=Test
ReadGroups=
ReadUsers=
RecycleBin=disabled
RecycleBinRetention=unlimited
RequireSSL=enabled
WebDav=enabled
WriteGroups=
WriteUsers=anthony,michel,support2
httpAccess=global-pw
smbAccess=browseable
--- End code ---
--- Code: ---[root@sme1 ~]# getfacl /home/e-smith/files/shares/test
getfacl: Removing leading '/' from absolute path names
# file: home/e-smith/files/shares/test
# owner: root
# group: admin
user::rwx
user:michel:r-x
user:support2:r-x
user:anthony:r-x
group::rwx
group:admin:r-x
mask::rwx
other::---
--- End code ---
--- Code: ---[root@sme1 ~]# mount
/dev/mapper/main-root on / type ext3 (rw,usrquota,grpquota,acl)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/md1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
--- End code ---
Anything obvious?
Daniel B.:
Ok, you've find a bug in the contrib. The problem here is that the user running apache (www) doesn't have read access to the share. Historically, it was only possible to set permissions on groups, so, as long as one group had read or write access, user www (which is a member of every groups) also had the same access. Now that individual users can have different permissions, I need to explicitly grant www user access to the share.
Waiting for a fix, you can grant at least read access to any group you want, and web access should then work.
Regards, Daniel
GlxyDs:
Neat, glad I was able to discover a bug! Anyways, adding a group fixed my issues with BitKinex, now if only Windows played nice. :P
From what I've read it's an issue with Basic authentication. Is there anyways to get Digest working with this?
Navigation
[0] Message Index
[*] Previous page
Go to full version