mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
10566c8be3
* javascript * kernel * ldap * length * macros * maintained * manager * matching * maximum * mechanism * memory * method * mimic * minimum * modifiable * modifiers * modifying * multiple * necessary * normalized * objectclass * occurrence * occurring * offered * operation * original * overridden * parameter * permanent * preemptively * printable * protocol * provider * really * redistribution * referenced * refresh * regardless * registered * request * reserved * resource * response * sanity * separated * setconcurrency * should * specially * specifies * structure * structures * subordinates * substitution * succeed * successful * successfully * sudoers * sufficient * superiors * supported * synchronization * terminated * they're * through * traffic * transparent * unsigned * unsupported * version * absence * achieves * adamson * additional * address * against * appropriate * architecture * associated * async * attribute * authentication * authorized * auxiliary * available * begin * beginning * buffered * canonical * certificate * charray * check * class * compatibility * compilation * component * configurable * configuration * configure * conjunction * constraints * constructor * contained * containing * continued * control * convenience * correspond * credentials * cyrillic * database * definitions * deloldrdn * dereferencing * destroy * distinguish * documentation * emmanuel * enabled * entry * enumerated * everything * exhaustive * existence * existing * explicitly * extract * fallthru * fashion * february * finally * function * generically * groupname * happened * implementation * including * initialization * initializes * insensitive * instantiated * instantiation * integral * internal * iterate
65 lines
1.7 KiB
Plaintext
65 lines
1.7 KiB
Plaintext
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 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$
|