You are viewing limited content. For full access, please sign in.

Question

Question

WebDAV Access

asked on December 13, 2015

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

 

0 0

Replies

replied on December 13, 2015

Also When trying to access MS Office documents each time below message popup for username and password. how can we solve this issue ?

Untitled.png
Untitled.png (13.47 KB)
0 0
replied on April 4, 2017

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

0 0
replied on November 19, 2018

Was this ever resolved? I would like to know the answer to this.  Thank you

0 0
replied on November 19, 2018

No. We did not get this part of our issue resolved.

0 0
replied on November 20, 2018

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.

0 0
replied on May 17, 2017

I am wondering the same thing. Thanks

0 0
replied on April 5, 2019 Show version history

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.

1. http://server-fqdn/lf

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 

 

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.