This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JBoss and the fly likes jaas in jboss Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "jaas in jboss" Watch "jaas in jboss" New topic
Author

jaas in jboss

shan Iyer
Ranch Hand

Joined: Jul 13, 2005
Posts: 391
hi,
I am trying to use the kerberos LoginModule for Authentication.

Though I created login configuration file and passed that as one of the arguments for LoginContext(), like:

LoginContext("jaasSample", new TextCallBackHandler);

and my jaas.conf reads as:

JaasSample
{
com.sun.security.auth.module.krb5LginModule required
};

I still get an error message as "Unable to locate logincofiguration"

Please help.
Thanx and regards,
Shankar


Warm Regards, S.Iyer
SCJP1.4, SCWCD1.4
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: jaas in jboss
 
Similar Threads
Why the 401 exception after authenticating?
Getting access to the DatabaseServerLoginModule
Is DatabaseServerLogin Module threadsafe?
~LoginException: No LoginModules configured
Setting JAAS Configuration file programmatically