mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix olcChainConfig definition when !LDAP_CONTROL_X_CHAINING_BEHAVIOR
This commit is contained in:
parent
3aeade3bd2
commit
6b93c656a1
@ -890,9 +890,9 @@ static ConfigOCs chainocs[] = {
|
||||
"SUP olcOverlayConfig "
|
||||
"MAY ( "
|
||||
#ifdef LDAP_CONTROL_X_CHAINING_BEHAVIOR
|
||||
"olcChainingBehavior "
|
||||
"olcChainingBehavior $ "
|
||||
#endif /* LDAP_CONTROL_X_CHAINING_BEHAVIOR */
|
||||
"$ olcCacheURIs "
|
||||
"olcCacheURIs "
|
||||
") )",
|
||||
Cft_Overlay, chaincfg, NULL, chain_cfadd },
|
||||
{ "( OLcfgOvOc:3.2 "
|
||||
|
Loading…
Reference in New Issue
Block a user