Hello, I am too looking for some tips on how to create users, assign roles and creates groups and permissions. I think I've found out how to assign a role by some hints at the bottom of this page: http://jakarta.apache.org/slide/howto-acl.html
Just set the property 'group-member-set' of the role so that it contains a href to the new user. I.e. concatenate it with "<D:href xmlns:D='DAV:'>/users/newuser</D:href>" and the user should get that role. This makes the webdav servlet work for new users at least. Regards, Peder ----- Original Message ----- From: "KeyEvent" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 10, 2004 5:01 PM Subject: plz help on user role mapping > Hi there > > I can now add some users under /users folder as SubjectNode. But the proble is that I can not find a way to assign the role to them, for example, if I added an user call admin and want to him to act as root, how can I do so? > > Thanks for any advice. > > Regards > > > > > > --------------------------------- > Do You Yahoo!? > 惠普TT游戏剧,玩游戏,中大奖! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
