Home | History | Annotate | only in /src/external/bsd/openldap/dist/contrib/slapd-modules
Up to higher level directory
NameDateSize
acl/25-Feb-2026
addpartial/25-Feb-2026
adremap/25-Feb-2026
alias/25-Feb-2026
allop/25-Feb-2026
allowed/25-Feb-2026
authzid/25-Feb-2026
autogroup/25-Feb-2026
ciboolean/25-Feb-2026
cloak/25-Feb-2026
comp_match/25-Feb-2026
datamorph/25-Feb-2026
denyop/25-Feb-2026
dsaschema/25-Feb-2026
dupent/25-Feb-2026
emptyds/25-Feb-2026
kinit/25-Feb-2026
lastbind/25-Feb-2026
lastmod/25-Feb-2026
noopsrch/25-Feb-2026
nops/25-Feb-2026
nssov/Today
passwd/Today
ppm/25-Feb-2026
proxyOld/25-Feb-2026
rbac/25-Feb-2026
README05-Sep-20251.7K
samba4/25-Feb-2026
smbk5pwd/25-Feb-2026
trace/25-Feb-2026
usn/25-Feb-2026
variant/25-Feb-2026
vc/25-Feb-2026

README

      1 Copyright 2008-2024 The OpenLDAP Foundation. All rights reserved.
      2 
      3 Redistribution and use in source and binary forms, with or without
      4 modification, are permitted only as authorized by the OpenLDAP
      5 Public License.
      6 
      7 This directory contains native-API slapd modules (overlays etc):
      8 
      9 acl (plugins)
     10 	Plugins implementing access rules.  Currently one plugin
     11 	which implements access control based on posixGroup membership.
     12 
     13 addpartial (overlay)
     14 	Treat Add requests as Modify requests if the entry exists.
     15 
     16 allop (overlay)
     17 	Return operational attributes for root DSE even when not
     18 	requested, since some clients expect this.
     19 
     20 autogroup (overlay)
     21 	Automated updates of group memberships.
     22 
     23 cloak (overlay)
     24 	Hide specific attributes unless explicitly requested
     25 
     26 comp_match (plugin)
     27 	Component Matching rules (RFC 3687).
     28 
     29 denyop (overlay)
     30 	Deny selected operations, returning unwillingToPerform.
     31 
     32 dsaschema (plugin)
     33 	Permit loading DSA-specific schema, including operational attrs.
     34 
     35 lastbind (overlay)
     36 	Record the last successful authentication on an entry.
     37 
     38 lastmod (overlay)
     39 	Track the time of the last write operation to a database.
     40 
     41 nops (overlay)
     42 	Remove null operations, e.g. changing a value to same as before.
     43 
     44 nssov (listener overlay)
     45 	Handle NSS lookup requests through a local Unix Domain socket.
     46 
     47 passwd (plugins)
     48 	Support additional password mechanisms.
     49 	Currently Kerberos, Netscape MTA-MD5 and RADIUS.
     50 
     51 proxyOld (plugin)
     52 	Proxy Authorization compatibility with obsolete internet-draft.
     53 
     54 smbk5pwd (overlay)
     55 	Make the PasswordModify Extended Operation update Kerberos
     56 	keys and Samba password hashes as well as userPassword.
     57 
     58 trace (overlay)
     59 	Trace overlay invocation.
     60 
     61 usn (overlay)
     62 	Maintain usnCreated and usnChanged attrs similar to Microsoft AD.
     63 
     64 $OpenLDAP$
     65