From a5020045ac2483ebf7a1b599ef67aa9ca05bd703 Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Tue, 12 Feb 2008 12:20:28 +0000
Subject: [PATCH] - [Issue 2925] SASL DigestMD5 Handler denies authentication from Solaris ldapclient:   lax required status of digest-uri directive to maintain compatibility/interoperability with legacy/broken client implementations. 

---
 opends/src/messages/messages/extension.properties |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties
index 09d3156..ec55b05 100644
--- a/opends/src/messages/messages/extension.properties
+++ b/opends/src/messages/messages/extension.properties
@@ -708,9 +708,6 @@
  provided by the client did not contain the required "cnonce" token
 MILD_ERR_SASLDIGESTMD5_NO_NONCE_COUNT_IN_RESPONSE_221=The DIGEST-MD5 \
  credentials provided by the client did not contain the required "nc" token
-MILD_ERR_SASLDIGESTMD5_NO_DIGEST_URI_IN_RESPONSE_222=The DIGEST-MD5 \
- credentials provided by the client did not contain the required "digest-uri" \
- token
 MILD_ERR_SASLDIGESTMD5_NO_DIGEST_IN_RESPONSE_223=The DIGEST-MD5 credentials \
  provided by the client did not contain the required "response" token
 MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_USERNAME_AS_DN_224=An error occurred \

--
Gitblit v1.10.0