mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-01 03:19:27 -05:00
Initial revision
This commit is contained in:
parent
7e3c9a07e9
commit
64f2ea996f
1 changed files with 57 additions and 0 deletions
57
contrib/slapd-modules/README
Normal file
57
contrib/slapd-modules/README
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
Copyright 2008 The OpenLDAP Foundation. All rights reserved.
|
||||
|
||||
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)
|
||||
Plugins that implement access rules. Currently only posixgroup,
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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)
|
||||
Main usnCreated and usnChanged attrs similar to Microsoft AD.
|
||||
|
||||
$OpenLDAP$
|
||||
Loading…
Reference in a new issue