Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
9205f4fd
Commit
9205f4fd
authored
19 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
reflect recent changes to code
parent
fdfcf040
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man5/slapo-retcode.5
+16
-7
16 additions, 7 deletions
doc/man/man5/slapo-retcode.5
with
16 additions
and
7 deletions
doc/man/man5/slapo-retcode.5
+
16
−
7
View file @
9205f4fd
...
...
@@ -28,13 +28,13 @@ Well-known response codes from standard track documents are provided
in \fBretcode.conf\fP, which can be included after instantiating
the overlay.
.LP
In the second case, objects of
the
\fBerrObject\fP class,
when returned
as intermediate responses of a search request, are changed into
In the second case, objects of
\fBerrObject\fP or
\fBerr
Aux
Object\fP class,
when returned
as intermediate responses of a search request, are changed into
the response dictated by their content.
.LP
A third mode causes objects to be looked up from the underlying database
to discover if their class is \fBerrObject\fP
; in that case, their content
is used to compute the corresponding response.
to discover if their class is \fBerrObject\fP
or \fBerrAuxObject\fP;
in that case, their content
is used to compute the corresponding response.
.LP
The behavior is disabled by using the \fBmanageDSAit\fP control (RFC 3296);
in that case, the resulting object, either present in the directory
...
...
@@ -68,8 +68,8 @@ response code.
.RE
.TP
.B retcode\-indir
Enables exploitation of in-directory stored errObject
s. May result
in lot
s
of unnecessary overhead.
Enables exploitation of in-directory stored errObject
/errAuxObject.
May result
in
a
lot of unnecessary overhead.
.SH SCHEMA
The following schema items are created and used by the overlay:
...
...
@@ -116,7 +116,7 @@ The sleep time before the response is actually returned to the client:
SINGLE-VALUE )
.RE
.LP
The
objectclass
:
The
standalone structural objectclass for specifically created data
:
.RS 4
( 1.3.6.1.4.1.4203.666.11.4.3.1
NAME ( 'errObject' )
...
...
@@ -124,6 +124,15 @@ The objectclass:
MUST ( errCode )
MAY ( cn $ description $ errOp $ errText $ errSleepTime ) )
.RE
.LP
The auxiliary objectclass to alter the behavior of existing objects:
.RS 4
( 1.3.6.1.4.1.4203.666.11.4.3.2
NAME ( 'errAuxObject' )
SUP top AUXILIARY
MUST ( errCode )
MAY ( cn $ description $ errOp $ errText $ errSleepTime ) )
.RE
.SH EXAMPLE
.LP
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment