openldap/contrib/slapd-modules
2008-11-10 15:45:01 +00:00
..
acl Happy New Year (belated) 2008-01-08 00:19:56 +00:00
addpartial remove references to OpenLDAP 2.4.6 2008-09-04 02:15:21 +00:00
allop Happy New Year (belated) 2008-01-08 00:19:56 +00:00
autogroup more about ITS#5732 2008-11-01 14:30:14 +00:00
comp_match Happy New Year (belated) 2008-01-08 00:19:56 +00:00
denyop Happy New Year (belated) 2008-01-08 00:19:56 +00:00
dsaschema Happy New Year (belated) 2008-01-08 00:19:56 +00:00
lastmod Happy New Year (belated) 2008-01-08 00:19:56 +00:00
nops Here is slapo-nops, used to remove idempotent operations (i.e.: replacing 2008-05-19 22:44:08 +00:00
nssov corrected filter and search limits in uid2dn function (ITS#5802) 2008-11-10 15:45:01 +00:00
passwd Happy New Year (belated) 2008-01-08 00:19:56 +00:00
proxyOld Support for obsolete proxy authorization control 2006-03-30 08:22:39 +00:00
smbk5pwd ITS#5766 honor principal expiration 2008-10-30 15:56:48 +00:00
trace Happy New Year (belated) 2008-01-08 00:19:56 +00:00
usn Happy New Year (belated) 2008-01-08 00:19:56 +00:00
README nitpicks 2008-06-16 12:57:26 +00:00

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 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.

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$