slapo-pbind - proxy bind overlay to slapd
/etc/openldap/slapd.conf
SLAPO-PBIND(5oldap) SLAPO-PBIND(5oldap)
NAME
slapo-pbind - proxy bind overlay to slapd
SYNOPSIS
/etc/openldap/slapd.conf
DESCRIPTION
The pbind overlay to 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.
The pbind overlay uses a subset of the ldap backend's config direc-
tives. They are described in more detail in slapd-ldap(5).
Note: this overlay is built into the ldap backend; it is not a separate
module.
overlay pbind
This directive adds the proxy bind overlay to the current back-
end. The proxy bind overlay may be used with any backend, but
it is mainly intended for use with local storage backends.
uri <ldapurl>
LDAP server to use.
tls <TLS parameters>
Specify the use of TLS.
network-timeout <time>
Set the network timeout.
quarantine <quarantine parameters>
Turns on quarantine of URIs that returned LDAP_UNAVAILABLE.
FILES
/etc/openldap/slapd.conf
default slapd configuration file
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+-------------------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-------------------------------+
|Availability | service/network/ldap/openldap |
+---------------+-------------------------------+
|Stability | Pass-through uncommitted |
+---------------+-------------------------------+
SEE ALSO
slapd.conf(5), slapd-config(5), slapd-ldap(5), slapd(8).
AUTHOR
Howard Chu
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from ftp://ftp.openldap.org/pub/OpenLDAP/openl-
dap-release/openldap-2.4.59.tgz.
Further information about this software can be found on the open source
community website at http://www.openldap.org/.
OpenLDAP 2.4.59 2021/06/03 SLAPO-PBIND(5oldap)