From 4a94e024047703c4b7e2f31aa44c5ca2f5a57a10 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sun, 26 Nov 2006 00:52:36 +0000
Subject: [PATCH] Update the server configuration so that the GSSAPI SASL mechanism handler is disabled by default.  This will help eliminate an error message on startup for systems that do not have proper name resolution configured, and it is not expected that GSSAPI authentication will be widely used among clients.  It may be manually enabled in environments where GSSAPI authentication is required.

---
 opendj-sdk/opends/resource/config/config.ldif |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/resource/config/config.ldif b/opendj-sdk/opends/resource/config/config.ldif
index 5657997..01037ad 100644
--- a/opendj-sdk/opends/resource/config/config.ldif
+++ b/opendj-sdk/opends/resource/config/config.ldif
@@ -1084,7 +1084,7 @@
 objectClass: ds-cfg-gssapi-sasl-mechanism-handler
 cn: GSSAPI
 ds-cfg-sasl-mechanism-handler-class: org.opends.server.extensions.GSSAPISASLMechanismHandler
-ds-cfg-sasl-mechanism-handler-enabled: true
+ds-cfg-sasl-mechanism-handler-enabled: false
 ds-cfg-identity-mapper-dn: cn=Exact Match,cn=Identity Mappers,cn=config
 ds-cfg-keytab: /etc/krb5/krb5.keytab
 

--
Gitblit v1.10.0