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

Ludovic Poitou
28.27.2010 7adc1ce6af70a1946cc29c3a74a01283df00ed26
Remove debug trace from Kerberos login during SASL GSSAPI auth.
1 files modified
1 ■■■■ changed files
sdk/src/org/opends/sdk/requests/GSSAPISASLBindRequestImpl.java 1 ●●●● patch | view | raw | blame | history
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");