[JBoss-user] [Security JAAS/JBoss] - Re: JBoss and tagish NTSystemLogin

2005-02-01 Thread furbern
I have written a very simple version of tagish NTSystemLogin to work with JBoss and meet my requirements. I am not sure where best to post this code so I'll paste it here. package com.tagish.auth.win32; import org.jboss.security.auth.spi.*; import org.jboss.security.*; import

[JBoss-user] [Security JAAS/JBoss] - Re: JBoss and tagish NTSystemLogin

2005-01-16 Thread roberto
TY! I do it and now all works fine. I have implemented unauthenticatedidentity too View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3862291#3862291 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3862291

[JBoss-user] [Security JAAS/JBoss] - Re: JBoss and tagish NTSystemLogin

2005-01-16 Thread tcherel
Glad I could help. As tagish is also open source, if possible, you should submit your login module to the JBoss guys. I have seen a few people throught he mailing list that were looking for such capabilities. Thomas View the original post :