2011-01-05 08:42:37 +08:00
|
|
|
Copyright 2008-2011 The OpenLDAP Foundation. All rights reserved.
|
2008-06-15 02:18:08 +08:00
|
|
|
|
|
|
|
Redistribution and use in source and binary forms, with or without
|
|
|
|
modification, are permitted only as authorized by the OpenLDAP
|
|
|
|
Public License.
|
|
|
|
|
|
|
|
This directory contains native-API slapd modules (overlays etc):
|
|
|
|
|
|
|
|
acl (plugins)
|
2008-06-16 20:57:26 +08:00
|
|
|
Plugins implementing access rules. Currently one plugin
|
2008-06-15 02:18:08 +08:00
|
|
|
which implements access control based on posixGroup membership.
|
|
|
|
|
|
|
|
addpartial (overlay)
|
|
|
|
Treat Add requests as Modify requests if the entry exists.
|
|
|
|
|
|
|
|
allop (overlay)
|
|
|
|
Return operational attributes for root DSE even when not
|
|
|
|
requested, since some clients expect this.
|
|
|
|
|
|
|
|
autogroup (overlay)
|
|
|
|
Automated updates of group memberships.
|
|
|
|
|
2009-01-09 13:26:28 +08:00
|
|
|
cloak (overlay)
|
|
|
|
Hide specific attributes unless explicitely requested
|
|
|
|
|
2008-06-15 02:18:08 +08:00
|
|
|
comp_match (plugin)
|
|
|
|
Component Matching rules (RFC 3687).
|
|
|
|
|
|
|
|
denyop (overlay)
|
|
|
|
Deny selected operations, returning unwillingToPerform.
|
|
|
|
|
|
|
|
dsaschema (plugin)
|
|
|
|
Permit loading DSA-specific schema, including operational attrs.
|
|
|
|
|
2011-02-05 08:59:18 +08:00
|
|
|
lastbind (overlay)
|
|
|
|
Record the last successful authentication on an entry.
|
|
|
|
|
2008-06-15 02:18:08 +08:00
|
|
|
lastmod (overlay)
|
|
|
|
Track the time of the last write operation to a database.
|
|
|
|
|
|
|
|
nops (overlay)
|
|
|
|
Remove null operations, e.g. changing a value to same as before.
|
|
|
|
|
|
|
|
nssov (listener overlay)
|
|
|
|
Handle NSS lookup requests through a local Unix Domain socket.
|
|
|
|
|
|
|
|
passwd (plugins)
|
|
|
|
Support additional password mechanisms.
|
2008-06-16 20:57:26 +08:00
|
|
|
Currently Kerberos, Netscape MTA-MD5 and RADIUS.
|
2008-06-15 02:18:08 +08:00
|
|
|
|
|
|
|
proxyOld (plugin)
|
|
|
|
Proxy Authorization compatibility with obsolete internet-draft.
|
|
|
|
|
|
|
|
smbk5pwd (overlay)
|
|
|
|
Make the PasswordModify Extended Operation update Kerberos
|
|
|
|
keys and Samba password hashes as well as userPassword.
|
|
|
|
|
|
|
|
trace (overlay)
|
|
|
|
Trace overlay invocation.
|
|
|
|
|
|
|
|
usn (overlay)
|
2008-06-16 19:20:25 +08:00
|
|
|
Maintain usnCreated and usnChanged attrs similar to Microsoft AD.
|
2008-06-15 02:18:08 +08:00
|
|
|
|
|
|
|
$OpenLDAP$
|