Skip to content

Commit

Permalink
Added reasonable debug properties to kerberos calls
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed May 7, 2024
1 parent 00bb78f commit c1b72b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion cryptotest/tests/GssApiMechanismTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@
* cryptotest.utils.Misc
* cryptotest.utils.TestResult
* @requires cryptotests.krb.kdc.enabled == "true"
* @run main/othervm cryptotest.tests.GssApiMechanismTests
* @run main/othervm
* -Djava.net.preferIPv4Stack=true
* -Dsun.security.krb5.debug=true
* -Dsun.security.jgss.debug=true
* -Djava.security.debug=logincontext,policy,scl,gssloginconfig
* cryptotest.tests.GssApiMechanismTests
*/

package cryptotest.tests;
Expand Down
7 changes: 6 additions & 1 deletion cryptotest/tests/SaslServerFactoryGssapiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@
* cryptotest.utils.TestResult
* cryptotest.utils.SaslServerFactoryBase
* @requires cryptotests.krb.kdc.enabled == "true"
* @run main/othervm cryptotest.tests.SaslServerFactoryGssapiTest
* @run main/othervm
* -Djava.net.preferIPv4Stack=true
* -Dsun.security.krb5.debug=true
* -Dsun.security.jgss.debug=true
* -Djava.security.debug=logincontext,policy,scl,gssloginconfig
* cryptotest.tests.SaslServerFactoryGssapiTest
*/

package cryptotest.tests;
Expand Down

0 comments on commit c1b72b1

Please sign in to comment.