Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
72:configure_jaas_jgss [2018/11/29 11:30] – [Configure JAAS and JGSS Support on the Stages Server] evt72:configure_jaas_jgss [2019/10/17 10:49] twn
Line 10: Line 10:
 de.methodpark.pkit.auth.SpnegoAuthenticator { de.methodpark.pkit.auth.SpnegoAuthenticator {
   com.sun.security.auth.module.Krb5LoginModule required   com.sun.security.auth.module.Krb5LoginModule required
-    useKeyTab="true"+    useKeyTab=true
     keyTab="//**PATH_TO_KEYTAB_FILE**// "     keyTab="//**PATH_TO_KEYTAB_FILE**// "
-    storeKey="true"+    storeKey=true
     realm="<KERBEROS-REALM>"     realm="<KERBEROS-REALM>"
     debug="false"     debug="false"
-    principal="HTTP/<fqnd>@<KERBEROS-REALM>" +    principal="HTTP/<fqnd>@<KERBEROS-REALM>"; 
-}+};
 </code> </code>
  
Line 34: Line 34:
  realm="PKITBUILD.ER.METHODPARK.DE"  realm="PKITBUILD.ER.METHODPARK.DE"
  debug="false"  debug="false"
- principal="HTTP/pkit.methodpark.de@PKITBUILD.ER.METHODPARK.DE" + principal="HTTP/pkit.methodpark.de@PKITBUILD.ER.METHODPARK.DE"; 
-}+};
 </code> </code>