More sock overlay stuff

This commit is contained in:
Howard Chu 2011-02-03 21:25:42 +00:00
parent d678a83720
commit a4b92443b9
2 changed files with 17 additions and 0 deletions

View File

@ -162,6 +162,22 @@ where only RESULT is mandatory, and then close the socket.
The \fBsearch\fP RESULT should be preceded by the entries in LDIF
format, each entry followed by a blank line.
Lines starting with `#' or `DEBUG:' are ignored.
When used as an overlay, the result from an operation is also sent,
so the external program can see if the operation succeeded or not.
This message is similar to the RESULT message above, but
will also include any configured extensions:
.RS
.nf
RESULT
msgid: <message id>
code: <integer>
matched: <matched DN>
info: <text>
.fi
.RE
Typically both the msgid and the connid will be needed to match
a result message to a request.
.SH ACCESS CONTROL
The
.B sock

View File

@ -0,0 +1 @@
slapo-sock.5