Can't share SMB share

Hi!
Is not possible to re-share a shared folder?

I have a folder called '[Home]' that mounts an SMB in another server, using session credential, enable for all users and using "$user" in mapping option, so the folder is mounted as "/server/sharing/". This is working fine, but I can't share anything inside this sharing/folder....note that "Enable sharing" is enabled for this external storage, but still not able to share. In the user end, when I go to details=>share, just got "Resharing is not allowed". Is this a bug?
My guess is that is not possible to share a mounted-folder using session credentials....simples because after session use, credentials are not available anymore (like when public is trying to access sharing URL). If is this the problem, "Enable sharing" shouldn't be available in storage configuration.

Also, in "External Storage" panel, when I select "Allow sharing on user-mounted external storages" in the bottom of page (not in specific mounting point/folder!), I got an "Saved" after select/de-select.....but if I reload page, the checkbox is de-selected again.

Hi,

have you tried using anything other than "using session credential" ?

I can't dmitry....my mounting points are dynamic, each user has his own and access is for group/user, so I can't set is static login.

EDIT: just to test, I've setup static user/password and still same problema/error.

Okay, found the explanation.

https://doc.owncloud.com/server/10.0/admin_manual/enterprise/external_storage/enterprise_only_auth.html?highlight=windows

What you have now:

Log-in credentials, save in session
Credentials are only stored in the session and not captured in the database. Files cannot be shared, as credentials are not stored.

What you need:

Log-in credentials, save in database
Credentials are stored in the database, and files can be shared.

I did the following search:

https://doc.owncloud.org/server/latest/admin_manual/search.html?q=session+credential

and found:

https://doc.owncloud.org/server/latest/admin_manual/configuration/files/external_storage/auth_mechanisms.html?highlight=session%20credential#password-based-mechanisms

which seems to exactly explain the seen behavior:

The drawbacks are that sharing is disabled when this mechanism is in use, as ownCloud has no access to the storage credentials, and background file scanning does not work.

Now you have 2 "Experts" helping you :slight_smile:

(but I was faster :smiley: )

Hey, i'm not an expert. I'm just good in searching for existing stuff :slight_smile:

That's why I put expert in quotes :slight_smile:

I think the recent definition of an expert is someone who is familiar in the topic ( to some unspecified extent ).

So if you ever configured your VCR - you an VCR expert :slight_smile: