mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
ConnTTL, NetworkTimeout, and ProtocolVersion were missing from the
config OC, thus inaccessible from cn=config
This commit is contained in:
parent
1af4e43236
commit
66a58ae93a
1 changed files with 3 additions and 0 deletions
|
|
@ -359,6 +359,9 @@ static ConfigOCs ldapocs[] = {
|
|||
"$ olcDbProxyWhoAmI "
|
||||
"$ olcDbTimeout "
|
||||
"$ olcDbIdleTimeout "
|
||||
"$ olcDbConnTtl "
|
||||
"$ olcDbNetworkTimeout "
|
||||
"$ olcDbProtocolVersion "
|
||||
"$ olcDbSingleConn "
|
||||
"$ olcDbCancel "
|
||||
"$ olcDbQuarantine "
|
||||
|
|
|
|||
Loading…
Reference in a new issue