Properly set useKeyTab property; SIDP-176
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 17 Apr 2008 15:20:07 +0000 (15:20 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 17 Apr 2008 15:20:07 +0000 (15:20 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2725 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/installer/resources/conf-tmpl/login.config

index 5926c2d..2f1d19f 100644 (file)
@@ -38,6 +38,7 @@ ShibUserPassAuth {
 // See: https://spaces.internet2.edu/display/SHIB2/IdPAuthUserPass
 /*
    com.sun.security.auth.module.Krb5LoginModule required
+      useKeyTab="true"
       keyTab="/path/to/idp/keytab/file";
 */