s/manageDIT/relax/ (ITS#5780)

This commit is contained in:
Pierangelo Masarati 2008-10-30 14:16:22 +00:00
parent 00accc69c4
commit 759ba16fb7
2 changed files with 2 additions and 2 deletions

View 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

View File

@ -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