]> git.sur5r.net Git - openldap/commitdiff
ITS#6817 - back-meta work for SLAP_AUTH_DN was never finished according
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 26 Sep 2017 18:27:15 +0000 (11:27 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 26 Sep 2017 18:27:15 +0000 (11:27 -0700)
to the ITS notes.  In addition, this would need man page updates for the
feature

servers/slapd/back-ldap/bind.c
servers/slapd/back-meta/config.c

index f2b3fe26bfeaa1ddf5071fe02c1f21bd8298e283..f4bdf46db0c0afd7604d30c26ced867a4a074b25 100644 (file)
@@ -37,7 +37,9 @@
 
 #define LDAP_CONTROL_OBSOLETE_PROXY_AUTHZ      "2.16.840.1.113730.3.4.12"
 
+#ifdef LDAP_DEVEL
 #define SLAP_AUTH_DN 1
+#endif
 
 #if LDAP_BACK_PRINT_CONNTREE > 0
 
index dbb6c9f22703519da3143b66d373f13838dfbc08..e060e0e18ced82779c43f61b39964e772c6792a9 100644 (file)
@@ -35,7 +35,9 @@
 #include "../back-ldap/back-ldap.h"
 #include "back-meta.h"
 
+#ifdef LDAP_DEVEL
 #define SLAP_AUTH_DN   1
+#endif
 
 static ConfigDriver meta_back_cf_gen;
 static ConfigLDAPadd meta_ldadd;