CASA/CASA-auth-token/java/server/Svc/jaas.conf
Juan Carlos Luciani 5bec27ee66 Added support for the Validate AuthToken Service.
Made necessary spec file changes to support our configuration.
2006-09-14 16:03:57 +00:00

12 lines
276 B
Plaintext

other {
com.sun.security.auth.module.Krb5LoginModule required
useTicketCache=true
ticketCache="/var/lib/CASA/authtoken/svc/ticket.cache"
useKeyTab=true
principal="host/jcserver2.provo.novell.com"
doNotPrompt=true
storeKey=true
keyTab="/etc/krb5.keytab"
debug=true;
};