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
Robert Dubner
OpenLDAP
Commits
eae8956b
Commit
eae8956b
authored
Feb 04, 2021
by
Quanah Gibson-Mount
Browse files
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
parents
8ab24ff0
44e36a49
Changes
89
Hide whitespace changes
Inline
Side-by-side
doc/guide/admin/dbtools.sdf
View file @
eae8956b
...
...
@@ -331,7 +331,7 @@ You can also specify a {{TERM:URL}} containing the attribute value.
For example, the following specifies the {{EX:jpegPhoto}} value
should be obtained from the file {{F:/path/to/file.jpeg}}.
>
cn
:< file:///path/to/file.jpeg
>
jpegPhoto
:< file:///path/to/file.jpeg
Multiple entries within the same LDIF file are separated by blank
lines. Here's an example of an LDIF file containing three entries.
...
...
libraries/libldap/msctrl.c
View file @
eae8956b
...
...
@@ -264,7 +264,7 @@ ldap_create_extended_dn_control(
#ifdef LDAP_CONTROL_X_SERVER_NOTIFICATION
int
ldap_create_sever_notification_control
(
LDAP
*
ld
,
ldap_create_se
r
ver_notification_control
(
LDAP
*
ld
,
LDAPControl
**
ctrlp
)
{
assert
(
ld
!=
NULL
);
...
...
servers/lloadd/config.c
View file @
eae8956b
...
...
@@ -45,7 +45,7 @@
#include "lload.h"
#include "lutil.h"
#include "lutil_ldap.h"
#include "config.h"
#include "
lload-
config.h"
#ifdef _WIN32
#define LUTIL_ATOULX lutil_atoullx
...
...
servers/lloadd/config.h
→
servers/lloadd/
lload-
config.h
View file @
eae8956b
/* config.h - configuration abstraction structure */
/*
lload-
config.h - configuration abstraction structure */
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
...
...
@@ -18,7 +18,7 @@
#define LLOAD_CONFIG_H
#include <ac/string.h>
#include "../slapd/config.h"
#include "../slapd/
slap-
config.h"
LDAP_BEGIN_DECL
...
...
servers/lloadd/lload.h
View file @
eae8956b
...
...
@@ -167,7 +167,7 @@ struct LloadChange {
enum
lcf_backend
backend
;
}
flags
;
void
*
target
;
}
lload_change
;
};
typedef
enum
{
#ifdef LDAP_API_FEATURE_VERIFY_CREDENTIALS
...
...
servers/lloadd/module_init.c
View file @
eae8956b
...
...
@@ -33,7 +33,7 @@
#include <ac/time.h>
#include "../servers/slapd/slap.h"
#include "../servers/slapd/config.h"
#include "../servers/slapd/
slap-
config.h"
#include "lload.h"
#include "lber_pvt.h"
...
...
servers/lloadd/monitor.c
View file @
eae8956b
...
...
@@ -36,7 +36,7 @@
#include "lber_pvt.h"
#include "ldap_rq.h"
#include "config.h"
#include "
lload-
config.h"
#include "../slapd/back-monitor/back-monitor.h"
#define LLOAD_MONITOR_BALANCER_NAME "Load Balancer"
...
...
servers/lloadd/proto-lload.h
View file @
eae8956b
...
...
@@ -123,6 +123,7 @@ LDAP_SLAPD_V (struct evdns_base *) dnsbase;
LDAP_SLAPD_V
(
volatile
sig_atomic_t
)
slapd_shutdown
;
LDAP_SLAPD_V
(
volatile
sig_atomic_t
)
slapd_gentle_shutdown
;
LDAP_SLAPD_V
(
int
)
lloadd_inited
;
LDAP_SLAPD_V
(
struct
LloadChange
)
lload_change
;
LDAP_SLAPD_V
(
struct
event
*
)
lload_timeout_event
;
...
...
servers/slapd/back-asyncmeta/config.c
View file @
eae8956b
...
...
@@ -29,7 +29,7 @@
#include <ac/socket.h>
#include "slap.h"
#include "config.h"
#include "
slap-
config.h"
#include "lutil.h"
#include "ldif.h"
#include "../back-ldap/back-ldap.h"
...
...
servers/slapd/back-asyncmeta/init.c
View file @
eae8956b
...
...
@@ -28,7 +28,7 @@
#include <ac/socket.h>
#include "slap.h"
#include "config.h"
#include "
slap-
config.h"
#include "../back-ldap/back-ldap.h"
#include "back-asyncmeta.h"
...
...
servers/slapd/back-dnssrv/init.c
View file @
eae8956b
...
...
@@ -28,7 +28,7 @@
#include <ac/string.h>
#include "slap.h"
#include "config.h"
#include "
slap-
config.h"
#include "proto-dnssrv.h"
int
...
...
servers/slapd/back-ldap/chain.c
View file @
eae8956b
...
...
@@ -30,7 +30,7 @@
#include "lutil.h"
#include "slap.h"
#include "back-ldap.h"
#include "config.h"
#include "
slap-
config.h"
#ifdef LDAP_CONTROL_X_CHAINING_BEHAVIOR
#define SLAP_CHAINING_DEFAULT LDAP_CHAINING_PREFERRED
...
...
servers/slapd/back-ldap/config.c
View file @
eae8956b
...
...
@@ -30,7 +30,7 @@
#include <ac/socket.h>
#include "slap.h"
#include "config.h"
#include "
slap-
config.h"
#include "back-ldap.h"
#include "lutil.h"
#include "ldif.h"
...
...
servers/slapd/back-ldap/distproc.c
View file @
eae8956b
...
...
@@ -33,7 +33,7 @@
#include "back-ldap.h"
#include "config.h"
#include "
slap-
config.h"
/*
* From <draft-sermersheim-ldap-distproc>
...
...
servers/slapd/back-ldap/init.c
View file @
eae8956b
...
...
@@ -29,7 +29,7 @@
#include <ac/socket.h>
#include "slap.h"
#include "config.h"
#include "
slap-
config.h"
#include "back-ldap.h"
static
const
ldap_extra_t
ldap_extra
=
{
...
...
servers/slapd/back-ldap/monitor.c
View file @
eae8956b
...
...
@@ -32,7 +32,7 @@
#include "lutil.h"
#include "back-ldap.h"
#include "config.h"
#include "
slap-
config.h"
static
ObjectClass
*
oc_olmLDAPDatabase
;
static
ObjectClass
*
oc_olmLDAPConnection
;
...
...
servers/slapd/back-ldap/pbind.c
View file @
eae8956b
...
...
@@ -29,7 +29,7 @@
#include "lutil.h"
#include "slap.h"
#include "back-ldap.h"
#include "config.h"
#include "
slap-
config.h"
static
BackendInfo
*
lback
;
...
...
servers/slapd/back-ldif/ldif.c
View file @
eae8956b
...
...
@@ -29,7 +29,7 @@
#include <ac/unistd.h>
#include "slap.h"
#include "lutil.h"
#include "config.h"
#include "
slap-
config.h"
struct
ldif_tool
{
Entry
**
entries
;
/* collected by bi_tool_entry_first() */
...
...
servers/slapd/back-mdb/attr.c
View file @
eae8956b
...
...
@@ -23,7 +23,7 @@
#include "slap.h"
#include "back-mdb.h"
#include "config.h"
#include "
slap-
config.h"
#include "lutil.h"
/* Find the ad, return -1 if not found,
...
...
servers/slapd/back-mdb/config.c
View file @
eae8956b
...
...
@@ -24,7 +24,7 @@
#include "back-mdb.h"
#include "idl.h"
#include "config.h"
#include "
slap-
config.h"
#include "lutil.h"
#include "ldap_rq.h"
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Markdown
is supported
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