openldap/contrib/slapd-modules
2011-01-03 19:40:22 +00:00
..
acl happy belated New Year 2010-04-13 22:17:29 +00:00
addpartial ITS#6758 Avoid SlapReply reuse, simple cases. 2010-12-31 10:46:22 +00:00
allop happy belated New Year 2010-04-13 22:17:29 +00:00
allowed happy belated New Year 2010-04-13 22:17:29 +00:00
autogroup ITS#6758 Avoid SlapReply reuse, simple cases. 2010-12-31 10:46:22 +00:00
cloak ITS#6758 Use rs_*() to manage SlapReply entries. 2010-12-31 17:55:36 +00:00
comp_match happy belated New Year 2010-04-13 22:17:29 +00:00
denyop happy belated New Year 2010-04-13 22:17:29 +00:00
dsaschema happy belated New Year 2010-04-13 22:17:29 +00:00
dupent fix previous commit 2010-09-05 22:02:24 +00:00
kinit plugin for retrieving and updating KRB5 TGT 2010-10-22 14:31:56 +00:00
lastmod happy belated New Year 2010-04-13 22:17:29 +00:00
noopsrch register/unregister control based on overlay instantiation (indirectly related to ITS#6647) 2010-09-14 18:50:45 +00:00
nops happy belated New Year 2010-04-13 22:17:29 +00:00
nssov ITS#6758 Avoid SlapReply reuse. 2010-12-31 13:08:11 +00:00
passwd happy belated New Year 2010-04-13 22:17:29 +00:00
proxyOld happy belated New Year 2010-04-13 22:17:29 +00:00
samba4 (almost) ready for add-if-not-present 2010-05-26 06:31:49 +00:00
smbk5pwd happy belated New Year 2010-04-13 22:17:29 +00:00
trace happy belated New Year 2010-04-13 22:17:29 +00:00
usn ITS#6758 Use rs_*() to manage SlapReply entries. 2010-12-31 17:55:36 +00:00
vc sync with client-side 2011-01-03 19:40:22 +00:00
README happy belated New Year 2010-04-13 22:17:29 +00:00

Copyright 2008-2010 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$