Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
a3a90198
Commit
a3a90198
authored
Oct 31, 2018
by
Ondřej Kuzník
Browse files
slapd-addel adds/removes entries that we bind as, silence default warning
parent
dfbeb824
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/progs/slapd-bind.c
View file @
a3a90198
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment