On Mon, 17 Jan 2005 23:11:05 +0200, Roman D <[EMAIL PROTECTED]> wrote: > We have WCK implementation and JAAS login modules. > JAAS is implemented at Tomcat level of because of Slide/WCK limitation > that you can have only one JAAS login module.(We need to have two login > modules simultaneously).
Why can't you have more then one LoginModule? > Anyway, users are authenticated against DB and can access WebDAV, but > all users can only do PROPFIND and GET. They get "403 Forbidden" for all > "write" operations such as MKCOL, PUT, DELETE. > Except for user who's login name is "root", that user allowed to do all > operations. > > I know, Domain.xml is not documented, but maybe someone can tell us what > is the config problem that only user with login name "root" have proper > full access rights? Rights in Domain.xml correspond to ACLs as described along with the WebDAV spec. Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
