openldap/contrib/slapd-modules
2011-06-30 21:55:28 +02:00
..
acl Add GSS naming extensions ACL plugin 2011-05-09 13:55:40 +02:00
addpartial Happy New Year 2011-01-05 00:42:37 +00:00
allop Happy New Year 2011-01-05 00:42:37 +00:00
allowed Happy New Year 2011-01-05 00:42:37 +00:00
authzid remove cruft (ITS#6784) 2011-01-12 14:23:24 +00:00
autogroup ITS#6932: Clean up strange asserts & nearby code. 2011-05-05 15:55:29 +02:00
cloak ITS#6877 add LIBTOOL definition 2011-03-24 17:00:38 +00:00
comp_match Happy New Year 2011-01-05 00:42:37 +00:00
denyop Happy New Year 2011-01-05 00:42:37 +00:00
dsaschema Happy New Year 2011-01-05 00:42:37 +00:00
dupent cleanup: Rename rs_ensure_entry_modifiable(). 2011-01-28 16:33:55 +00:00
kinit Happy New Year 2011-01-05 00:42:37 +00:00
lastbind authTimestamp should be manageable (ITS#6873) 2011-06-30 21:55:28 +02:00
lastmod Happy New Year 2011-01-05 00:42:37 +00:00
noopsrch Happy New Year 2011-01-05 00:42:37 +00:00
nops Happy New Year 2011-01-05 00:42:37 +00:00
nssov ITS#6934 fix typo 2011-06-09 00:21:47 -07:00
passwd Add CVS ID 2011-02-07 01:14:04 +00:00
proxyOld Happy New Year 2011-01-05 00:42:37 +00:00
samba4 Happy New Year 2011-01-05 00:42:37 +00:00
smbk5pwd ITS#6955 smbk5pwd: Support shadowLastChange 2011-06-09 01:07:40 -07:00
trace Happy New Year 2011-01-05 00:42:37 +00:00
usn cleanup: Rename rs_ensure_entry_modifiable(). 2011-01-28 16:33:55 +00:00
vc vc: Fix last commit (checked for impossible error) 2011-01-17 13:59:51 +00:00
README ITS#6238 note lastbind 2011-02-05 00:59:18 +00:00

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

lastbind (overlay)
	Record the last successful authentication on an entry.

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$