JAAS Authentication with Kerberos?
Scott Battaglia
scott_battaglia at rutgers.edu
Thu Jul 6 15:24:03 EDT 2006
You may be missing a semi-colon. This is the example from the tutorial:
**Sample {
sample.module.SampleLoginModule required debug=true;
};**
-Scott
Kevin Jordan wrote:
>
> Kevin,
>
> Did you specify a configuration file as a JVM property (as well as the
>
> realm)?
>
> This has an example:
> http://java.sun.com/j2se/1.5.0/docs/guide/security/jaas/tutorials/GeneralAcnOnly.html
>
>
> -Scott
>
> Scott Battaglia
> Application Developer, Architecture & Engineering Team
> Enterprise Systems and Services, Rutgers University
> v: 732.445.0097 | f: 732.445.5493 |
> scott_battaglia at rutgers.edu <http://tp.its.yale.edu/mailman/listinfo/cas>
>
>
> Yeah, I specified the location of the jaas.conf using
> -Djava.security.auth.login.config and the location of krb5.conf using
> -Djava.security.krb5.conf.
>
> Is this syntax of the jaas.conf below correct though?
>
> CAS {
> com.sun.security.auth.module.Krb5LoginModule sufficient client=TRUE
> debug=FALSE useTicketCache=FALSE
> }
>
> I know the syntax of the krb5.conf is correct since I've used kinit
> with it.
> --
> Kevin Jordan
> ------------------------------------------------------------------------
>
> _______________________________________________
> Yale CAS mailing list
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
>
More information about the cas
mailing list