2 # Copyright 2007-2012 The OpenLDAP Foundation, All Rights Reserved.
3 # COPYING RESTRICTIONS APPLY, see COPYRIGHT.
5 H1: OpenLDAP Software Contributions
7 The following sections attempt to summarize the various contributions in OpenLDAP
8 software, as found in {{F:openldap_src/contrib}}
26 Plugins that implement access rules. Currently only posixGroup,
27 which implements access control based on posixGroup membership.
32 Treat Add requests as Modify requests if the entry exists.
37 Return operational attributes for root DSE even when not
38 requested, since some clients expect this.
43 Automated updates of group memberships.
48 Component Matching rules (RFC 3687).
53 Deny selected operations, returning {{unwillingToPerform}}.
58 Permit loading DSA-specific schema, including operational attrs.
63 Track the time of the last write operation to a database.
68 Remove null operations, e.g. changing a value to same as before.
73 Handle NSS lookup requests through a local Unix Domain socket.
78 Support additional password mechanisms.
83 Proxy Authorization compatibility with obsolete internet-draft.
88 Make the PasswordModify Extended Operation update Kerberos
89 keys and Samba password hashes as well as {{userPassword}}.
94 Trace overlay invocation.
99 Maintain {{usnCreated}} and {{usnChanged}} attrs similar to Microsoft AD.
106 H3: Statistic Logging