Hi,
With our WebDAV service, we don't seem to be able to map different users to different shares, but use the same drive letter? Below is an example of ouf WebDAVSettings.ini config:
SubGroupName=SomeGroupName
UserPathsToMap=\\rootuser\cloud:X:Cloud
MapUserDrivesAutomatically=true
ContinueMapDefaultDrives=true
Username=user1,user2,user3
UserPathsToMap=\\rootuser:X:Cloud
MapUserDrivesAutomatically=true
ContinueMapDefaultDrives=true
With this config, our subgroup, user1, user2, and user3 all map to the correct shares, but the users map to Z and not X which is causing some confusion for our users. Any idea why this is happening?
Thanks