Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
c3d43bcf
Commit
c3d43bcf
authored
Jul 10, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5591
parent
08d304d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
c3d43bcf
...
...
@@ -20,8 +20,9 @@ OpenLDAP 2.4.11 Engineering
Fixed slapo-pcache handling of negative search caches (ITS#5546)
Fixed slapo-ppolicy DNs with whitespaces (ITS#5552)
Fixed slapo-syncprov ACL evaluation (ITS#5548)
Fixed slapo-syncprov full reload (ITS#5564)
Fixed slapo-syncprov crash with delcsn (ITS#5589)
Fixed slapo-syncprov full reload (ITS#5564)
Fixed slapo-syncprov missing olcSpReloadHint attr(ITS#5591)
Fixed slapo-unique filter normalization (ITS#5581)
Fixed contrib smbk5pwd terminator (ITS#5575)
Build Environment
...
...
servers/slapd/overlays/syncprov.c
View file @
c3d43bcf
...
...
@@ -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
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment