X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest014-whoami;h=e7d99863a2522306549341dceed7d74d77be619a;hb=a2405e0a7e31a128774b3e4077c1199d3a3cdf5e;hp=37e2e605fd0ed3f15eb1210197605fa52f2de22b;hpb=cbb26d38bf28d42c1659b4d8995780944fbf76ab;p=openldap diff --git a/tests/scripts/test014-whoami b/tests/scripts/test014-whoami index 37e2e605fd..e7d99863a2 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-2006 The OpenLDAP Foundation. +## Copyright 1998-2007 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -464,5 +464,5 @@ 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}' $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 +## must return the sequence 1 2 3 4 5 6 7 8 8 8 1 2 3 4 5 6 7 8 8 8 8 1 ## to indicate that the authzFrom and authzTo rules applied in the right order.