From 8040dc24b0639b5ccefb1469d1f80107b6c0f05b 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.

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

diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif
index 5657997..01037ad 100644
--- a/opends/resource/config/config.ldif
+++ b/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