1 .TH SLAPO-ALLOP 5 "RELEASEDATE" "OpenLDAP LDVERSION"
2 .\" Copyright 2005-2010 The OpenLDAP Foundation All Rights Reserved.
3 .\" Copying restrictions apply. See COPYRIGHT/LICENSE.
6 slapo-allop \- All Operational Attributes overlay
10 The All Operational Attributes overlay is designed to allow slapd to
11 interoperate with dumb clients that expect all attributes, including
12 operational ones, to be returned when "*" or an empty attribute list
13 is requested, as opposed to RFC2251 and RFC3673.
17 options apply to the All Operational overlay.
18 They should appear after the
20 directive and before any subsequent
24 .B allop-URI <ldapURI>
25 Specify the base and the scope of search operations that trigger the overlay.
26 By default, it is "ldap:///??base", i.e. it only applies to the rootDSE.
27 This requires the overlay to be instantited as global.
31 default behavior: only affects requests to the rootDSE
41 allop-URI "ldap:///??sub"
44 affects only requests directed to the suffix of a database
48 suffix "dc=example,dc=com"
49 # database specific directives ...
51 allop-URI "ldap:///dc=example,dc=com??base"
57 default slapd configuration file
63 This module was written in 2005 by Pierangelo Masarati for SysNet s.n.c.