[JBoss-user] [Security & JAAS/JBoss] - Re: Problems Using DabaseServerLoginModule

2004-08-05 Thread auckyboy
Can you post your jboss-web.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844306#3844306 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844306 --- This SF.Net e

[JBoss-user] [Management, JMX/JBoss] - Re: startup class in Jboss 3.2.5

2004-07-22 Thread auckyboy
I have the same problem. Were you able to resolve it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843026#3843026 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843026 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: How to get all the users who have been authenticated by

2004-07-22 Thread auckyboy
You could develop your user management module. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842997#3842997 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842997 -

[JBoss-user] [Security & JAAS/JBoss] - Re: With Scott Stark's example, still can't use request.isUs

2004-07-20 Thread auckyboy
Stuart this is not a good solution. As already mentioned in the howto.. Simply perform a login in the loginContext. This will provide the Subject with the right roles and can be loaded into the session. To access third party system, you can use the ClientLoginModule. View the original post

[JBoss-user] [Security & JAAS/JBoss] - Re: Authentication does not work after migrating from jboss-

2004-07-19 Thread auckyboy
The config files seem ok. A similar post couple of months ago. http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=63&t=000626 Top of my head it seems that / is missing in jboss-web.xml HTH If that is fine then it sems that loginError.jsp and login.jsp might be same :-)

[JBoss-user] [Security & JAAS/JBoss] - Re: With Scott Stark's example, still can't use request.isUs

2004-07-19 Thread auckyboy
Read this. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46370 Great stuff by Scott. The guy is awesome. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842604#3842604 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [Security & JAAS/JBoss] - Re: security context doesn't propagate in jboss scheduler

2004-07-16 Thread auckyboy
please read the documentation and previous posts View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842455#3842455 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842455

[JBoss-user] [Security & JAAS/JBoss] - Re: Authentication does not work after migrating from jboss-

2004-07-16 Thread auckyboy
How were you protecting the pages in Jetty 3.0.8 ? Please elaborate further. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842454#3842454 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842454

[JBoss-user] [Security & JAAS/JBoss] - Re: Application based security using evermind's RoleManager

2004-07-14 Thread auckyboy
ensure that the JNDI name is correct View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842097#3842097 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842097 --- This SF.

[JBoss-user] [Security & JAAS/JBoss] - Re: EJB Security

2004-07-14 Thread auckyboy
fixed View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842096#3842096 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842096 --- This SF.Net email is sponsored by BEA W

[JBoss-user] [Security & JAAS/JBoss] - Re: Security exception when removing stateful EJB

2004-07-14 Thread auckyboy
destroy() is a different thread. If you call lc.login() in the destroy() method it works fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842093#3842093 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842093 -

[JBoss-user] [Security & JAAS/JBoss] - Re: Security exception when removing stateful EJB

2004-07-14 Thread auckyboy
I'll assume that you are using tomcat. I had the same problem. Its important to understand that the JAAS authenticated credentials are associated with a thread in tomcat. Try removing the the bean instance in the same thread that created it. It worked for me. View the original post : http://

[JBoss-user] [Security & JAAS/JBoss] - Re: Embedded Tomcat/JBOSS principal=null exception

2004-07-14 Thread auckyboy
Fixed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842079#3842079 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842079 --- This SF.Net email sponsored by Black H

[JBoss-user] [Security & JAAS/JBoss] - Re: EJB Security

2004-07-13 Thread auckyboy
Is there no way to explicitly set the principal in the ejb tier..i.e. set credentials in the context p.put(Context.SECURITY_PRINCIPAL, "admin"); p.put(Context.SECURITY_CREDENTIALS, "adminpass"); or some other way ? View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Security & JAAS/JBoss] - Embedded Tomcat/JBOSS principal=null exception

2004-07-12 Thread auckyboy
I have been able to successfully get JAAS to work around my application. I can invoke the EJBS from stand alone clients and stand alone tomcat server instances. If i try to invoke it within tomcat embedded in JBOSS, it gives me an error. principal=null I'd really appreciate any help coz its dr

[JBoss-user] [Security & JAAS/JBoss] - Re: Roles Update Problem

2004-06-29 Thread auckyboy
Hi Nod/clcantrell, gorano, Can you please elaborate on how to clear the cache and change the time to live. Tthx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840389#3840389 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep