]> git.sur5r.net Git - openldap/commitdiff
ITS#5677
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 3 Sep 2008 23:53:49 +0000 (23:53 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 3 Sep 2008 23:53:49 +0000 (23:53 +0000)
CHANGES
libraries/libldap/init.c

diff --git a/CHANGES b/CHANGES
index 209affae24bed1953d426bbfb4bcb05581b7ee78..d462bbca51cc3675dc32ff40911947c013831a1a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,7 @@
 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)
index 47ca924154810ef7b9bf86fc9d90a6dea846ac91..13daaaf1aae1e89d69e96bc6d99c65e8c18fc897 100644 (file)
@@ -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_CRLFILE",                  NULL,   LDAP_OPT_X_TLS_CRLFILE},
 #endif
         
 #endif