Hello

I've solved the Problem. In my Servlet I call a custom class which performs a kerberos 
login. In this class I had to put the configuration name of the application policy. 
Then everything works fine.

See the code:
String confname = "TestSecDomain";
  | beanCallbackHandler = new BeanCallbackHandler(kerbuser, kerbpass);
  | peerLC = new LoginContext(confName, beanCallbackHandler);
  | peerLC.login();

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842074#3842074

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842074


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to