Lines Matching refs:backend
13 name of the module for a backend is usually of the form:
15 > back_<backend name>.la
17 So for example, if you need to load the {{mdb}} backend, you would configure
26 The LDAP backend to {{slapd}}(8) is not an actual database; instead it acts
64 related to the instances of the ldap backend that may be implicitly instantiated
69 You may have also seen the {{slapd-ldap(5)}} backend used and described in the
72 It should therefore be obvious that the {{slapd-ldap(5)}} backend is extremely
76 backend is seen by use of a {{uri list}}:
100 The LDIF backend to {{slapd}}(8) is a basic storage backend that stores
103 easy to use backend.
106 storage, the configuration data is stored using this backend. See {{slapd-config}}(5)
111 Like many other backends, the LDIF backend can be instantiated with very few
170 The {{mdb}} backend to {{slapd}}(8) is the recommended primary backend for a
182 The {{mdb}} backend can be instantiated with very few configuration lines:
194 backend requires a maximum size to be set. This should be the largest that
207 The meta backend to {{slapd}}(8) performs basic LDAP proxying with respect
212 A basic knowledge of the functionality of the {{slapd-ldap}}(5) backend is
213 recommended. This backend has been designed as an enhancement of the ldap
214 backend. The two backends share many features (actually they also share portions
215 of code). While the ldap backend is intended to proxy operations directed
216 to a single server, the meta backend is mainly intended for proxying of
236 The monitor backend to {{slapd}}(8) is not an actual database; if enabled,
241 requesting that attributes "+" and "*" are returned. The monitor backend produces
255 needed to instantiate a monitor backend:
300 available via this backend.
311 The Null backend to {{slapd}}(8) is surely the most useful part of slapd:
332 {{"Allow binds as any DN in this backend's suffix, with any password. The default is "off"."}}
334 To test this backend with {{ldapsearch}}:
361 The PASSWD backend to {{slapd}}(8) serves up the user account information
364 This backend is provided for demonstration purposes only. The DN of each entry
411 The Perl backend to {{slapd}}(8) works by embedding a {{perl}}(1) interpreter
414 a new Perl object that handles all the requests for that particular instance of the backend.
429 The primary purpose of this {{slapd}}(8) backend is to map a naming context
434 This backend and the above mentioned overlay are experimental.
449 The primary purpose of this {{slapd}}(8) backend is to PRESENT information
459 It is {{B:NOT}} designed as a general-purpose backend that uses RDBMS instead of
460 LMDB (as the standard back-mdb backend does), though it can be used as such with
468 The SQL backend is designed to be tunable to virtually any relational schema without
474 This backend is experimental and deprecated.
478 This backend has to be one of the most abused and complex backends there is.
532 > Testing SQL backend read operations...
552 Note: This backend is experimental and deprecated.