mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
Fix -ULDAP_DEVEL build
This commit is contained in:
parent
5f46aa4d3b
commit
43ffb3f235
1 changed files with 2 additions and 0 deletions
|
|
@ -695,11 +695,13 @@ static ConfigTable chaincfg[] = {
|
|||
};
|
||||
|
||||
static ConfigOCs chainocs[] = {
|
||||
#ifdef LDAP_CONTROL_X_CHAINING_BEHAVIOR
|
||||
{ "( OLcfgOvOc:3.1 "
|
||||
"NAME 'olcChainConfig' "
|
||||
"DESC 'Chain configuration' "
|
||||
"SUP olcOverlayConfig "
|
||||
"MAY olcChainingBehavior )", Cft_Overlay, chaincfg, NULL, chain_cfadd },
|
||||
#endif
|
||||
{ "( OLcfgOvOc:3.2 "
|
||||
"NAME 'olcChainDatabase' "
|
||||
"DESC 'Chain remote server configuration' "
|
||||
|
|
|
|||
Loading…
Reference in a new issue