Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
48b8970d
Commit
48b8970d
authored
Dec 08, 2009
by
Pierangelo Masarati
Browse files
issue a useful error message
parent
17387317
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/config.c
View file @
48b8970d
...
...
@@ -740,6 +740,11 @@ slap_idassert_parse( ConfigArgs *c, slap_idassert_t *si )
}
}
else
if
(
bindconf_parse
(
c
->
argv
[
i
],
&
si
->
si_bc
)
)
{
snprintf
(
c
->
cr_msg
,
sizeof
(
c
->
cr_msg
),
"
\"
idassert-bind <args>
\"
: "
"unable to parse field
\"
%s
\"
"
,
c
->
argv
[
i
]
);
Debug
(
LDAP_DEBUG_ANY
,
"%s: %s.
\n
"
,
c
->
log
,
c
->
cr_msg
,
0
);
return
1
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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