You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Laurent Michenaud <lm...@adeuza.fr> on 2005/04/07 13:39:39 UTC

auto-create-users

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 ?