]> git.sur5r.net Git - openldap/commitdiff
improve message
authorPierangelo Masarati <ando@openldap.org>
Sat, 19 Jun 2004 18:23:11 +0000 (18:23 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 19 Jun 2004 18:23:11 +0000 (18:23 +0000)
tests/scripts/test028-idassert

index 0f5e849fb2bb791d580c202cff2e4ee298d89bae..155f957f15ee1d07ea10fff01bb5a7b7ffb0d827 100755 (executable)
 echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh
 
+echo "### This test needs the ldap backend."
+echo "### If available, and explicitly requested, it can use SASL bind;"
+echo "### note that SASL must be properly set up, and the requested"
+echo "### mechanism must be available.  Define SLAPD_USE_SASL={yes|<mech>},"
+echo "### wth \"yes\" defaulting to DIGEST-MD5 to enable SASL authc[/authz]."
+
 if test $BACKLDAP = "ldapno" ; then 
        echo "LDAP backend not available, test skipped"
        exit 0
@@ -28,13 +34,9 @@ if test $WITH_SASL = "yes" ; then
                else
                        MECH="$USE_SASL"
                fi
-               echo "Using SASL authc/authz with mech=$MECH; unset SLAPD_USE_SASL to disable"
+               echo "Using SASL authc[/authz] with mech=$MECH; unset SLAPD_USE_SASL to disable"
        else
                echo "Using proxyAuthz with simple authc..."
-               echo "        set SLAPD_USE_SASL={yes|<mech>} to enable SASL authc/authz"
-               echo "        if SLAPD_USE_SASL=\"yes\", <mech> defaults to DIGEST-MD5"
-               echo "        FIXME: should be mandatory, right?"
-               echo "        FIXME: authz with CRAM-MD5 does not work..."
        fi
 else
        echo "SASL not available; using proxyAuthz with simple authc..."