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
Joe Martin
OpenLDAP
Commits
2e862cea
Commit
2e862cea
authored
Mar 24, 2011
by
Quanah Gibson-Mount
Browse files
ITS#6849
parent
727be55f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
2e862cea
OpenLDAP 2.4 Change Log
OpenLDAP 2.4 Change Log
OpenLDAP 2.4.25 Engineering
OpenLDAP 2.4.25 Engineering
Fixed tools for incompatible args (ITS#6849)
Fixed slapd add objectclasses in order (ITS#6837)
Fixed slapd add objectclasses in order (ITS#6837)
Fixed slapd sortval handling (ITS#6845)
Fixed slapd sortval handling (ITS#6845)
Fixed slapd-ldap chain cn=config support (ITS#6837)
Fixed slapd-ldap chain cn=config support (ITS#6837)
...
...
clients/tools/common.c
View file @
2e862cea
...
@@ -1127,6 +1127,12 @@ tool_args( int argc, char **argv )
...
@@ -1127,6 +1127,12 @@ tool_args( int argc, char **argv )
}
}
#endif
#endif
}
}
if
(
(
pw_file
||
want_bindpw
)
&&
!
BER_BVISNULL
(
&
passwd
)
)
{
fprintf
(
stderr
,
"%s: -%c incompatible with -w
\n
"
,
prog
,
(
pw_file
?
'y'
:
'W'
)
);
exit
(
EXIT_FAILURE
);
}
}
}
...
...
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