]> git.sur5r.net Git - openldap/blob - doc/guide/admin/appendix-contrib.sdf
Happy New Year!
[openldap] / doc / guide / admin / appendix-contrib.sdf
1 # $OpenLDAP$
2 # Copyright 2007-2016 The OpenLDAP Foundation, All Rights Reserved.
3 # COPYING RESTRICTIONS APPLY, see COPYRIGHT.
4
5 H1: OpenLDAP Software Contributions
6
7 The following sections attempt to summarize the various contributions in OpenLDAP
8 software, as found in {{F:openldap_src/contrib}}
9
10 H2: Client APIs
11
12 Intro and discuss
13
14 H3: ldapc++
15
16 Intro and discuss
17
18 H3: ldaptcl
19
20 Intro and discuss
21
22 H2: Overlays
23
24 H3: acl
25
26 Plugins that implement access rules.  Currently only posixGroup,
27 which implements access control based on posixGroup membership.
28
29
30 H3: addpartial
31
32 Treat Add requests as Modify requests if the entry exists.
33
34
35 H3: allop
36
37 Return operational attributes for root DSE even when not
38 requested, since some clients expect this.
39
40
41 H3: autogroup
42
43 Automated updates of group memberships.
44
45
46 H3: comp_match
47
48 Component Matching rules (RFC 3687).
49
50
51 H3: denyop
52
53 Deny selected operations, returning {{unwillingToPerform}}.
54
55
56 H3: dsaschema
57
58 Permit loading DSA-specific schema, including operational attrs.
59
60
61 H3: lastmod
62
63 Track the time of the last write operation to a database.
64
65
66 H3: nops
67
68 Remove null operations, e.g. changing a value to same as before.
69
70
71 H3: nssov
72
73 Handle NSS lookup requests through a local Unix Domain socket.
74
75
76 H3: passwd
77
78 Support additional password mechanisms.
79
80
81 H3: proxyOld
82
83 Proxy Authorization compatibility with obsolete internet-draft.
84
85
86 H3: smbk5pwd
87
88 Make the PasswordModify Extended Operation update Kerberos
89 keys and Samba password hashes as well as {{userPassword}}.
90
91
92 H3: trace
93
94 Trace overlay invocation.
95
96
97 H3: usn
98
99 Maintain {{usnCreated}} and {{usnChanged}} attrs similar to Microsoft AD.
100
101
102 H2: Tools
103
104 Intro and discuss
105
106 H3: Statistic Logging
107
108 statslog
109
110 H2: SLAPI Plugins
111
112 Intro and discuss
113
114 H3: addrdnvalues
115
116 More