Mapping a Windows or webDAV drive using the WNSSOClient

Mapping a Windows or webDAV drive using the WNSSOClient

Requirements: Functionality to map a Windows or webDAV drive using the wnssoclient has been added to LUW 6.3.0.199+ builds.

Use cases: users need access to network shares or LUW drives when connecting to a Windows application or desktops via webRDP.

In order to leverage the new functionality,
  1. The wnssoclient6.exe and associated DLL files need to be copied to a directory on an RDS server

  2. The wnssoclient6.exe must be published via RemoteApp Manager/Programs and configured to allow command line arguments

  3. In LUW an RDS application must be created and contain the following SSO script on the options tab in order to map a drive,
    1. Single Sign-on Script: {mapnode driveletter=x node=”/” username=@@typelessuserid@@ password=@@password}

      Note: the node when doing a LiveEdit with a file will always be "/" but if we are simply mapping a drive, it can be more, like "/Share/Folder1/Folder2" or for a webDAV drive “/webDrive/Google Drive”.

  4. For a LiveEdit application configure the options tab using the following values
    1. Start Program: @@driveLetter@@:@@session:rdpEditMappedDrivePath@@
    2. Single Sign-on Script: {logoffonexit}|{notimeout}|{mapnode driveletter=x node=”/” username=@@typelessuserid@@ password=@@password@@}
    3. Ensure the MIME Types are: * (just an asterisk)

  5. In either situation ensure your Single Sign-on Server is set to your server, for example:https://yourServer.example-cloud.com

  6. Ensure the following,
    1. The remote computer's IP/DNS address is in your config/allowHosts file.
    2. The firewall is off or not blocking the connection
    3. The wnSSOClient6.exe and swSSOLibrary.dll are in C:\Windows\System32 of the remote computer or that their location is specified in webAdmin on the "wnSSOClient Path" textbox

Note: The @@driveLetter@@ is parsed in the C# code, and the @@session:rdpEditMappedDrivePath@@ is parsed in SwIFTService.

Ex of @@driveLetter@@ is "x" (no quotes)
Ex of @@session:rdpEditMappedDrivePath@@ is "\MyShare\MyFile.txt" (no quotes)


Screenshot examples:

RDS application



EditLive application


    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Change Reset Password Button Text

        Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
      • Remove Reset Password Button From Login Page

        Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
      • Lenovo Unified Workspace End-of-Life Questions and Answers

        As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • Related Articles

      • How to setup CIFS/webDav drive using wnSSOclient

        Problem:  You are using an RDS application or Live Edit feature and would like to map a Unified Workspace file node for that session.  Use cases could be that you want a cloud storage provider, like Google Drive, mapped to a drive letter so you can ...
      • Map a UW folder using Windows webDAV client

        Issue: How can I access my UW folders using the built-in Windows webDAV client? Solution: Please see the following guide on mapping Windows drives to UW folders: ...
      • webDav / webDrive / webStorage information

        webDAV webNetwork / Unified Workspace has support for webDav clients to gain access to the file nodes configured.  The URL is https://portal.example-cloud.com/webDrive/ or /webStorage/ Using just / will give you a list of all of your nodes, if you ...
      • Install wnSSOClient on Windows Server 2003/2008/2012

        How do I install the wnssoclient on windows server 2003, 2008/2012? For windows 2003: Copy the wnssoclient.exe and swssolibrary.dll files the c:\windows\system32\ directory on the windows 2003 terminal server. On the stoneware relay: Edit the ...
      • Launching multiple applications using wnSSOclient

        A user launches a MS Word RDP webApp that uses the wnSSOclient and then closes that terminal server window incorrectly.  The user then launches a MS Excel RDP webApp which also uses wnSSOclient, the previous winword session comes back up. Customer ...