]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/README
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap
[openldap] / contrib / slapd-modules / README
index e7142400863f1f87e0b60d7b48ba38adf6e65457..bfc41deba4d95f98eafa7b2c6a85277e9f4ba812 100644 (file)
@@ -1,4 +1,4 @@
-Copyright 2008 The OpenLDAP Foundation. All rights reserved.
+Copyright 2008-2011 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
@@ -7,7 +7,7 @@ Public License.
 This directory contains native-API slapd modules (overlays etc):
 
 acl (plugins)
-       Plugins that implement access rules.  Currently only posixgroup,
+       Plugins implementing access rules.  Currently one plugin
        which implements access control based on posixGroup membership.
 
 addpartial (overlay)
@@ -20,6 +20,9 @@ allop (overlay)
 autogroup (overlay)
        Automated updates of group memberships.
 
+cloak (overlay)
+       Hide specific attributes unless explicitely requested
+
 comp_match (plugin)
        Component Matching rules (RFC 3687).
 
@@ -29,6 +32,9 @@ denyop (overlay)
 dsaschema (plugin)
        Permit loading DSA-specific schema, including operational attrs.
 
+lastbind (overlay)
+       Record the last successful authentication on an entry.
+
 lastmod (overlay)
        Track the time of the last write operation to a database.
 
@@ -40,6 +46,7 @@ nssov (listener overlay)
 
 passwd (plugins)
        Support additional password mechanisms.
+       Currently Kerberos, Netscape MTA-MD5 and RADIUS.
 
 proxyOld (plugin)
        Proxy Authorization compatibility with obsolete internet-draft.
@@ -52,6 +59,6 @@ trace (overlay)
        Trace overlay invocation.
 
 usn (overlay)
-       Main usnCreated and usnChanged attrs similar to Microsoft AD.
+       Maintain usnCreated and usnChanged attrs similar to Microsoft AD.
 
 $OpenLDAP$