mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
slapd-addel adds/removes entries that we bind as, silence default warning
This commit is contained in:
parent
dfbeb82442
commit
a3a9019883
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user