From: Pierangelo Masarati Date: Sat, 20 Aug 2005 11:39:08 +0000 (+0000) Subject: reflect recent changes to code X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~648 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9205f4fdb282bdec3aa752bf836d97b52541fa44;p=openldap reflect recent changes to code --- diff --git a/doc/man/man5/slapo-retcode.5 b/doc/man/man5/slapo-retcode.5 index 13c006ad6f..deaf0192da 100644 --- a/doc/man/man5/slapo-retcode.5 +++ b/doc/man/man5/slapo-retcode.5 @@ -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 \fBerrAuxObject\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\fPor \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 errObjects. May result -in lots 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