Hi,
I have sucessfully created my jaas login module and it works great. Now, I would like the users to be created in Slide if they don't exist. How can i do that ? I have seen that I had to put in Domain.xml : <auto-create-users>true</auto-create-users> <auto-create-users-role>org.apache.slide.structure.SubjectNode</auto-cre ate-users-role> but it doesnot work. Nothing happens. And when I log to jaas, I get a 403 forbidden error. Can anybody help me ?