mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
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:
parent
41a9010773
commit
a9ff0e97fc
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue