From: Pierangelo Masarati Date: Mon, 21 Jun 2004 01:01:09 +0000 (+0000) Subject: improve readability X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~210 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b24e5407903d6ffa01e08a4bc5c0cfe467fd87c0;p=openldap improve readability --- diff --git a/tests/scripts/test028-idassert b/tests/scripts/test028-idassert index 55db91c4ae..2492a36dc6 100755 --- a/tests/scripts/test028-idassert +++ b/tests/scripts/test028-idassert @@ -101,7 +101,7 @@ if test $RC != 0 ; then fi AUTHZID="u:bjorn" -echo "Testing ldapwhoami as proxy US, $AUTHZID..." +echo "Testing ldapwhoami as proxy US, $AUTHZID... (should fail)" $LDAPWHOAMI -h $LOCALHOST -p $PORT1 -D "cn=proxy US,ou=Admin,dc=example,dc=com" -w proxy -e\!"authzid=$AUTHZID" RC=$? if test $RC != 1 ; then @@ -111,7 +111,7 @@ if test $RC != 1 ; then fi AUTHZID="u:bjensen" -echo "Testing ldapwhoami as proxy US, $AUTHZID..." +echo "Testing ldapwhoami as proxy US, $AUTHZID... (should fail)" $LDAPWHOAMI -h $LOCALHOST -p $PORT1 -D "cn=proxy US,ou=Admin,dc=example,dc=com" -w proxy -e\!"authzid=$AUTHZID" RC=$? if test $RC != 1 ; then @@ -130,7 +130,7 @@ if test $RC != 0 ; then fi AUTHZID="u:it/jaj" -echo "Testing ldapwhoami as proxy IT, $AUTHZID..." +echo "Testing ldapwhoami as proxy IT, $AUTHZID... (should fail)" $LDAPWHOAMI -h $LOCALHOST -p $PORT1 -D "cn=proxy IT,ou=Admin,dc=example,dc=com" -w proxy -e\!"authzid=$AUTHZID" RC=$? if test $RC != 1 ; then @@ -140,7 +140,7 @@ if test $RC != 1 ; then fi AUTHZID="u:bjorn" -echo "Testing ldapwhoami as proxy IT, $AUTHZID..." +echo "Testing ldapwhoami as proxy IT, $AUTHZID... (should fail)" $LDAPWHOAMI -h $LOCALHOST -p $PORT1 -D "cn=proxy IT,ou=Admin,dc=example,dc=com" -w proxy -e\!"authzid=$AUTHZID" RC=$? if test $RC != 1 ; then