]> git.sur5r.net Git - openldap/commitdiff
More sock overlay stuff
authorHoward Chu <hyc@openldap.org>
Thu, 3 Feb 2011 21:25:42 +0000 (21:25 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 3 Feb 2011 21:25:42 +0000 (21:25 +0000)
doc/man/man5/slapd-sock.5
doc/man/man5/slapd-sock.5.links [new file with mode: 0644]

index afa281a9848987c928422c66e34683736314f425..981a2a43be3c84e539db09b5c00a661c97bde300 100644 (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
diff --git a/doc/man/man5/slapd-sock.5.links b/doc/man/man5/slapd-sock.5.links
new file mode 100644 (file)
index 0000000..b5f4e45
--- /dev/null
@@ -0,0 +1 @@
+slapo-sock.5