1.lf 1 stdin
2.TH SLAPO-PBIND 5 "2020/04/28" "OpenLDAP 2.4.50"
3.\" Copyright 2010-2020 The OpenLDAP Foundation, All Rights Reserved.
4.\" Copying restrictions apply.  See the COPYRIGHT file.
5.\" $OpenLDAP$
6.SH NAME
7slapo\-pbind \- proxy bind overlay to slapd
8.SH SYNOPSIS
9/etc/openldap/slapd.conf
10.SH DESCRIPTION
11The
12.B pbind
13overlay to
14.BR slapd (8)
15forwards Simple Binds on a local database to a remote
16LDAP server instead of processing them locally. The remote
17connection is managed using an instance of the ldap backend.
18
19.LP 
20The
21.B pbind
22overlay uses a subset of the \fIldap\fP backend's config directives. They
23are described in more detail in
24.BR slapd\-ldap (5).
25
26Note: this overlay is built into the \fIldap\fP backend; it is not a
27separate module.
28
29.TP
30.B overlay pbind
31This directive adds the proxy bind overlay to the current backend.
32The proxy bind overlay may be used with any backend, but it is mainly 
33intended for use with local storage backends.
34
35.TP
36.B uri <ldapurl>
37LDAP server to use.
38
39.TP
40.B tls <TLS parameters>
41Specify the use of TLS.
42
43.TP
44.B network\-timeout <time>
45Set the network timeout.
46
47.TP
48.B quarantine <quarantine parameters>
49Turns on quarantine of URIs that returned
50.IR LDAP_UNAVAILABLE .
51
52.SH FILES
53.TP
54/etc/openldap/slapd.conf
55default slapd configuration file
56.SH SEE ALSO
57.BR slapd.conf (5),
58.BR slapd\-config (5),
59.BR slapd\-ldap (5),
60.BR slapd (8).
61.SH AUTHOR
62Howard Chu
63