Вы находитесь на странице: 1из 2

Name

slapd.backends - backends for slapd, the stand-alone LDAP daemon


Description
The slapd(8) daemon can use a variety of different backends for serving LDAP req
uests. Backends may be compiled statically into slapd, or when module support is
enabled, they may be dynamically loaded. Multiple instances of a backend can be
configured, to serve separate databases from the same slapd server.
Configuration options for each backend are documented separately in the correspo
nding slapd-<backend>(5) manual pages.
bdb
This is the recommended primary backend for a normal slapd database. It takes ca
re to configure it properly. It uses the transactional database interface of the
Oracle Berkeley DB (BDB) package to store data.
config
This backend is used to manage the configuration of slapd at run-time. Unlike ot
her backends, only a single instance of the config backend may be defined. It al
so instantiates itself automatically, so it is always present even if not explic
itly defined in the slapd.conf(5) file.
dnssrv
This backend is experimental. It serves up referrals based upon SRV resource rec
ords held in the Domain Name System.
hdb
This is a variant of the bdb backend that uses a hierarchical database layout. T
his layout stores entry DNs more efficiently than the bdb backend, using less sp
ace and requiring less work to create, delete, and rename entries. It is also on
e of the few backends to support subtree renames.
ldap
This backend acts as a proxy to forward incoming requests to another LDAP server
.
ldif
This database uses the filesystem to build the tree structure of the database, u
sing plain ascii files to store data. Its usage should be limited to very simple
databases, where performance is not a requirement. This backend also supports s
ubtree renames.
meta
This backend performs basic LDAP proxying with respect to a set of remote LDAP s
ervers. It is an enhancement of the ldap backend.
monitor
This backend provides information about the running status of the slapd daem
on. Only a single instance of the monitor backend may be defined.
ndb
This backend is experimental. It uses the transactional database interface of th

e MySQL Cluster Engine (NDB) to store data.


null
Operations in this backend succeed but do nothing.
passwd
This backend is provided for demonstration purposes only. It serves up user acco
unt information from the system passwd(5) file.
perl
This backend embeds a perl(1) interpreter into slapd. It runs Perl subroutines t
o implement LDAP operations.
relay
This backend is experimental. It redirects LDAP operations to another database i
n the same server, based on the naming context of the request. Its use requires
the rwm overlay (see slapo-rwm(5) for details) to rewrite the naming context of
the request. It is primarily intended to implement virtual views on databases th
at actually store data.
shell
This backend executes external programs to implement LDAP operations. It is prim
arily intended to be used in prototypes.
sql
This backend is experimental. It services LDAP requests from an SQL database.
Files
/etc/openldap/slapd.conf
default slapd configuration file
/etc/openldap/slapd.d
default slapd configuration directory

Вам также может понравиться