summaryrefslogtreecommitdiff
path: root/server/ldap.c
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-07-29 16:04:09 -0400
committerThomas Markwalder <tmark@isc.org>2015-07-29 16:04:09 -0400
commit35b6560bd81a0c37eb5b43a1921e80c9dac0e867 (patch)
tree6a3b0320fd98d5efee2c8287ab4e6ba8c12a9124 /server/ldap.c
parentaf25ded3457a15f957496f39ed9074f60636878e (diff)
downloadisc-dhcp-35b6560bd81a0c37eb5b43a1921e80c9dac0e867.tar.gz
[master] Updated RELNOTES with LDAP contributors
Also added 1 line change to LDAP code for Marius.
Diffstat (limited to 'server/ldap.c')
-rw-r--r--server/ldap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/ldap.c b/server/ldap.c
index b5f0bc0d..f778599e 100644
--- a/server/ldap.c
+++ b/server/ldap.c
@@ -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)
{