This directory contains native-API slapd modules (overlays etc):
acl (plugins)
- Plugins that implement access rules. Currently only posixgroup,
+ Plugins that implement access rules. Currently only posixGroup,
which implements access control based on posixGroup membership.
addpartial (overlay)
Trace overlay invocation.
usn (overlay)
- Main usnCreated and usnChanged attrs similar to Microsoft AD.
+ Maintain usnCreated and usnChanged attrs similar to Microsoft AD.
$OpenLDAP$
H2: Overlays
-Intro and complete/expand correct names for below:
-
H3: acl
+
+Plugins that implement access rules. Currently only posixGroup,
+which implements access control based on posixGroup membership.
+
+
H3: addpartial
+
+Treat Add requests as Modify requests if the entry exists.
+
+
H3: allop
+
+Return operational attributes for root DSE even when not
+requested, since some clients expect this.
+
+
+H3: autogroup
+
+Automated updates of group memberships.
+
+
H3: comp_match
+
+Component Matching rules (RFC 3687).
+
+
H3: denyop
+
+Deny selected operations, returning {unwillingToPerform}.
+
+
H3: dsaschema
+
+Permit loading DSA-specific schema, including operational attrs.
+
+
H3: lastmod
+
+Track the time of the last write operation to a database.
+
+
+H3: nops
+
+Remove null operations, e.g. changing a value to same as before.
+
+
+H3: nssov
+
+Handle NSS lookup requests through a local Unix Domain socket.
+
+
H3: passwd
+
+Support additional password mechanisms.
+
+
H3: proxyOld
+
+Proxy Authorization compatibility with obsolete internet-draft.
+
+
H3: smbk5pwd
+
+Make the PasswordModify Extended Operation update Kerberos
+keys and Samba password hashes as well as {userPassword}.
+
+
H3: trace
+Trace overlay invocation.
+
+
+H3: usn
+
+Maintain {usnCreated} and {usnChanged} attrs similar to Microsoft AD.
+
H2: Tools