mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
28.27.2010 d5dc0fcde2c627b31b69e3375f37a2d3b0929371
Remove debug trace from Kerberos login during SASL GSSAPI auth.
1 files modified
1 ■■■■ changed files
opendj-sdk/sdk/src/org/opends/sdk/requests/GSSAPISASLBindRequestImpl.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/sdk/src/org/opends/sdk/requests/GSSAPISASLBindRequestImpl.java
@@ -96,7 +96,6 @@
      state.put("java.security.krb5.kdc", kdc);
      final Map<String, Object> options = new HashMap<String, Object>();
      options.put("debug", "true");
      options.put("tryFirstPass", "true");
      options.put("useTicketCache", "true");
      options.put("doNotPrompt", "true");