Hi List, I am using slide with JAAS and <auto-create-users>true</auto-create-users>.
When a new user loggs in and the JAAS modul accepts the login a new <username>.def.xml is created in store/metadata/users and the user is added to /store/metadata/users.def.xml. But the user is not assigned to a role. Now the question is, what is the best way to assign the user to a role? Should I subclass org.apache.slide.structure.SubjectNode and on the creation of a new one change the group-member-set property of the group? Or should I write a content-interceptor / extractor that is called when the collection for a user is created? Or is there a better way I didn't think of? Thanks in advance for every hint. SVen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
