Hey there...Access Samba Share from Pydio on IIS10

I did a fresh Installation of Pydio 8.0.1 on Server 2016 with IIS 10 and PHP 7.1.
Afterwards I configured authentication via AD and mapped attribute “memberOf” to “GroupPath”.

hi.
This created my users and groups.

Now I enabled the Samba driver and tried to setup a workspace to access a samba share.
I tried so many things to get it to work but I didn’t find a solution. Also the docs didn’t help.

What is the easiest way to access my samba shares (also W2k16) on another server?

Regards
nightmare1942

Hi

Note: Mapping memberOf => groupPath is deprecated. Please “Role ID”

As linked to above; we ended up using symlinks and file driver:
mklink /d c:(local path) “\remote path”. Basically the OS treats the remote path as a local one. That worked for us. Doesn’t necesarrily do so for you, but it’s fairly easy to test.