]> git.sur5r.net Git - openldap/blob - doc/man/man5/slapd-ldap.5
refresh back-ldap man page, reflecting recent changes
[openldap] / doc / man / man5 / slapd-ldap.5
1 .TH SLAPD-LDAP 5 "RELEASEDATE" "OpenLDAP LDVERSION"
2 .\" Copyright 1998-2005 The OpenLDAP Foundation All Rights Reserved.
3 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
4 .\" $OpenLDAP$
5 .SH NAME
6 slapd-ldap \- LDAP backend to slapd
7 .SH SYNOPSIS
8 ETCDIR/slapd.conf
9 .SH DESCRIPTION
10 The LDAP backend to
11 .BR slapd (8)
12 is not an actual database; instead it acts as a proxy to forward incoming
13 requests to another LDAP server. While processing requests it will also
14 chase referrals, so that referrals are fully processed instead of being
15 returned to the slapd client.
16
17 Sessions that explicitly Bind to the back-ldap database always create their
18 own private connection to the remote LDAP server. Anonymous sessions will
19 share a single anonymous connection to the remote server. For sessions bound
20 through other mechanisms, all sessions with the same DN will share the
21 same connection. This connection pooling strategy can enhance the proxy's
22 efficiency by reducing the overhead of repeatedly making/breaking multiple
23 connections.
24
25 The ldap database can also act as an information service, i.e. the identity
26 of locally authenticated clients is asserted to the remote server, possibly
27 in some modified form.
28 For this purpose, the proxy binds to the remote server with some 
29 administrative identity, and, if required, authorizes the asserted identity.
30 See the 
31 .IR idassert- *
32 rules below.
33 The administrative identity of the proxy, on the remote server, must be 
34 allowed to authorize by means of appropriate
35 .B authzTo
36 rules; see 
37 .BR slapd.conf (5)
38 for details.
39
40 .SH CONFIGURATION
41 These
42 .B slapd.conf
43 options apply to the LDAP backend database.
44 That is, they must follow a "database ldap" line and come before any
45 subsequent "backend" or "database" lines.
46 Other database options are described in the
47 .BR slapd.conf (5)
48 manual page.
49 .LP
50 Note: In early versions of back-ldap it was recommended to always set
51 .LP
52 .RS
53 .nf
54 lastmod  off
55 .fi
56 .RE
57 .LP
58 for every
59 .B ldap
60 and
61 .B meta
62 database.
63 This is because operational attributes related to entry creation and
64 modification should not be proxied, as they could be mistakenly written
65 to the target server(s), generating an error.
66 The current implementation automatically sets lastmod to off, so its use
67 is redundant and should be omitted, because the lastmod directive will
68 be deprecated in the future.
69
70 .TP
71 .B uri <ldapurl>
72 LDAP server to use.  Multiple URIs can be set in in a single
73 .B ldapurl
74 argument, resulting in the underlying library automatically 
75 call the first server of the list that responds, e.g. 
76
77 \fBuri "ldap://host/ ldap://backup-host"\fP
78
79 The URI list is space- or comma-separated.
80 This statement is mandatory.
81 .\".TP
82 .\".B server <hostport>
83 .\"Obsolete option; same as `uri ldap://<hostport>/'.
84 .HP
85 .hy 0
86 .B acl-bind
87 .B bindmethod=simple|sasl [binddn=<simple DN>] [credentials=<simple password>]
88 .B [saslmech=<SASL mech>] [secprops=<properties>] [realm=<realm>]
89 .B [authcId=<authentication ID>] [authzId=<authorization ID>]
90 .RS
91 Allows to define the parameters of the authentication method that is 
92 internally used by the proxy to collect info related to access control.
93 The identity defined by this directive, according to the properties
94 associated to the authentication method, is supposed to have read access 
95 on the target server to attributes used on the proxy for ACL checking.
96 The
97 .B secprops
98 field is currently ignored.
99 There is no risk of giving away such values; they are only used to
100 check permissions.
101 The default is to use
102 .BR simple ,
103 with empty binddn and credentials,
104 which means that the related operations will be performed anonymously.
105
106 .B This identity is by no means implicitly used by the proxy 
107 .B when the client connects anonymously.
108 See the
109 .B idassert-bind
110 feature instead.
111 This directive obsoletes
112 .BR acl-authcDN ,
113 and
114 .BR acl-passwd .
115 .RE
116
117 .HP
118 .hy 0
119 .B idassert-bind
120 .B bindmethod=none|simple|sasl [binddn=<simple DN>] [credentials=<simple password>]
121 .B [saslmech=<SASL mech>] [secprops=<properties>] [realm=<realm>]
122 .B [authcId=<authentication ID>] [authzId=<authorization ID>]
123 .B [authz={native|proxyauthz}] [mode=<mode>] [flags=<flags>]
124 .RS
125 Allows to define the parameters of the authentication method that is 
126 internally used by the proxy to authorize connections that are 
127 authenticated by other databases.
128 The identity defined by this directive, according to the properties
129 associated to the authentication method, is supposed to have auth access 
130 on the target server to attributes used on the proxy for authentication
131 and authorization, and to be allowed to authorize the users.
132 This requires to have
133 .B proxyAuthz
134 privileges on a wide set of DNs, e.g.
135 .BR authzTo=dn.subtree:"" ,
136 and the remote server to have
137 .B authz-policy
138 set to
139 .B to
140 or
141 .BR both .
142 See
143 .BR slapd.conf (5)
144 for details on these statements and for remarks and drawbacks about
145 their usage.
146 The supported bindmethods are
147
148 \fBnone|simple|sasl\fP
149
150 where
151 .B none
152 is the default, i.e. no \fIidentity assertion\fP is performed.
153
154 The authz parameter is used to instruct the SASL bind to exploit 
155 .B native 
156 SASL authorization, if available; since connections are cached,
157 this should only be used when authorizing with a fixed identity
158 (e.g. by means of the 
159 .B authzDN
160 or
161 .B authzID
162 parameters).
163 Otherwise, the default
164 .B proxyauthz
165 is used, i.e. the proxyAuthz control is added to all operations.
166
167 The supported modes are:
168
169 \fB<mode> := {legacy|anonymous|none|self}\fP
170
171 If 
172 .B <mode>
173 is not present, and 
174 .B authzId
175 is given, the proxy always authorizes that identity.
176 .B <authorization ID>
177 can be 
178
179 \fBu:<user>\fP
180
181 \fB[dn:]<DN>\fP
182
183 The former is supposed to be expanded by the remote server according 
184 to the authz rules; see
185 .BR slapd.conf (5)
186 for details.
187 In the latter case, whether or not the 
188 .B dn:
189 prefix is present, the string must pass DN validation and normalization.
190
191 The default mode is 
192 .BR legacy ,
193 which implies that the proxy will either perform a simple bind as the
194 .I authcDN
195 or a SASL bind as the
196 .I authcID
197 and assert the client's identity when it is not anonymous.
198 Direct binds are always proxied.
199 The other modes imply that the proxy will always either perform a simple bind 
200 as the
201 .IR authcDN
202 or a SASL bind as the
203 .IR authcID ,
204 unless restricted by
205 .BR idassert-authzFrom
206 rules (see below), in which case the operation will fail;
207 eventually, it will assert some other identity according to
208 .BR <mode> .
209 Other identity assertion modes are
210 .BR anonymous
211 and
212 .BR self ,
213 which respectively mean that the 
214 .I empty 
215 or the 
216 .IR client 's 
217 identity
218 will be asserted;
219 .BR none ,
220 which means that no proxyAuthz control will be used, so the
221 .I authcDN
222 or the
223 .I authcID
224 identity will be asserted.
225 For all modes that require the use of the
226 .I proxyAuthz 
227 control, on the remote server the proxy identity must have appropriate 
228 .I authzTo
229 permissions, or the asserted identities must have appropriate
230 .I authzFrom 
231 permissions.  Note, however, that the ID assertion feature is mostly 
232 useful when the asserted identities do not exist on the remote server.
233
234 When the 
235 .B override
236 flag is used, identity assertion takes place even when the database
237 is authorizing for the identity of the client, i.e. after binding
238 with the provided identity, and thus authenticating it, the proxy
239 performs the identity assertion using the configured identity and
240 authentication method.
241
242 This directive obsoletes
243 .BR idassert-authcDN ,
244 .BR idassert-passwd ,
245 .BR idassert-mode ,
246 and
247 .BR idassert-method .
248 .RE
249
250 .TP
251 .B idassert-authzFrom <authz-regexp>
252 if defined, selects what
253 .I local
254 identities are authorized to exploit the identity assertion feature.
255 The string
256 .B <authz-regexp>
257 follows the rules defined for the
258 .I authzFrom
259 attribute.
260 See 
261 .BR slapd.conf (5),
262 section related to
263 .BR authz-policy ,
264 for details on the syntax of this field.
265
266 .TP
267 .B proxy-whoami {NO|yes}
268 Turns on proxying of the WhoAmI extended operation. If this option is
269 given, back-ldap will replace slapd's original WhoAmI routine with its
270 own. On slapd sessions that were authenticated by back-ldap, the WhoAmI
271 request will be forwarded to the remote LDAP server. Other sessions will
272 be handled by the local slapd, as before. This option is mainly useful
273 in conjunction with Proxy Authorization.
274
275 .TP
276 .B rebind-as-user {NO|yes}
277 If this option is given, the client's bind credentials are remembered
278 for rebinds when chasing referrals.  Useful when
279 \fBchase-referrals\fP is set to \fByes\P, useless otherwise.
280
281 .TP
282 .B chase-referrals {YES|no}
283 enable/disable automatic referral chasing, which is delegated to the
284 underlying libldap, with rebinding eventually performed if the
285 \fBrebind-as-user\fP directive is used.  The default is to chase referrals.
286
287 .TP
288 .B tls {[try-]start|[try-]propagate}
289 execute the start TLS extended operation when the connection is initialized;
290 only works if the URI directive protocol scheme is not \fBldaps://\fP.
291 \fBpropagate\fP issues the Start TLS exop only if the original
292 connection did.
293 The \fBtry-\fP prefix instructs the proxy to continue operations
294 if start TLS failed; its use is highly deprecated.
295
296 .TP
297 .B t-f-support {NO|yes|discover}
298 enable if the remote server supports absolute filters
299 (see \fIdraft-zeilenga-ldap-t-f\fP for details).
300 If set to
301 .BR discover ,
302 support is detected by reading the remote server's rootDSE.
303
304 .SH BACKWARD COMPATIBILITY
305 The LDAP backend has been heavily reworked between releases 2.2 and 2.3;
306 as a side-effect, some of the traditional directives have been
307 deprecated and should be no longer used.
308
309 .TP
310 .B server <hostname[:port]>
311 this directive is no longer supported.  Use the 
312 .B uri
313 directive as described above.
314
315 .TP
316 .B acl-authcDN "<administrative DN for access control purposes>"
317 DN which is used to query the target server for acl checking; it
318 is supposed to have read access on the target server to attributes used
319 on the proxy for acl checking.
320 There is no risk of giving away such values; they are only used to
321 check permissions.
322 .B The acl-authcDN identity is by no means implicitly used by the proxy 
323 .B when the client connects anonymously.
324 See the
325 .B idassert-*
326 feature instead.
327 This directive is obsoleted by
328 .BR acl-bind ,
329 and may dismissed in the future.
330
331 .TP
332 .B acl-passwd <password>
333 Password used with the
334 .B 
335 acl-authcDN
336 above.
337 This directive is obsoleted by
338 .BR acl-bind ,
339 and may be dismissed in the future.
340
341 .TP
342 .B idassert-authcDN "<administrative DN for proxyAuthz purposes>"
343 DN which is used to propagate the client's identity to the target
344 by means of the proxyAuthz control when the client does not
345 belong to the DIT fragment that is being proxyied by back-ldap.
346 This directive is obsoleted by
347 .BR idassert-bind ,
348 and may be dismissed in the future.
349
350 .TP
351 .B idassert-passwd <password>
352 Password used with the
353 .B idassert-authcDN
354 above.
355 This directive is obsoleted by
356 .BR idassert-bind ,
357 and may be dismissed in the future.
358
359 .TP
360 .B idassert-mode <mode> [<flags>]
361 defines what type of
362 .I identity assertion
363 is used.
364 This directive is obsoleted by
365 .BR idassert-bind ,
366 and may be dismissed in the future.
367
368 .TP
369 .B idassert-method <method> [<saslargs>]
370 This directive is obsoleted by
371 .BR idassert-bind ,
372 and may be dismissed in the future.
373
374 .TP
375 .B suffixmassage, map, rewrite*
376 These directives are no longer supported by back-ldap; their 
377 functionality is now delegated to the
378 .B rwm
379 overlay.  Essentially, add a statement
380
381 .B overlay rwm
382
383 first, and prefix all rewrite/map statements with
384 .B rwm-
385 to obtain the original behavior.
386 See
387 .BR slapo-rwm (5)
388 for details.
389 .\" However, to ease update from existing configurations, back-ldap still 
390 .\" recognizes them and automatically instantiates the
391 .\" .B rwm
392 .\" overlay if available and not instantiated yet.
393 .\" This behavior may change in the future.
394
395 .SH ACCESS CONTROL
396 The
397 .B ldap
398 backend does not honor all ACL semantics as described in
399 .BR slapd.access (5).
400 In general, access checking is delegated to the remote server(s).
401 Only
402 .B read (=r)
403 access to the
404 .B entry
405 pseudo-attribute and to the other attribute values of the entries
406 returned by the
407 .B search
408 operation is honored, which is performed by the frontend.
409
410 .SH OVERLAYS
411 The LDAP backend provides basic proxying functionalities to many overlays.
412 The 
413 .B chain
414 overlay, described in
415 .BR slapo\-chain (5),
416 and the
417 .B translucent
418 overlay, described in
419 .BR slapo\-translucent (5),
420 deserve a special mention.
421
422 Conversely, there are many overlays that are best used in conjunction
423 with the LDAP backend.
424 The
425 .B proxycache 
426 overlay allows caching of LDAP search requests (queries) 
427 in a local database.
428 See 
429 .BR slapo\-pcache (5)
430 for details.
431 The
432 .B rwm
433 overlay provides DN rewrite and attribute/objectClass mapping
434 capabilities to the underlying database.
435 See 
436 .BR slapo\-rwm (5)
437 for details.
438
439 .SH FILES
440 .TP
441 ETCDIR/slapd.conf
442 default slapd configuration file
443 .SH SEE ALSO
444 .BR slapd.conf (5),
445 .BR slapd\-meta (5),
446 .BR slapo\-chain (5),
447 .BR slapo\-pcache (5),
448 .BR slapo\-rwm (5),
449 .BR slapo\-translucent (5),
450 .BR slapd (8),
451 .BR ldap (3).
452 .SH AUTHOR
453 Howard Chu, with enhancements by Pierangelo Masarati