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