JAAS Authentication with Kerberos?
Kevin Jordan
kmj7777 at gmail.com
Thu Jul 6 15:15:19 EDT 2006
>
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20060706/5b904048/attachment.html
More information about the cas
mailing list