openldap/contrib/slapd-modules
2017-09-06 21:29:24 +01:00
..
acl Happy New Year! 2017-01-03 12:36:47 -08:00
addpartial Happy New Year! 2017-01-03 12:36:47 -08:00
adremap ITS#8205 - contrib/smbk5pwd: add man page, install it too 2017-04-25 11:38:44 -07:00
allop ITS#8205 - contrib/smbk5pwd: add man page, install it too 2017-04-25 11:38:44 -07:00
allowed Happy New Year! 2017-01-03 12:36:47 -08:00
authzid Happy New Year! 2017-01-03 12:36:47 -08:00
autogroup ITS#8569 Add a manpage for slapo-autogroup 2017-01-18 09:38:06 -08:00
cloak ITS#8205 - contrib/smbk5pwd: add man page, install it too 2017-04-25 11:38:44 -07:00
comp_match Happy New Year! 2017-01-03 12:36:47 -08:00
denyop Happy New Year! 2017-01-03 12:36:47 -08:00
dsaschema Happy New Year! 2017-01-03 12:36:47 -08:00
dupent Happy New Year! 2017-01-03 12:36:47 -08:00
kinit Happy New Year! 2017-01-03 12:36:47 -08:00
lastbind ITS#8205 - contrib/smbk5pwd: add man page, install it too 2017-04-25 11:38:44 -07:00
lastmod ITS#8205 - contrib/smbk5pwd: add man page, install it too 2017-04-25 11:38:44 -07:00
noopsrch Happy New Year! 2017-01-03 12:36:47 -08:00
nops ITS#8205 - contrib/smbk5pwd: add man page, install it too 2017-04-25 11:38:44 -07:00
nssov ITS#8205 - contrib/smbk5pwd: add man page, install it too 2017-04-25 11:38:44 -07:00
passwd ITS#8709 contrib/slapd-modules/passwd/totp: OpenSSL 1.1.0 compatibility 2017-09-06 21:29:24 +01:00
proxyOld Happy New Year! 2017-01-03 12:36:47 -08:00
samba4 Happy New Year! 2017-01-03 12:36:47 -08:00
smbk5pwd ITS#8205 - Pick up changes that were ignored in the last commit 2017-04-25 11:48:32 -07:00
trace Happy New Year! 2017-01-03 12:36:47 -08:00
usn Happy New Year! 2017-01-03 12:36:47 -08:00
vc ITS#8632 request the correct type 2017-04-10 14:26:56 +01:00
README Happy New Year! 2017-01-03 12:36:47 -08:00

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