X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest014-whoami;h=62734714ac5a38f9610a3a7bcc6192cca3548604;hb=737562a20b3d8df1ecffec610f285f583b75f5c9;hp=fec4bf9ae4c44a9137dd401035784ada191edd98;hpb=4bd0b59fb6b99f8c8cbab618e59a233225f8d12e;p=openldap diff --git a/tests/scripts/test014-whoami b/tests/scripts/test014-whoami index fec4bf9ae4..62734714ac 100755 --- a/tests/scripts/test014-whoami +++ b/tests/scripts/test014-whoami @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2004 The OpenLDAP Foundation. +## Copyright 1998-2005 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -405,7 +405,7 @@ fi BINDDN="dc=example,dc=com" BINDPW=example AUTHZID="dn:" -echo "Testing ldapwhoami as ${BINDDN} for ${AUTHZID} (dn.exact; should succeed)..." +echo "Testing ldapwhoami as ${BINDDN} for ${AUTHZID}\"\" (dn.exact; should succeed)..." $LDAPWHOAMI -h $LOCALHOST -p $PORT1 -D "$BINDDN" -w $BINDPW \ -e \!authzid="$AUTHZID" @@ -422,6 +422,6 @@ echo ">>>>> Test succeeded" exit 0 ## Note to developers: when SLAPD_DEBUG=-1 the command -## awk '/^do_extended$/ {if (c) {print c} c=0} /<===slap_sasl_match:/ {c++} END {print c}' testrun/slapd.1.log +## awk '/^do_extended$/ {if (c) {print c} c=0} /<===slap_sasl_match:/ {c++} END {print c}' $TESTDIR/slapd.1.log ## must return the sequence 1 2 3 4 5 6 7 8 9 9 1 2 3 4 5 6 7 8 9 9 9 1 ## to indicate that the authzFrom and authzTo rules applied in the right order.