1SLAPD-DNSSRV(5) File Formats Manual SLAPD-DNSSRV(5)
2
3
4
6 slapd-dnssrv - DNS SRV referral backend to slapd
7
9 /etc/openldap/slapd.conf
10
12 The DNSSRV backend to slapd(8) serves up referrals based upon SRV
13 resource records held in the Domain Name System.
14
15 This backend is experimental.
16
18 The DNSSRV backend has no backend nor database specific options. It is
19 configured simply by "database dnssrv" followed a suffix directive,
20 e.g. suffix "".
21
23 The dnssrv backend does not honor all ACL semantics as described in
24 slapd.access(5). In fact, this backend only implements the search
25 operation when the manageDSAit control (RFC 3296) is used, otherwise
26 for every operation a referral, whenever appropriate, or an error is
27 returned. Currently, there is no means to condition the returning of
28 the referral by means of ACLs; no access control is implemented, except
29 for read (=r) access to the returned entries, which is actually pro‐
30 vided by the frontend. Note, however, that the information returned by
31 this backend is collected through the DNS, so it is public by defini‐
32 tion.
33
35 /etc/openldap/slapd.conf
36 default slapd configuration file
37
39 "OpenLDAP Root Service - An experimental LDAP referral service" [RFC
40 3088],
41 "OpenLDAP LDAP Root Service" <http://www.openldap.org/faq/?file=393)>,
42 slapd.conf(5), slapd(8)
43
44
45
46OpenLDAP 2.4.23 2010/06/30 SLAPD-DNSSRV(5)