• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-Oct-2021-

acl/H03-May-2022-1,072787

addpartial/H03-May-2022-470366

adremap/H03-May-2022-827681

allop/H03-May-2022-413293

allowed/H03-May-2022-638426

authzid/H03-May-2022-450316

autogroup/H03-May-2022-2,4931,871

cloak/H03-May-2022-497370

comp_match/H03-May-2022-12,25810,070

datamorph/H03-May-2022-5,4484,397

denyop/H03-May-2022-308209

dsaschema/H03-May-2022-441330

dupent/H03-May-2022-618416

kinit/H03-May-2022-380304

lastbind/H03-May-2022-499352

lastmod/H03-May-2022-1,197950

noopsrch/H03-May-2022-315214

nops/H03-May-2022-271184

nssov/H03-May-2022-6,6644,924

passwd/H03-May-2022-5,1373,692

ppm/H03-May-2022-2,0381,624

proxyOld/H03-May-2022-220131

rbac/H03-May-2022-6,1244,414

samba4/H03-May-2022-1,7211,256

smbk5pwd/H03-May-2022-1,4361,119

trace/H03-May-2022-304220

usn/H03-May-2022-423322

variant/H03-May-2022-5,0924,067

vc/H03-May-2022-501359

READMEH A D25-Oct-20211.7 KiB6544

README

1Copyright 2008-2021 The OpenLDAP Foundation. All rights reserved.
2
3Redistribution and use in source and binary forms, with or without
4modification, are permitted only as authorized by the OpenLDAP
5Public License.
6
7This directory contains native-API slapd modules (overlays etc):
8
9acl (plugins)
10	Plugins implementing access rules.  Currently one plugin
11	which implements access control based on posixGroup membership.
12
13addpartial (overlay)
14	Treat Add requests as Modify requests if the entry exists.
15
16allop (overlay)
17	Return operational attributes for root DSE even when not
18	requested, since some clients expect this.
19
20autogroup (overlay)
21	Automated updates of group memberships.
22
23cloak (overlay)
24	Hide specific attributes unless explicitly requested
25
26comp_match (plugin)
27	Component Matching rules (RFC 3687).
28
29denyop (overlay)
30	Deny selected operations, returning unwillingToPerform.
31
32dsaschema (plugin)
33	Permit loading DSA-specific schema, including operational attrs.
34
35lastbind (overlay)
36	Record the last successful authentication on an entry.
37
38lastmod (overlay)
39	Track the time of the last write operation to a database.
40
41nops (overlay)
42	Remove null operations, e.g. changing a value to same as before.
43
44nssov (listener overlay)
45	Handle NSS lookup requests through a local Unix Domain socket.
46
47passwd (plugins)
48	Support additional password mechanisms.
49	Currently Kerberos, Netscape MTA-MD5 and RADIUS.
50
51proxyOld (plugin)
52	Proxy Authorization compatibility with obsolete internet-draft.
53
54smbk5pwd (overlay)
55	Make the PasswordModify Extended Operation update Kerberos
56	keys and Samba password hashes as well as userPassword.
57
58trace (overlay)
59	Trace overlay invocation.
60
61usn (overlay)
62	Maintain usnCreated and usnChanged attrs similar to Microsoft AD.
63
64$OpenLDAP$
65