From: Howard Chu Date: Thu, 4 Feb 2010 04:11:17 +0000 (+0000) Subject: Add minimal doc for pbind overlay. Note both chain and pbind are built in X-Git-Tag: MIGRATION_CVS2GIT~701 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=376cdb1e920206114dd77fb835d29bb1bcd0bd51;p=openldap Add minimal doc for pbind overlay. Note both chain and pbind are built in to back-ldap. --- diff --git a/doc/man/man5/slapo-chain.5 b/doc/man/man5/slapo-chain.5 index 0fda588d49..5fe0b7f0ab 100644 --- a/doc/man/man5/slapo-chain.5 +++ b/doc/man/man5/slapo-chain.5 @@ -42,6 +42,10 @@ in conjunction with this overlay. They are described in .BR slapd\-ldap (5), and they also need to be prefixed by .BR chain\- . + +Note: this overlay is built into the \fIldap\fP backend; it is not +a separate module. + .TP .B overlay chain This directive adds the chain overlay to the current backend. diff --git a/doc/man/man5/slapo-pbind.5 b/doc/man/man5/slapo-pbind.5 new file mode 100644 index 0000000000..b2f9608691 --- /dev/null +++ b/doc/man/man5/slapo-pbind.5 @@ -0,0 +1,61 @@ +.TH SLAPO-PBIND 5 "RELEASEDATE" "OpenLDAP LDVERSION" +.\" Copyright 2010 The OpenLDAP Foundation, All Rights Reserved. +.\" Copying restrictions apply. See the COPYRIGHT file. +.\" $OpenLDAP$ +.SH NAME +slapo\-pbind \- proxy bind overlay to slapd +.SH SYNOPSIS +ETCDIR/slapd.conf +.SH DESCRIPTION +The +.B pbind +overlay to +.BR slapd (8) +forwards Simple Binds on a local database to a remote +LDAP server instead of processing them locally. The remote +connection is managed using an instance of the ldap backend. + +.LP +The +.B pbind +overlay uses a subset of the \fIldap\fP backend's config directives. They +are described in more detail in +.BR slapd\-ldap (5). + +Note: this overlay is built into the \fIldap\fP backend; it is not a +separate module. + +.TP +.B overlay pbind +This directive adds the proxy bind overlay to the current backend. +The proxy bind overlay may be used with any backend, but it is mainly +intended for use with local storage backends. + +.TP +.B uri +LDAP server to use. + +.TP +.B tls +Specify the use of TLS. + +.TP +.B network\-timeout