mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
sssvlv and seqmod should be off by default
This commit is contained in:
parent
5f211a7dcc
commit
61339a7f7f
1 changed files with 2 additions and 2 deletions
|
|
@ -386,9 +386,9 @@ OL_ARG_ENABLE(retcode,[ --enable-retcode Return Code testing overlay],
|
|||
OL_ARG_ENABLE(rwm,[ --enable-rwm Rewrite/Remap overlay],
|
||||
no, [no yes mod], ol_enable_overlays)
|
||||
OL_ARG_ENABLE(seqmod,[ --enable-seqmod Sequential Modify overlay],
|
||||
yes, [no yes mod], ol_enable_overlays)
|
||||
no, [no yes mod], ol_enable_overlays)
|
||||
OL_ARG_ENABLE(sssvlv,[ --enable-sssvlv ServerSideSort/VLV overlay],
|
||||
yes, [no yes mod], ol_enable_overlays)
|
||||
no, [no yes mod], ol_enable_overlays)
|
||||
OL_ARG_ENABLE(syncprov,[ --enable-syncprov Syncrepl Provider overlay],
|
||||
yes, [no yes mod], ol_enable_overlays)
|
||||
OL_ARG_ENABLE(translucent,[ --enable-translucent Translucent Proxy overlay],
|
||||
|
|
|
|||
Loading…
Reference in a new issue