mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
ITS#7790 - Fix contrib modules for new header name
This commit is contained in:
parent
6ee53d5028
commit
11e5ba23d5
@ -32,7 +32,7 @@
|
||||
#include <ac/time.h>
|
||||
#include <ac/string.h>
|
||||
#include <ac/ctype.h>
|
||||
#include "config.h"
|
||||
#include "slap-config.h"
|
||||
|
||||
typedef struct adremap_dnv {
|
||||
struct adremap_dnv *ad_next;
|
||||
|
@ -39,7 +39,7 @@ allop-URI <ldapURI>
|
||||
#include <ac/string.h>
|
||||
|
||||
#include "slap.h"
|
||||
#include "config.h"
|
||||
#include "slap-config.h"
|
||||
|
||||
#define SLAP_OVER_VERSION_REQUIRE(major,minor,patch) \
|
||||
( \
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "portable.h"
|
||||
|
||||
#include "slap.h"
|
||||
#include "config.h"
|
||||
#include "slap-config.h"
|
||||
#include "lutil.h"
|
||||
#include "ac/string.h"
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <ac/string.h>
|
||||
|
||||
#include "slap.h"
|
||||
#include "config.h"
|
||||
#include "slap-config.h"
|
||||
#include "lutil.h"
|
||||
|
||||
#ifndef SLAPD_MEMBEROF_ATTR
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#include "lutil.h"
|
||||
#include "slap.h"
|
||||
#include "config.h"
|
||||
#include "slap-config.h"
|
||||
|
||||
enum { CLOAK_ATTR = 1 };
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include <ac/time.h>
|
||||
#include <ac/string.h>
|
||||
#include <ac/ctype.h>
|
||||
#include "config.h"
|
||||
#include "slap-config.h"
|
||||
|
||||
/* Per-instance configuration information */
|
||||
typedef struct lastbind_info {
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include "lutil.h"
|
||||
#include "slap.h"
|
||||
#include "config.h"
|
||||
#include "slap-config.h"
|
||||
|
||||
static ConfigDriver nops_cf_gen;
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
#define SLAPD_OVER_NSSOV SLAPD_MOD_DYNAMIC
|
||||
#endif
|
||||
|
||||
#include "../slapd/config.h" /* not nss-ldapd config.h */
|
||||
#include "slap-config.h"
|
||||
|
||||
#include "lutil.h"
|
||||
|
||||
|
@ -92,7 +92,7 @@ static void HMAC_CTX_free(HMAC_CTX *ctx)
|
||||
#endif
|
||||
|
||||
#include "slap.h"
|
||||
#include "config.h"
|
||||
#include "slap-config.h"
|
||||
|
||||
static LUTIL_PASSWD_CHK_FUNC chk_totp1, chk_totp256, chk_totp512,
|
||||
chk_totp1andpw, chk_totp256andpw, chk_totp512andpw;
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "ac/socket.h"
|
||||
|
||||
#include "slap.h"
|
||||
#include "config.h"
|
||||
#include "slap-config.h"
|
||||
|
||||
#include "lutil.h"
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "ac/socket.h"
|
||||
|
||||
#include "slap.h"
|
||||
#include "config.h"
|
||||
#include "slap-config.h"
|
||||
|
||||
#include "lutil.h"
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "ac/socket.h"
|
||||
|
||||
#include "slap.h"
|
||||
#include "config.h"
|
||||
#include "slap-config.h"
|
||||
|
||||
#include "lutil.h"
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <ac/errno.h>
|
||||
#include <ac/string.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "slap-config.h"
|
||||
|
||||
#ifdef DO_KRB5
|
||||
#include <lber.h>
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <ac/socket.h>
|
||||
|
||||
#include "slap.h"
|
||||
#include "config.h"
|
||||
#include "slap-config.h"
|
||||
|
||||
/* This overlay intercepts write operations and adds a Microsoft-style
|
||||
* USN to the target entry.
|
||||
|
Loading…
Reference in New Issue
Block a user