[jboss-user] [Security & JAAS/JBoss] - Re: Some more SPNEGO problems

2008-09-30 Thread noFreak
Ok, the first problem was my own stupidity. My user on Win2k3 server is Administrator. I don't have added it to spnego-roles.properties. Know it works. The second problem i have detached by use a third client on which the jboss don't run. there it works fine :)... Ok, know there is only the thi

[jboss-user] [Security & JAAS/JBoss] - Some more SPNEGO problems

2008-09-30 Thread noFreak
Hi all, i have added the SPNEGO Authenticator to my JBoss. I have followed the instructions in the userguide exactly. I have read this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=140328 and other related SPNEGO topics. First my Scenario: On my Win2k3 Server runs the Kerberos KDC.

[jboss-user] [Security & JAAS/JBoss] - Re: SPNEGO Rich Client Support

2008-09-09 Thread noFreak
Because i have written my own Kerberos based JAAS LoginModules (slient and serverside). Know i'am searching a way to use the protected EJB's from a webUI. The EJB's have to be protected by one security-domain which handles the rich-client invokes and there (Kerberos based) authentication. But

[jboss-user] [Security & JAAS/JBoss] - SPNEGO Rich Client Support

2008-09-09 Thread noFreak
Hi, do anybody know whether there is a way to use the JBoss Negotiation projekt to use with a rich client instead of a web client? It means the, the transfer of the Kerberos Ticket don't be executed by the browser but by the Rich Client by JAAS loginModule... View the original post : http://w

[jboss-user] [Security & JAAS/JBoss] - Re: SSO on JBOSS with Kerberos

2008-09-09 Thread noFreak
Wir verwenden das nur in geschlossenen Systemlandschaften. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175245#4175245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175245

[jboss-user] [Security & JAAS/JBoss] - Re: After Login standalone client -> getCallerPrincipal on

2008-09-05 Thread noFreak
ok, i think i have fixed it... on the client login module i have used the SecurityAssociationAction (like in tht ClientLoginModule) like this: loginPrincipal = new SimplePrincipal(""); | SecurityAssociationActions.setPrincipalInfo(loginPrincipal, loginCredential, subje

[jboss-user] [Security & JAAS/JBoss] - Re: SSO on JBOSS with Kerberos

2008-09-05 Thread noFreak
ok, is there even a way to sent a pm :)?... Dann kopiere ich das wesentliche mal hier rein, sorry für die formatierung, allerdings ist mir das jetzt zu viel arbeit, das alles ordentlcih aussehen zu lassen :) Single Sign-On Umsetzung mit Kerberos Nachdem wir alle benötigten Technologien

[jboss-user] [Security & JAAS/JBoss] - Re: SSO on JBOSS with Kerberos

2008-09-05 Thread noFreak
No, i don't think it's a problem, cause AFAIK all the kerberos vendors have to implement the same 'interface' to implement the Kerberos protocoll. Please sent me a pm with your email and i will send you more information. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [Security & JAAS/JBoss] - Re: After Login standalone client -> getCallerPrincipal on

2008-09-05 Thread noFreak
Here are more Traces which makes me confused: 2008-09-05 10:07:44,984 TRACE [org.jboss.security.ClientLoginModule] Security domain: orga-security | 2008-09-05 10:07:44,984 TRACE [org.jboss.security.ClientLoginModule] Enabling multi-threaded mode | 2008-09-05 10:07:44,984 TRACE [org.jboss.sec

[jboss-user] [Security & JAAS/JBoss] - Re: SSO on JBOSS with Kerberos

2008-09-05 Thread noFreak
Hi, i have developed a Kerberos authentication, my environment is following: JBoss, Eclipse RCP, Win2k3 Server (Kerberos KDC in AD) and i have used following technologies: Client side: - JAAS (Krb5LoginModule) for aquire Kerberos TGT from client TGT Cache or Kerberos Authentication Server - Java

[jboss-user] [Security & JAAS/JBoss] - Re: After Login standalone client -> getCallerPrincipal on

2008-09-04 Thread noFreak
an additional trace which makes me a little bit confused: | 2008-09-04 20:25:38,531 TRACE [org.jboss.security.plugins.JaasSecurityManager.mySecurityDomain] Begin isValid, principal:, cache info: [EMAIL PROTECTED](33216582)[EMAIL PROTECTED](correctPrincipal)[EMAIL PROTECTED](Roles(correctRole

[jboss-user] [Security & JAAS/JBoss] - After Login standalone client -> getCallerPrincipal on JBos

2008-09-04 Thread noFreak
Hi all, i have wrote a client side LoginModule which aquires a Kerberos Service Ticket and than "send it" to JBoss. This works with the SecurtiyAssociationActions (i have copied the class to the client...i know, its not very good...), the same way like the ClientLoginModule do this: SecurityAss

[jboss-user] [JNDI/Naming/Network] - Re: no security manager: RMI class loader disabled

2008-05-20 Thread noFreak
Oh, i have forgotten to bring out a basic event: As per description "there are some problems with the JBoss Client Classes". But it dont describe the Exception. Fact is, that the client side could not load the Service interface for some reaseon. In the next step (its RMI behavior) the client is t

[jboss-user] [JNDI/Naming/Network] - Re: no security manager: RMI class loader disabled

2008-05-20 Thread noFreak
hey, is it possible that you are using OSGI bundles (e. g. Eclipse RCP is based on)? If so, i have a possible solution. In my case (as far as I can remember,no guaranty :)), i have called the different serviceLocator's from different OSGI Bundles in the same VM. So i have had problems with the J

[jboss-user] [Security & JAAS/JBoss] - Rich Client & SSO & JBoss

2008-05-06 Thread noFreak
Hi all, after a few days of researech about single sign-on with jboss i have a possible solution for our requirement. But first the outlined szenario: We have a rich client (Eclipse RCP) which is running in an windows os. windows is working in a domain (windows 2003 server), also the domain logi

[jboss-user] [JBoss/Spring Integration] - Re: JBOSS 4.2 + Spring Security on EJB3

2008-04-09 Thread noFreak
HI, in my case i have the same requirements, i have an ejb3 container (Jboss 4.2) an a classic EJB3 implemetation. I want to secure the methods of my EJB's by Spring Security. Furthermore i have a rich client application which acces the ejb components with JNDI lookups. So I can't use filter bas

[jboss-user] [JNDI/Naming/Network] - Re: no security manager: RMI class loader disabled

2007-09-26 Thread noFreak
Hi @ all, are you sure, thats the correct solution? i've the sam e problem with jboss 4.2 and ejb3. I have two beans deployed and trying to get the Service References with 2 different ServiceLocator's in the same VM. There's no Problem with the InitialContext, but the same Exception like above.

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.2.0.GA + Eclipse integration

2007-05-23 Thread noFreak
No idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048025#4048025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048025 ___ jboss-user mailing list jboss-user@lists.jboss

[jboss-user] [Installation, Configuration & Deployment] - JBoss 4.2.0.GA + Eclipse integration

2007-05-18 Thread noFreak
Hi, do anybody know how i get the full integration for JBossAS 4.2.0.GA in Eclipse? I have found this http://www.informatik.fh-wiesbaden.de/~knauf/public/ to integrate JBossAS 4.2.0.GA manual in eclipse. But i like to have an official plugin cause i have to set of an productive development envir