Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
f9cb918d
Commit
f9cb918d
authored
Mar 22, 2021
by
Howard Chu
Browse files
ITS
#9504
back-ldap: set default idassert mode as documented
parent
f1ebb456
Pipeline
#2169
passed with stage
in 51 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/config.c
View file @
f9cb918d
...
...
@@ -734,6 +734,9 @@ slap_idassert_parse( ConfigArgs *c, slap_idassert_t *si )
{
int
i
;
/* set default */
si
->
si_mode
=
LDAP_BACK_IDASSERT_LEGACY
;
for
(
i
=
1
;
i
<
c
->
argc
;
i
++
)
{
if
(
strncasecmp
(
c
->
argv
[
i
],
"mode="
,
STRLENOF
(
"mode="
)
)
==
0
)
{
char
*
argvi
=
c
->
argv
[
i
]
+
STRLENOF
(
"mode="
);
...
...
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