Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
11e5ba23
Commit
11e5ba23
authored
Feb 08, 2021
by
Quanah Gibson-Mount
Browse files
ITS#7790 - Fix contrib modules for new header name
parent
6ee53d50
Changes
14
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/adremap/adremap.c
View file @
11e5ba23
...
...
@@ -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
;
...
...
contrib/slapd-modules/allop/allop.c
View file @
11e5ba23
...
...
@@ -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) \
( \
...
...
contrib/slapd-modules/authzid/authzid.c
View file @
11e5ba23
...
...
@@ -27,7 +27,7 @@
#include
"portable.h"
#include
"slap.h"
#include
"config.h"
#include
"
slap-
config.h"
#include
"lutil.h"
#include
"ac/string.h"
...
...
contrib/slapd-modules/autogroup/autogroup.c
View file @
11e5ba23
...
...
@@ -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
...
...
contrib/slapd-modules/cloak/cloak.c
View file @
11e5ba23
...
...
@@ -30,7 +30,7 @@
#include
"lutil.h"
#include
"slap.h"
#include
"config.h"
#include
"
slap-
config.h"
enum
{
CLOAK_ATTR
=
1
};
...
...
contrib/slapd-modules/lastbind/lastbind.c
View file @
11e5ba23
...
...
@@ -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
{
...
...
contrib/slapd-modules/nops/nops.c
View file @
11e5ba23
...
...
@@ -29,7 +29,7 @@
#include
"lutil.h"
#include
"slap.h"
#include
"config.h"
#include
"
slap-
config.h"
static
ConfigDriver
nops_cf_gen
;
...
...
contrib/slapd-modules/nssov/nssov.c
View file @
11e5ba23
...
...
@@ -27,7 +27,7 @@
#define SLAPD_OVER_NSSOV SLAPD_MOD_DYNAMIC
#endif
#include
"
../
slap
d/
config.h"
/* not nss-ldapd config.h */
#include
"slap
-
config.h"
#include
"lutil.h"
...
...
contrib/slapd-modules/passwd/totp/slapd-totp.c
View file @
11e5ba23
...
...
@@ -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
;
...
...
contrib/slapd-modules/samba4/pguid.c
View file @
11e5ba23
...
...
@@ -29,7 +29,7 @@
#include
"ac/socket.h"
#include
"slap.h"
#include
"config.h"
#include
"
slap-
config.h"
#include
"lutil.h"
...
...
contrib/slapd-modules/samba4/rdnval.c
View file @
11e5ba23
...
...
@@ -29,7 +29,7 @@
#include
"ac/socket.h"
#include
"slap.h"
#include
"config.h"
#include
"
slap-
config.h"
#include
"lutil.h"
...
...
contrib/slapd-modules/samba4/vernum.c
View file @
11e5ba23
...
...
@@ -29,7 +29,7 @@
#include
"ac/socket.h"
#include
"slap.h"
#include
"config.h"
#include
"
slap-
config.h"
#include
"lutil.h"
...
...
contrib/slapd-modules/smbk5pwd/smbk5pwd.c
View file @
11e5ba23
...
...
@@ -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>
...
...
contrib/slapd-modules/usn/usn.c
View file @
11e5ba23
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment