]> git.sur5r.net Git - openldap/commitdiff
Initial revision
authorHallvard Furuseth <hallvard@openldap.org>
Sat, 14 Jun 2008 18:18:08 +0000 (18:18 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sat, 14 Jun 2008 18:18:08 +0000 (18:18 +0000)
contrib/slapd-modules/README [new file with mode: 0644]

diff --git a/contrib/slapd-modules/README b/contrib/slapd-modules/README
new file mode 100644 (file)
index 0000000..e714240
--- /dev/null
@@ -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$