openldap/contrib/slapd-modules
2009-12-11 11:05:12 +00:00
..
acl Update contrib notices to reflect that they are distributed as part of 2009-08-16 22:55:23 +00:00
addpartial Revert prev commit, wrong branch 2009-12-11 11:05:12 +00:00
allop Update contrib notices to reflect that they are distributed as part of 2009-08-16 22:55:23 +00:00
allowed ITS#4730 add makefile 2009-08-26 01:24:38 +00:00
autogroup ITS#6284 Provide default path for $(LIBTOOL) 2009-09-29 03:15:39 +00:00
cloak Update contrib notices to reflect that they are distributed as part of 2009-08-16 22:55:23 +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 contrib notices to reflect that they are distributed as part of 2009-08-16 22:55:23 +00:00
lastmod Revert prev commit, wrong branch 2009-12-11 11:05:12 +00:00
nops Update contrib notices to reflect that they are distributed as part of 2009-08-16 22:55:23 +00:00
nssov Move loginStatus to ldapns.schema 2009-10-03 21:37:55 +00:00
passwd Cleanup 2009-08-18 00:49:15 +00:00
proxyOld Update contrib notices to reflect that they are distributed as part of 2009-08-16 22:55:23 +00:00
smbk5pwd ITS#6323 libtool rpath 2009-10-02 23:12:05 +00:00
trace Update copyright notices 2009-01-22 00:40:04 +00:00
usn Update contrib notices to reflect that they are distributed as part of 2009-08-16 22:55:23 +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$