2006-11-16 10:20:06 +01:00
|
|
|
other {
|
|
|
|
com.sun.security.auth.module.Krb5LoginModule required
|
|
|
|
useTicketCache=true
|
|
|
|
ticketCache="/var/lib/CASA/authtoken/svc/ticket.cache"
|
|
|
|
useKeyTab=true
|
2006-11-17 13:13:20 +01:00
|
|
|
principal="host/HOSTNAME"
|
2006-11-16 10:20:06 +01:00
|
|
|
doNotPrompt=true
|
|
|
|
storeKey=true
|
|
|
|
keyTab="/etc/krb5.keytab"
|
|
|
|
debug=true;
|
|
|
|
};
|