Re: [JBoss-user] Using the same JAAS user to open connections

2002-11-26 Thread Emerson Cargnin - SICREDI Serviços
That is not necessary but might be a good idea. You do have to include tha JaasSecurityDomain attribute with the name you give your CallerIdentitytLoginModule david ok, but include where? in the ? (that's where the user/pass currently goes) and i take the user/pass from there?? i uncomment

Re: [JBoss-user] Using the same JAAS user to open connections

2002-11-26 Thread David Jencks
On 2002.11.26 13:23:12 -0500 Emerson Cargnin - SICREDI Serviços wrote: > > > David Jencks wrote: > > I admit I have never set it up and tried it... > > > > In the oracle-service.xml specify a jaas security domain > > > > In the jaas security domain setup in login-conf.xml use the > > CallerIden

Re: [JBoss-user] Using the same JAAS user to open connections

2002-11-26 Thread Emerson Cargnin - SICREDI Serviços
David Jencks wrote: I admit I have never set it up and tried it... In the oracle-service.xml specify a jaas security domain In the jaas security domain setup in login-conf.xml use the CallerIdentityLoginModule. I am not entirely sure how to set up the login module so it will get the existing

Re: [JBoss-user] Using the same JAAS user to open connections

2002-11-26 Thread Emerson Cargnin - SICREDI Serviços
thanks, i'll try it. David Jencks wrote: It's for use with resource adapters/connectors, so its in the connector module org.jboss.resource.security.CallerIdentityLoginModule Same place as ConfiguredIdentityLoginModule. david jencks On 2002.11.26 10:55:26 -0500 Emerson Cargnin - SICREDI Serviç

Re: [JBoss-user] Using the same JAAS user to open connections

2002-11-26 Thread David Jencks
It's for use with resource adapters/connectors, so its in the connector module org.jboss.resource.security.CallerIdentityLoginModule Same place as ConfiguredIdentityLoginModule. david jencks On 2002.11.26 10:55:26 -0500 Emerson Cargnin - SICREDI Serviços wrote: > > > David Jencks wrote: > > I

Re: [JBoss-user] Using the same JAAS user to open connections

2002-11-26 Thread Emerson Cargnin - SICREDI Serviços
David Jencks wrote: I admit I have never set it up and tried it... In the oracle-service.xml specify a jaas security domain In the jaas security domain setup in login-conf.xml use the CallerIdentityLoginModule. you mean IdentityLoginModule?? the CallerIdentityLoginModule doens't appear unde

Re: [JBoss-user] Using the same JAAS user to open connections

2002-11-25 Thread David Jencks
I admit I have never set it up and tried it... In the oracle-service.xml specify a jaas security domain In the jaas security domain setup in login-conf.xml use the CallerIdentityLoginModule. I am not entirely sure how to set up the login module so it will get the existing user/pw from the Securi

[JBoss-user] Using the same JAAS user to open connections

2002-11-25 Thread Emerson Cargnin - SICREDI Serviços
We use Jaas Ldap LoginModule to make the authentication/authorization. Can someone explain me (or tell me where can I find at forum/maillist/jboss 3.0.4 admbook) how to set the oracle-services.xml to use the same user that's logged at the session bean (a session facade)? -- xx