Pid Ster wrote:
> 
> On 15/12/2009 10:03, peibel80 wrote:
>>
>>
>> Hi,
>>
>> I have a problem.
>>
>> I have a  web aplication (java,jsp) with j_security_check but the user
>> that
>> i use to authenticate need change por other in the Simpleprincipal for
>> j_security_check store in the session as the primary user.
>>
>> Is posible?
> 
> I don't think I understand what you're asking.
> You want to authenticate with one user, and then swap that for another?
> 
> 
> p
> 
> 
>> thanks,
>>
>> Sorry for my inglish.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

Hi,

thank for the reply.

I try to explain

I make login in jsp page

login: person
pass: xxxxxx

i used j_security_check, then with an implementation of LoginModule valid
user "person" against LDAP and when i make the return, some internal process
recorded "person" in the PrincipalUser in the Session, and I want change
"person" for "person.example".

is this possible?

thanks
-- 
View this message in context: 
http://old.nabble.com/j_security_check-change-the-principal-user-tp26792345p26794410.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to