Is it possible to pass the UNC username and password within a UNC path?
Similar to how FTP and SMB support this:
smb://user:pass@destination.com/share
ftp://user:pass@destination.com/share
I am trying to get a (non domain PC) service access to a DFS path.
Is there another way around this? I could bind the PC to the domain and run the service as a domain user but what if I was using Linux?