mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
import fix to ITS#4669
This commit is contained in:
parent
bb1decc271
commit
db5ccc8f0a
2 changed files with 2 additions and 1 deletions
1
CHANGES
1
CHANGES
|
|
@ -1,6 +1,7 @@
|
|||
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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue