]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/samba4/README
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
[openldap] / contrib / slapd-modules / samba4 / README
index ecf338ce85900490eaf2409514705ebcff51a1ae..632de738e3ad6c539ff392d32d3775422cd1dac0 100644 (file)
@@ -4,6 +4,7 @@ This directory contains slapd overlays specific to samba4 LDAP backend:
 
        - pguid (not used)
        - rdnval (under evaluation)
+       - vernum (under evaluation)
 
 
   - PGUID
@@ -41,18 +42,25 @@ To use the overlay, add:
 to your slapd configuration file.  An instance is required for each database
 that needs to maintain this attribute.
 
-This overlay is only set up to be built as a dynamically loaded module.
-On most platforms, in order for the module to be usable, all of the 
+
+  - VERNUM
+
+This overlay increments a counter any time an attribute is modified.
+It is intended to increment the counter 'msDS-KeyVersionNumber' when
+the attribute 'unicodePwd' is modified.
+
+These overlays are only set up to be built as a dynamically loaded modules.
+On most platforms, in order for the modules to be usable, all of the 
 library dependencies must also be available as shared libraries.
 
-If you need to build the overlay statically, you will have to move it into the
-slapd/overlays directory and edit the Makefile and overlays.c to reference
-it. You will also have to define SLAPD_OVER_SMBK5PWD to SLAPD_MOD_STATIC,
-and add the relevant libraries to the main slapd link command.
+If you need to build the overlays statically, you will have to move them
+into the slapd/overlays directory and edit the Makefile and overlays.c
+to reference them. 
 
 ---
 This work is part of OpenLDAP Software <http://www.openldap.org/>.
-Copyright 2009-2010 The OpenLDAP Foundation.
+Copyright 2009-2013 The OpenLDAP Foundation.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted only as authorized by the OpenLDAP