CASA/CASA-auth-token/server-java/Svc/templates/jaas.conf
2006-11-17 12:13:20 +00:00

12 lines
258 B
Plaintext

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