cancel
Showing results for 
Search instead for 
Did you mean: 

problem with webdav

unknown-user
Champ on-the-rise
Champ on-the-rise
I have installed cas and ldap authentication with alfresco.
Whenever attempting to access WebDAV, I am prompted for a username and password. I have tried admin admin and the users in the repository.

Where is the user authentication WebDAV managed?

Can anyone recommend a good resource for either?
3 REPLIES 3

andy
Champ on-the-rise
Champ on-the-rise
Hi

Web Dav has its own authentication filter, as the UI does defined in the same file. If you have configured the UI to use CAS you will need to do something similar for WebDAV.

Andy

ribz33
Champ on-the-rise
Champ on-the-rise
How to configure this for webdav ?

I did my own custom authentication component (which extends AbstractAuthenticationComponent), i want to use it also for webdav but i don't knwo where i need to configure it.

naveenkumar
Champ in-the-making
Champ in-the-making
Even i did my custom authentication componenet did any of you find out how to make webdav follow the same authentication comp, any help from anyone?

I know we will have to configure it in web.xml, but default authentication filter doesnt follow this custom auth component…how to write own webdav auth component in ths case?