Removed hard dependency on IBM's JVM.
This commit is contained in:
@@ -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:
|
||||
|
||||
11
CASA-auth-token/server-java/Svc/templates/jaas.conf
Normal file
11
CASA-auth-token/server-java/Svc/templates/jaas.conf
Normal 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;
|
||||
};
|
||||
Reference in New Issue
Block a user