Sidebar

How to disable DFS for Network Shares and NetFile in non domain environments?

0 votes
548 views
asked Jan 29, 2016 by rich-c-2789 (16,180 points)

1 Answer

0 votes

QIE uses jCIFS-NG for "Network Share" receivers.  JCIFS-NG is also used for NetFile.  When using these in non domain environments adding the following to the network share configuration parameters may improve performance:

jcifs.smb.client.dfs.disabled=true

The default is: 

jcifs.smb.client.dfs.disabled=false

answered Jan 29, 2016 by rich-c-2789 (16,180 points)
edited Jul 15, 2019 by rich-c-2789
...