[jboss-user] [Security JAAS/JBoss] - SPNEGO Negotiate: HTTP mandatory in service principal ???

2009-03-25 Thread ellis2323
I have found my problem with jboss-negotiation-toolkit. I was using the service host/server2.scigems@scigems.org. But after some debug in jvm, i have found that there was a token with HTTP/server2.scigems.org builded. After modifying login-config.xml to use HTTP/server2.scig...@scigems.org

[jboss-user] [Security JAAS/JBoss] - jboss negotiation toolkit

2009-03-24 Thread ellis2323
I try to test jboss-negotiation on Jboss 5.0.1GA and Linux 64bits. Test 1 and Test 2 are ok. But the third (Secured) doesn't work on my system. My keytab is well configured. But the SNPEGO Token doesn't work. I try with others crypto without sucess (AES 256/ AES 128 / DES / ARCFOUR). Typical

[jboss-user] [Security JAAS/JBoss] - Re: Error 401 in jboss Negotiation war for the secured test

2009-03-13 Thread ellis2323
Solved. It was a mistake in my kerberos configuration. The encoding algorithms defined in krb5.conf on the kerberos server must be present in the krb5.conf on the client. Otherwise, Jboss (or Glashfish) used aes256 as default encoding. Ellis View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: basic authentication against unix password file?

2009-03-13 Thread ellis2323
JPAM http://jpam.sourceforge.net/ can be used to do pam authentication (shadow, nis, LDAP ...). I haven't used it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217975#4217975 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Error 401 in jboss Negotiation war for the secured test

2009-03-01 Thread ellis2323
i have changed my krb5.conf with : | [libdefaults] | default_realm = SCIGEMS.ORG | dns_lookup_realm = true | dns_lookup_kdc = true | ticket_lifetime = 24h | forwardable = yes | default_tkt_enctypes = des-cbc-md5 des-cbc-crc des3-cbc-sha1 | default_tgs_enctypes = des-cbc-md5

[jboss-user] [Security JAAS/JBoss] - Error 401 in jboss Negotiation war for the secured test

2009-02-28 Thread ellis2323
Hello, My full story with FreeIPA and jboss negotiation could be found on my blog: ellis2323.blogspot.com To do short: - i have installed to VM with Fedora Core 10 - i have installed FreeIPA on the first - i have installed a server on the second Kerberos is working. I can use ssh without

[jboss-user] [Security JAAS/JBoss] - Re: Web Service Authentication with SHIBBOLETH

2009-01-04 Thread ellis2323
i don't know if it could help you: http://www.edugate.ie/drupal/?q=node/36 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4199434#4199434 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4199434

[jboss-user] [JBoss Seam] - Quartz with jdbcStore

2007-08-17 Thread ellis2323
Hi, I have successfully used Quartz with the default RAMJobStore but now i will use the JdbcStore to have a persistent JobStore. It doesn't work because of ClassLoader Problems : 11:02:00,022 ERROR [JobStoreTX] Error retrieving job, setting trigger state to ERROR.

[jboss-user] [JBoss Seam] - Asynchronous Problem

2007-07-07 Thread ellis2323
Hello, I need an asynchronous process in my web application. So i use the @Asynchronous annotation to do the job but i need a mean to inform my Stateful EJB that the job is done. 1. First, i use the @Observer and RaiseEvent Without sucess because of Asynchronous annotation 2. Second, i