summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2008-10-23 22:48:02 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2008-10-23 22:48:02 +0000
commitad7a58ca4c48cbf4a6ddb06a183da8478ebbb9e7 (patch)
tree2b30414dac9e88e65cec473775b5c01525d3229e /config.h.in
parent7572dfdc019f3e4b676d5a883d9fc0453dcde0e6 (diff)
downloadds-ad7a58ca4c48cbf4a6ddb06a183da8478ebbb9e7.tar.gz
ds-ad7a58ca4c48cbf4a6ddb06a183da8478ebbb9e7.tar.xz
ds-ad7a58ca4c48cbf4a6ddb06a183da8478ebbb9e7.zip
Resolves: #468248
Summary: LDAPI: when nsslapd-ldapiautodnsuffix doesn't exist - Bind is incorrect Description: - introducing --enable-auto-dn-suffix option to configure (disabled by default) - building the auto-dn-suffix code only when the option is set ====================== autoconf version 2.59 automake version 1.9.6
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 81fec7d5..c21a5f90 100644
--- a/config.h.in
+++ b/config.h.in
@@ -15,6 +15,9 @@
/* enable ldapi auto bind support in the server */
#undef ENABLE_AUTOBIND
+/* enable ldapi auto bind with auto dn suffix support in the server */
+#undef ENABLE_AUTO_DN_SUFFIX
+
/* enable the bitwise plugin */
#undef ENABLE_BITWISE