Hi guys,
I would like to extend this question.
Whether there is possibility to have authentication without any constraints from tomcat side? AFAIU this <security-constraint> is a tomcat configuration actually. What I want is to always have authenticated user, but don't want any additional security checking from tomcat.
I saw an example with
<role-name>*</role-name>
but it does not work actually.
Thanks!
Denis.
[EMAIL PROTECTED] wrote:
Hi,
I have security enabled in slide webdav and there I have a question about the following snippet of XML configuration:
<security-constraint> ... <auth-constraint> <role-name>root</role-name> <role-name>guest</role-name> <role-name>user</role-name> </auth-constraint> ... </security-constraint>
I assume that users having role root, user or guest are allowed to use the repository...
Is it possible to configure those roles somewhere else? Can you change those values while slide is running?
Can you configure that the role doesn't matter for access to slide?
Thanks!!!
David.
-------------------------------------------------- Inventive Designers' Email Disclaimer:
http://www.inventivedesigners.com/email-disclaimer
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
