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
53baebac
Commit
53baebac
authored
Sep 30, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5718
parent
3dececd4
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
53baebac
...
@@ -53,11 +53,12 @@ OpenLDAP 2.4.12 Engineering
...
@@ -53,11 +53,12 @@ OpenLDAP 2.4.12 Engineering
Added BDB 4.7 support (ITS#5523)
Added BDB 4.7 support (ITS#5523)
Added slapo-collect overlay with enhancements(ITS#5659)
Added slapo-collect overlay with enhancements(ITS#5659)
Documentation
Documentation
Added slapo-collect(5) man page (ITS#5706)
Added slapd-ldap(5), slapd-meta(5) noundeffilter (ITS#5614)
Added slapd-ldap(5), slapd-meta(5) noundeffilter (ITS#5614)
Fixed slapd-ldap(5), slapd-meta(5), slapo-pcache(5) schema requirements (ITS#5680)
Fixed slapd-ldap(5), slapd-meta(5), slapo-pcache(5) schema requirements (ITS#5680)
Added slapo-collect(5) man page (ITS#5706)
Added slapo-pcache(5) proxycheckcacheability option (ITS#5680)
Added slapo-pcache(5) proxycheckcacheability option (ITS#5680)
Added slapo-retcode(5) retcode.conf location (ITS#5633)
Added slapo-retcode(5) retcode.conf location (ITS#5633)
admin24 dontusecopy control update (ITS#5718)
admin24 guide updates (ITS#5616)
admin24 guide updates (ITS#5616)
admin24 octetString fix (ITS#5670)
admin24 octetString fix (ITS#5670)
...
...
doc/guide/admin/overlays.sdf
View file @
53baebac
...
@@ -322,6 +322,20 @@ side, the actual error is returned to the client.
...
@@ -322,6 +322,20 @@ side, the actual error is returned to the client.
> chain-return-error TRUE
> chain-return-error TRUE
H3: Read-Back of Chained Modifications
Occasionally, applications want to read back the data that they just wrote.
If a modification requested to a shadow server was silently chained to its
producer, an immediate read could result in receiving data not yet sync'ed.
In those cases, clients should use the {{B:dontusecopy}} control to ensure
they are directed to the authoritative source for that piece of data.
This control usually causes a referral to the actual source of the data
to be returned. However, when the {{slapo-chain(5)}} overlay is used,
it intercepts the referral being returned in response to the
{{B:dontusecopy}} control, and tries to fetch the requested data.
H3: Further Information
H3: Further Information
{{:slapo-chain(5)}}
{{:slapo-chain(5)}}
...
...
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