1SLAPO-ALLOP(5) File Formats Manual SLAPO-ALLOP(5)
2
3
4
6 slapo-allop - All Operational Attributes overlay
7
9 /etc/openldap/slapd.conf
10
12 The All Operational Attributes overlay is designed to allow slapd to
13 interoperate with dumb clients that expect all attributes, including
14 operational ones, to be returned when "*" or an empty attribute list is
15 requested, as opposed to RFC2251 and RFC3673.
16
18 These slapd.conf options apply to the All Operational overlay. They
19 should appear after the overlay directive and before any subsequent
20 database directive.
21
22 allop-URI <ldapURI>
23 Specify the base and the scope of search operations that trigger
24 the overlay. By default, it is "ldap:///??base", i.e. it only
25 applies to the rootDSE. This requires the overlay to be instanā
26 tiated as global.
27
28
30 default behavior: only affects requests to the rootDSE
31 # global
32 overlay allop
33
34 affects all requests
35 # global
36 overlay allop
37 allop-URI "ldap:///??sub"
38
39 affects only requests directed to the suffix of a database
40 # per database
41 database mdb
42 suffix "dc=example,dc=com"
43 # database specific directives ...
44 overlay allop
45 allop-URI "ldap:///dc=example,dc=com??base"
46
47
49 /etc/openldap/slapd.conf
50 default slapd configuration file
51
53 slapd.conf(5).
54
55
57 This module was written in 2005 by Pierangelo Masarati for SysNet
58 s.n.c.
59
60
61
62OpenLDAP 2.6.2 2022/05/04 SLAPO-ALLOP(5)