]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
slapd-addel adds/removes entries that we bind as, silence default warning
authorOndřej Kuzník <ondra@openldap.org>
Wed, 31 Oct 2018 18:13:28 +0000 (18:13 +0000)
committerOndřej Kuzník <ondra@openldap.org>
Wed, 31 Oct 2018 18:23:40 +0000 (18:23 +0000)
tests/progs/slapd-bind.c

index f6cb9a6aa3576f252bc4b1084d346ad8e821cd29..81bffb03553c41757739f9f6b2bda3e6632a38cb 100644 (file)
@@ -100,7 +100,7 @@ main( int argc, char **argv )
        config = tester_init( "slapd-bind", TESTER_BIND );
 
        /* by default, tolerate invalid credentials */
-       tester_ignore_str2errlist( "INVALID_CREDENTIALS" );
+       tester_ignore_str2errlist( "*INVALID_CREDENTIALS" );
 
        while ( ( i = getopt( argc, argv, TESTER_COMMON_OPTS "a:B:b:Ff:I" ) ) != EOF )
        {