Removed hard dependency on IBM's JVM.

This commit is contained in:
Juan Carlos Luciani
2006-11-17 12:13:20 +00:00
parent d6b4b5608e
commit ff0b8df96b
10 changed files with 90 additions and 34 deletions

View File

@@ -30,7 +30,8 @@ EXTRA_DIST = auth.policy \
authtoken.settings \
iaRealms.xml \
identoken.settings \
svc.settings
svc.settings \
jaas.conf
.PHONY: package package-clean package-install package-uninstall
package package-clean package-install package-uninstall:

View File

@@ -0,0 +1,11 @@
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;
};