Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
5c3482b3
Commit
5c3482b3
authored
Sep 03, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5677
parent
5c697651
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
5c3482b3
OpenLDAP 2.4 Change Log
OpenLDAP 2.4.12 Engineering
Fixed libldap TLS_CRLFILE (ITS#5677)
Fixed liblutil executables on Windows (ITS#5604)
Fixed slapd aci performance (ITS#5636)
Fixed slapd aci's with sets (ITS#5627)
...
...
libraries/libldap/init.c
View file @
5c3482b3
...
...
@@ -115,7 +115,7 @@ static const struct ol_attribute {
{
0
,
ATTR_TLS
,
"TLS_CRLCHECK"
,
NULL
,
LDAP_OPT_X_TLS_CRLCHECK
},
#endif
#ifdef HAVE_GNUTLS
{
0
,
ATTR_TLS
,
"TLS_CRL"
,
NULL
,
LDAP_OPT_X_TLS_CRLFILE
},
{
0
,
ATTR_TLS
,
"TLS_CRL
FILE
"
,
NULL
,
LDAP_OPT_X_TLS_CRLFILE
},
#endif
#endif
...
...
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