]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Updated RELNOTES with LDAP contributors
authorThomas Markwalder <tmark@isc.org>
Wed, 29 Jul 2015 20:04:09 +0000 (16:04 -0400)
committerThomas Markwalder <tmark@isc.org>
Wed, 29 Jul 2015 20:04:09 +0000 (16:04 -0400)
Also added 1 line change to LDAP code for Marius.

RELNOTES
server/ldap.c

index a2486d103f3e88a097cbc9da5756d8363c05899f..54a59622b43f264294402164217ea3e45957e4a8 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -183,7 +183,11 @@ by Eric Young (eay@cryptsoft.com).
   been applied to the contributed code which supplies LDAP support.
   In addition, two larger submissions have also been included.  The
   first adds support for IPv6 configuration and the second provides
-  GSSAPI authentication.
+  GSSAPI authentication. We would like to thank the following for their
+  contributions (alphabetically):
+    Alex Novak at SUSE
+    Jiri Popelka at Red Hat
+    Marius Tomaschewski at SUSE
   [ISC-Bugs #39056]
   [ISC-Bugs #22742]
   [ISC-Bugs #24449]
index b5f0bc0d2c639bea4629f88c1c28461789015b9d..f778599e562f8ad2f5ce4cdb0bab4e3872a8a8e9 100644 (file)
@@ -2318,6 +2318,8 @@ ldap_read_config (void)
 
   if (x_parser_length(cfile) > 0)
     {
+      ldap_write_debug(cfile->inbuf, cfile->buflen);
+
       res = conf_file_subparse (cfile, root_group, ROOT_GROUP);
       if (res != ISC_R_SUCCESS)
         {