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
db5ccc8f
Commit
db5ccc8f
authored
Sep 12, 2006
by
Pierangelo Masarati
Browse files
import fix to ITS#4669
parent
bb1decc2
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
db5ccc8f
OpenLDAP 2.3 Change Log
OpenLDAP 2.3.28 Engineering
Fixed libldap ldap.conf max line length (ITS#4669)
Added ldapsearch bad filter pattern check (ITS#4647)
Fixed slapd-monitor locking with scope "subordinate" (ITS#4668)
...
...
libraries/libldap/init.c
View file @
db5ccc8f
...
...
@@ -116,7 +116,7 @@ static const struct ol_attribute {
static
void
openldap_ldap_init_w_conf
(
const
char
*
file
,
int
userconf
)
{
char
linebuf
[
128
];
char
linebuf
[
LINE_MAX
];
FILE
*
fp
;
int
i
;
char
*
cmd
,
*
opt
;
...
...
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