You might try and switch on auto creation of users in Domain.xml in
the configuration section like where filepath and similar parameters
are set as well like:
<configuration>
...
<auto-create-users>true</auto-create-users>
<auto-create-users-role>org.apache.slide.structure.SubjectNode</auto-create-users-role>
...
This fixed a similar issue for me. However, be sure to use the latest
2.1 beta as I had to fix a minor bug in user auto creation as well...
Oliver
On Mon, 8 Nov 2004 16:14:31 +0530, Girish Nagaraj <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to integrate Slide2.1 (for a custom, non-WCK store) to use
> JAAS (actually Oracle JAZN, an implementation of JAAS) for
> authentication.
>
> I have setup the security and JAAS by editing web.xml and other Oracle
> specific files. JAAS authentication is working fine.
>
> But after the authentication in the browser,
> ACLSecurityImpl.evaluateAcl() fails because
> SecurityImpl.getPrincipal() trys to lookup a SubjectNode for the JAAS
> Principal name in the users/ directory.
>
> Should the Principal name be same as the user's defined in Slide (such
> as root)? What if it is different format such as realmname/username ?
> Do I have to provide my own implementation for Security interface?
>
> I am looking for using JAAS (JAZN) for defining the roles, users &
> authentication and would like to use Domain.xml for access control.
>
> I have read through the mails about JAAS and docs in the security
> section, but could not find much information to get this working.
>
> Thanks,
> Girish
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]