]> git.sur5r.net Git - openldap/blob - doc/man/man5/slapo-translucent.5
Fix copyright year
[openldap] / doc / man / man5 / slapo-translucent.5
1 .TH SLAPO-TRANSLUCENT 5 "RELEASEDATE" "OpenLDAP LDVERSION"
2 .\" Copyright 2004-2006 The OpenLDAP Foundation All Rights Reserved.
3 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
4 .\" $OpenLDAP$
5 .SH NAME
6 slapo-translucent \- Translucent Proxy overlay
7 .SH SYNOPSIS
8 ETCDIR/slapd.conf
9 .SH DESCRIPTION
10 The Translucent Proxy overlay can be used with a backend database such as
11 .BR slapd-bdb (5)
12 to create a "translucent proxy".  Entries retrieved from a remote LDAP
13 server may have some or all attributes overridden, or new attributes
14 added, by entries in the local database before being presented to the
15 client.
16 .LP
17 A
18 .BR search
19 operation is first populated with entries from the remote LDAP server, the
20 attributes of which are then overridden with any attributes defined in the
21 local database. Local overrides may be populated with the
22 .BR add ,
23 .B modify ,
24 and
25 .B modrdn
26 operations, the use of which is restricted to the root user.
27 .LP
28 A
29 .BR compare
30 operation will perform a comparison with attributes defined in the local
31 database record (if any) before any comparison is made with data in the
32 remote database.
33 .SH CONFIGURATION
34 The Translucent Proxy overlay uses a remote LDAP server which is configured
35 with the options shown in
36 .BR slapd-ldap (5).
37 These
38 .B slapd.conf
39 options are specific to the Translucent Proxy overlay; they should appear 
40 after the
41 .B overlay
42 directive.
43 .TP
44 .B translucent_strict
45 By default, attempts to delete attributes in either the local or remote
46 databases will be silently ignored. The
47 .B translucent_strict
48 directive causes these modifications to fail with a Constraint Violation.
49 .TP
50 .B translucent_no_glue
51 This configuration option disables the automatic creation of "glue" records
52 for an
53 .B add
54 or
55 .B modrdn
56 operation, such that all parents of an entry added to the local database
57 must be created by hand. Glue records are always created for a
58 .B modify
59 operation.
60 .SH CAVEATS
61 .LP
62 The Translucent Proxy overlay will disable schema checking in the local database,
63 so that an entry consisting of overlay attributes need not adhere to the
64 complete schema.
65 .LP
66 Because the translucent overlay does not perform any DN rewrites,  the local
67 and remote database instances must have the same suffix.  Other configurations
68 will probably fail with No Such Object and other errors.
69 .SH FILES
70 .TP
71 ETCDIR/slapd.conf
72 default slapd configuration file
73 .SH SEE ALSO
74 .BR slapd.conf (5),
75 .BR slapd-ldap (5).