79
Views
1
Comments
Solved
[Shared Folder] how to configure authentication details
shared-folder
Service icon
Forge asset by Leonardo Fernandes
Application Type
Reactive

Hi All,

Can someone help me in configuring Authentication Property in Shared folder forge, Providing some sample values.

to make this work properly what options need to be enabled in system?


can someone help me on this?


Thank You,

2019-07-08 11-04-35
Leonardo Fernandes
 
MVP
Solution

In that input parameter, you would specify the authentication to access the shared folder.

To access a shared folder via internet you usually have to specify a username and password, and often a domain as well. If you don't specify the domain, that just means that you're using the same domain as your Windows machine belongs to.

For example, if you access a shared folder my_shared_folder in a computer DataServer, you would typically enter \\DataServer\my_shared_folder into Windows Explorer and then be prompted with a username and password. You can then specify "DOMAIN\username" as the username, and a password "changeit123". In this example, the Hostname would be "DataServer", Share would be "my_shared_folder", and inside the authentication parameter you would find Domain = "DOMAIN", Username = "username" and Password = "changeit123".

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.