Dear Team,
When we are trying to access the WebDav mapped drive, system is prompting for credentials each time or when restarted. How can we stop this, can we configure for windows authentication login?
We are using Windows 7
Regards,
Rihan
Dear Team,
When we are trying to access the WebDav mapped drive, system is prompting for credentials each time or when restarted. How can we stop this, can we configure for windows authentication login?
We are using Windows 7
Regards,
Rihan
Also When trying to access MS Office documents each time below message popup for username and password. how can we solve this issue ?
Dear team,
I am having the same issue. We removed the thick client from the win 7 pc and the constant windows authentication log in goes away. Any suggestions on how to remove the constant windows authentication log in, after we reload the desktop client?
Regards,
Chuck
Was this ever resolved? I would like to know the answer to this. Thank you
No. We did not get this part of our issue resolved.
Seeing the pop up the first time and after a significant time between uses? Local Intranet or Internet / Trusted Site? Active Directory Authentication?
If Local Intranet & Active Directory...
It is likely your Internet Options > Security is not allowing the credentials to automatically pass. Security Settings - Local Intranet Zone > User Authentication > Automatic logon only in Intranet Zone (Medium-low zone)
Note: use the Sites button in the Local Intranet area might not auto detect that WebDAV server as local.
I am wondering the same thing. Thanks
Hi Mohamed
Try to add the credentials to the Windows Credential Manager.
$target = Read-Host "Internet or network address" $userName = Read-Host "UserName" $Password = Read-Host "Password" -AsSecureString cmdkey /generic:$target /user:$userName /pass:$Password
I stored the address ($traget) in two ways to the store.
2. \\server-fqnd\DavWWWRoot\lf\
I have also added these two addresses in the Office applications to the trusted locations.
Last but not least I have set this registry entry.
HKEY_CURRENT_USER\Software\Laserfiche\Client8\Profile\Options@OPWebDAV and set the value to 0.
Hope this helps.
Regards Anish