1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
# $OpenLDAP$
# Copyright 2007-2024 The OpenLDAP Foundation, All Rights Reserved.
# COPYING RESTRICTIONS APPLY, see COPYRIGHT.
H1: OpenLDAP Software Contributions
The following sections attempt to summarize the various contributions in OpenLDAP
software, as found in {{F:openldap_src/contrib}}
H2: Client APIs
Intro and discuss
H3: ldapc++
Intro and discuss
H3: ldaptcl
Intro and discuss
H2: Overlays
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
Intro and discuss
H3: Statistic Logging
statslog
H2: SLAPI Plugins
Intro and discuss
H3: addrdnvalues
More
|