]> git.sur5r.net Git - openldap/blob - contrib/slapd-modules/samba4/README
Merge remote branch 'origin/mdb.master'
[openldap] / contrib / slapd-modules / samba4 / README
1 # $OpenLDAP$
2
3 This directory contains slapd overlays specific to samba4 LDAP backend:
4
5         - pguid (not used)
6         - rdnval (under evaluation)
7
8
9   - PGUID
10
11 This overlay maintains the operational attribute "parentUUID".  It contains
12 the entryUUID of the parent entry.  This overlay is not being considered
13 right now.
14
15
16   - RDNVAL
17
18 This overlay maintains the operational attribute "rdnValue".  It contains
19 the value of the entry's RDN.  This attribute is defined by the overlay
20 itself as
21
22         ( 1.3.6.1.4.1.4203.666.1.58
23                 NAME 'rdnValue'
24                 DESC 'the value of the naming attributes'
25                 SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
26                 EQUALITY caseIgnoreMatch
27                 USAGE dSAOperation
28                 NO-USER-MODIFICATION )
29
30 under OpenLDAP's development OID arc.  This OID is temporary.
31
32 To use the overlay, add:
33
34         moduleload <path to>rdnval.so
35         ...
36
37         database <whatever>
38         ...
39         overlay rdnval
40
41 to your slapd configuration file.  An instance is required for each database
42 that needs to maintain this attribute.
43
44
45   - VERNUM
46
47 This overlay increments a counter any time an attribute is modified.
48 It is intended to increment the counter 'msDS-KeyVersionNumber' when
49 the attribute 'unicodePwd' is modified.
50  
51
52 These overlays are only set up to be built as a dynamically loaded modules.
53 On most platforms, in order for the modules to be usable, all of the 
54 library dependencies must also be available as shared libraries.
55
56 If you need to build the overlays statically, you will have to move them
57 into the slapd/overlays directory and edit the Makefile and overlays.c
58 to reference them. 
59
60 ---
61 This work is part of OpenLDAP Software <http://www.openldap.org/>.
62 Copyright 2009-2011 The OpenLDAP Foundation.
63
64 Redistribution and use in source and binary forms, with or without
65 modification, are permitted only as authorized by the OpenLDAP
66 Public License.
67
68 A copy of this license is available in the file LICENSE in the
69 top-level directory of the distribution or, alternatively, at
70 <http://www.OpenLDAP.org/license.html>.
71