mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
allow olcSpReloadHint in olcSyncProvConfig (ITS#5591)
This commit is contained in:
parent
27fc008761
commit
103c7b48e2
@ -2512,7 +2512,11 @@ static ConfigOCs spocs[] = {
|
||||
"NAME 'olcSyncProvConfig' "
|
||||
"DESC 'SyncRepl Provider configuration' "
|
||||
"SUP olcOverlayConfig "
|
||||
"MAY ( olcSpCheckpoint $ olcSpSessionlog $ olcSpNoPresent ) )",
|
||||
"MAY ( olcSpCheckpoint "
|
||||
"$ olcSpSessionlog "
|
||||
"$ olcSpNoPresent "
|
||||
"$ olcSpReloadHint "
|
||||
") )",
|
||||
Cft_Overlay, spcfg },
|
||||
{ NULL, 0, NULL }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user