openldap/contrib/slapd-modules
Emmanuel Dreyfus 0d10236da9 Use newer DES API so that smbk5pwd loads with newer OpenSSL
OpenSSL removed old DES API which used des_* functions.
24956ca00f

In order to link with libcrypto from recent OpenSSL releases, we need
to replace the older API des_* functions by the newer API DES_* functions.

Signed-off-by: Emmanuel Dreyfus <manu@netbsd.org>
2016-11-29 09:35:08 -08:00
..
acl Happy New Year! 2016-01-29 13:32:05 -06:00
addpartial Happy New Year! 2016-01-29 13:32:05 -06:00
adremap More filter tweaks 2015-08-10 19:36:06 +01:00
allop Happy New Year! 2016-01-29 13:32:05 -06:00
allowed Happy New Year! 2016-01-29 13:32:05 -06:00
authzid ITS#8435 Fix uninited slap_callback.sc_writewait 2016-06-12 08:30:58 +02:00
autogroup Happy New Year! 2016-01-29 13:32:05 -06:00
cloak Happy New Year! 2016-01-29 13:32:05 -06:00
comp_match Happy New Year! 2016-01-29 13:32:05 -06:00
denyop Fix contrib prototypes - add ConfigReply* 2016-06-12 10:19:03 +02:00
dsaschema Happy New Year! 2016-01-29 13:32:05 -06:00
dupent Happy New Year! 2016-01-29 13:32:05 -06:00
kinit Happy New Year! 2016-01-29 13:32:05 -06:00
lastbind Fix cfg OID typos 2015-07-03 10:52:20 +01:00
lastmod Fix contrib prototypes - add ConfigReply* 2016-06-12 10:19:03 +02:00
noopsrch Happy New Year! 2016-01-29 13:32:05 -06:00
nops Happy New Year! 2016-01-29 13:32:05 -06:00
nssov Happy New Year! 2016-01-29 13:32:05 -06:00
passwd ITS#6826 conversion scripts 2016-04-11 13:35:39 +01:00
proxyOld Happy New Year! 2016-01-29 13:32:05 -06:00
samba4 Happy New Year! 2016-01-29 13:32:05 -06:00
smbk5pwd Use newer DES API so that smbk5pwd loads with newer OpenSSL 2016-11-29 09:35:08 -08:00
trace Fix contrib prototypes - add ConfigReply* 2016-06-12 10:19:03 +02:00
usn Happy New Year! 2016-01-29 13:32:05 -06:00
vc Happy New Year! 2016-01-29 13:32:05 -06:00
README Happy New Year! 2016-01-29 13:32:05 -06:00

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