Hi, all,
I just started playing with slide a few days ago. I am able to do customized authentication by using JAAS. And I am also able to upload/download files via Webdav client lib. But I am stuck with how to create a user dynamically on server side and allow the new users with same authorization access as John and John2. :-) My authentication LoginModule talks to my database. If both username and password match, I will pass the "Principle" to webdav servlet. But I don't have any idea how to create the new user on servlet. I searched the email archive and documentation and didn't find anything. I would really appreciate if anyone can help me out by sharing some of your sample code creating user or give me some hints. Thanks. -Alan