openldap/contrib/slapd-modules
2009-04-20 10:24:42 +00:00
..
acl Update copyright notices 2009-01-22 00:40:04 +00:00
addpartial improvements by David Hawes (ITS#5756) 2008-11-19 10:17:27 +00:00
allop Update copyright notices 2009-01-22 00:40:04 +00:00
autogroup libtoolize autogroup 2009-02-07 22:10:24 +00:00
cloak free self in case anything goes wrong 2009-03-14 16:41:58 +00:00
comp_match Update copyright notices 2009-01-22 00:40:04 +00:00
denyop Update copyright notices 2009-01-22 00:40:04 +00:00
dsaschema Update copyright notices 2009-01-22 00:40:04 +00:00
lastmod Update copyright notices 2009-01-22 00:40:04 +00:00
nops If the change set becomes empty, prevent other overlays from executing and 2009-03-16 22:05:47 +00:00
nssov More for prev commit 2009-04-20 10:24:42 +00:00
passwd ITS#5660 SHA2 password hashes 2009-01-26 04:08:34 +00:00
proxyOld Support for obsolete proxy authorization control 2006-03-30 08:22:39 +00:00
smbk5pwd libtoolize autogroup 2009-02-07 22:10:24 +00:00
trace Update copyright notices 2009-01-22 00:40:04 +00:00
usn Update copyright notices 2009-01-22 00:40:04 +00:00
README Update copyright notices 2009-01-22 00:40:04 +00:00

Copyright 2008-2009 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 implementing access rules.  Currently one plugin
	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.

cloak (overlay)
	Hide specific attributes unless explicitely requested

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.
	Currently Kerberos, Netscape MTA-MD5 and RADIUS.

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)
	Maintain usnCreated and usnChanged attrs similar to Microsoft AD.

$OpenLDAP$