openldap/contrib/slapd-modules
2020-07-03 17:23:14 -07:00
..
acl ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
addpartial ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
adremap ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
allop ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
allowed ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
authzid ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
autogroup ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
cloak ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
comp_match ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
denyop ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
dsaschema ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
dupent ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
kinit ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
lastbind ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
lastmod ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
noopsrch ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
nops ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
nssov ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
passwd ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
proxyOld ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
samba4 ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
smbk5pwd ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
trace ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
usn ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
vc ITS#9235 Merge libldap_r into libldap 2020-07-03 17:23:14 -07:00
README Happy New Year! 2020-01-09 16:50:21 +00:00

Copyright 2008-2020 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 explicitly 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$