From 9faf41028662f97c957a0d49a7b0b9d800d077d6 Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Mon, 10 Nov 2008 20:46:29 +0000
Subject: [PATCH] ITS#5780

---
 CHANGES                      | 1 +
 doc/man/man5/slapo-dds.5     | 2 +-
 tests/scripts/test037-manage | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGES b/CHANGES
index 1584f4b117..0f62b69917 100644
--- a/CHANGES
+++ b/CHANGES
@@ -48,6 +48,7 @@ OpenLDAP 2.4.13 Engineering
 	Documentation
 		admin24 added olcLimits to example (ITS#5746)
 		admin24 consolidated on whitespace (ITS#5759)
+		slapo-dds(5) manageDIT to relax (ITS#5780)
 
 OpenLDAP 2.4.12 Release (2008/10/12)
 	Fixed libldap ldap_utf8_strchar arguments (ITS#5720)
diff --git a/doc/man/man5/slapo-dds.5 b/doc/man/man5/slapo-dds.5
index 9ba8b6930d..e37df89d3a 100644
--- a/doc/man/man5/slapo-dds.5
+++ b/doc/man/man5/slapo-dds.5
@@ -155,7 +155,7 @@ overlay turns refresh extended operation into an internal modification to
 the value of the
 .B entryTtl
 attribute with the
-.B manageDIT
+.B relax
 control set.
 
 RFC 2589 recommends that anonymous clients should not be allowed to refresh
diff --git a/tests/scripts/test037-manage b/tests/scripts/test037-manage
index f1213f3077..a8bc1a1b73 100755
--- a/tests/scripts/test037-manage
+++ b/tests/scripts/test037-manage
@@ -17,7 +17,7 @@ echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh
 
 if test $BACKEND = "ldif" ; then 
-	echo "LDIF backend does not support manageDIT control, test skipped"
+	echo "LDIF backend does not support relax control, test skipped"
 	exit 0
 fi 
 
-- 
GitLab