]> git.sur5r.net Git - openldap/commitdiff
s/manageDIT/relax/ (ITS#5780)
authorPierangelo Masarati <ando@openldap.org>
Thu, 30 Oct 2008 14:16:22 +0000 (14:16 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 30 Oct 2008 14:16:22 +0000 (14:16 +0000)
doc/man/man5/slapo-dds.5
tests/scripts/test037-manage

index 9ba8b6930d9983c08e92808e668a0f1191ca4451..e37df89d3afc68af28ff016693398aef113eb100 100644 (file)
@@ -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
index f1213f307744f6de90473b790209d5dada5cf60b..a8bc1a1b736489075cccdc77d2f9a528893df78e 100755 (executable)
@@ -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