From b9ad78f71e61564b149f4d6cc18e277ddf06f55a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 20 Dec 2005 20:09:30 +0000 Subject: [PATCH] doc updates --- doc/man/man5/slapd-ldap.5 | 23 ++--- doc/man/man5/slapd-meta.5 | 174 ++++++++++++++++++++++-------------- doc/man/man5/slapo-chain.5 | 5 +- doc/man/man5/slapo-pcache.5 | 5 ++ 4 files changed, 128 insertions(+), 79 deletions(-) diff --git a/doc/man/man5/slapd-ldap.5 b/doc/man/man5/slapd-ldap.5 index b683085b0b..3f62d0c37e 100644 --- a/doc/man/man5/slapd-ldap.5 +++ b/doc/man/man5/slapd-ldap.5 @@ -93,21 +93,19 @@ internally used by the proxy to collect info related to access control. The identity defined by this directive, according to the properties associated to the authentication method, is supposed to have read access on the target server to attributes used on the proxy for ACL checking. -The -.B secprops -field is currently ignored. There is no risk of giving away such values; they are only used to check permissions. The default is to use -.BR simple , -with empty binddn and credentials, +.BR simple +bind, with empty \fIbinddn\fP and \fIcredentials\fP, which means that the related operations will be performed anonymously. .B This identity is by no means implicitly used by the proxy .B when the client connects anonymously. -See the +The .B idassert-bind -feature instead. +feature, instead, in some cases can be crafted to implement that behavior, +which is \fIintrinsically unsafe and should be used with extreme care\fP. This directive obsoletes .BR acl-authcDN , and @@ -304,12 +302,12 @@ underlying libldap, with rebinding eventually performed if the .TP .B tls {[try-]start|[try-]propagate} -execute the start TLS extended operation when the connection is initialized; +execute the StartTLS extended operation when the connection is initialized; only works if the URI directive protocol scheme is not \fBldaps://\fP. -\fBpropagate\fP issues the Start TLS exop only if the original +\fBpropagate\fP issues the StartTLS operation only if the original connection did. The \fBtry-\fP prefix instructs the proxy to continue operations -if start TLS failed; its use is highly deprecated. +if the StartTLS operation failed; its use is highly deprecated. .TP .B t-f-support {NO|yes|discover} @@ -334,6 +332,11 @@ Note: if the timelimit is exceeded, the operation is abandoned; the protocol does not provide any means to rollback the operation, so the client will not know if the operation eventually succeeded or not. +.TP +.B idle-timeout