ITS#6817 - back-meta work for SLAP_AUTH_DN was never finished according

to the ITS notes.  In addition, this would need man page updates for the
feature
This commit is contained in:
Quanah Gibson-Mount 2017-09-26 11:27:15 -07:00
parent 41a9010773
commit a9ff0e97fc
2 changed files with 4 additions and 0 deletions

View 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

View 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;