]> git.sur5r.net Git - openldap/blob - doc/guide/admin/sasl.sdf
Sync with HEAD
[openldap] / doc / guide / admin / sasl.sdf
1 # Copyright 1999-2003, The OpenLDAP Foundation, All Rights Reserved.
2 # COPYING RESTRICTIONS APPLY, see COPYRIGHT.
3
4 H1: Using SASL
5
6 OpenLDAP clients and servers are capable of authenticating via the
7 {{TERM[expand]SASL}} ({{TERM:SASL}}) framework, which is detailed
8 in {{REF:RFC2222}}.   This chapter describes how to make use of
9 SASL in OpenLDAP.
10
11 There are several industry standard authentication mechanisms that
12 can be used with SASL, including {{TERM:Kerberos}} V4, {{TERM:GSSAPI}},
13 and DIGEST-MD.  The standard client tools provided with OpenLDAP,
14 such as {{ldapsearch}}(1) and {{ldapmodify}}(1), will by default
15 attempt to authenticate the user to the {{slapd}}(8) server using
16 SASL. Basic authentication service can be set up by the LDAP
17 administrator with a few steps, allowing users to be authenticated
18 to the slapd server as their LDAP entry.  With a few extra steps,
19 some users and services can be allowed to exploit SASL's proxy
20 authorization feature, allowing them to authenticate themselves and
21 then switch their identity to that of another user or service.
22
23 This chapter assumes you have read {{Cyrus SASL for System
24 Administrators}}, provided with the {{PRD:Cyrus}} {{PRD:SASL}}
25 package (in {{FILE:doc/sysadmin.html}}) and have a working Cyrus
26 SASL installation.  You should use the Cyrus SASL {{EX:sample_client}}
27 and {{EX:sample_server}} to test your SASL installation before
28 attempting to make use of it in OpenLDAP.
29
30 Note that in the following text the term {{user}} is used to describe
31 a person or application entity who is connecting to the LDAP server
32 via an LDAP client, such as {{ldapsearch}}(1).  That is, the term
33 {{user}} not only applies to both an individual using an LDAP client,
34 but to an application entity which issues LDAP client operations
35 without direct user control.  For example, an e-mail server which
36 uses LDAP operations to access information held in an LDAP server
37 is an application entity.
38
39
40 H2: SASL Security Considerations
41
42 SASL offers many different authentication mechanisms.  This section
43 briefly outlines security considerations.
44
45 Some mechanisms, such as PLAIN and LOGIN, offer no greater security over
46 LDAP "simple" authentication.  Like "simple" authentication, such
47 mechanisms should not be used unless you have adequate security
48 protections in place.  It is recommended that these mechanisms be
49 used only in conjunction with {{TERM[expand]TLS}} (TLS).  Use of
50 PLAIN and LOGIN are not discussed further in this document.
51
52 The DIGEST-MD5 mechanism is the mandatory-to-implement authentication
53 mechanism for LDAPv3.  Though DIGEST-MD5 is not a strong authentication
54 mechanism in comparison with trusted third party authentication
55 systems (such as Kerberos or public key systems), yet it does offer
56 significant protections against a number of attacks.  Unlike the
57 CRAM-MD5 mechanism, it prevents chosen plaintext attacks.  DIGEST-MD5
58 is favored over the weaker and even more dangerous use of plaintext
59 password mechanisms.  The CRAM-MD5 mechanism is deprecated in favor
60 of DIGEST-MD5.  Use of {{SECT:DIGEST-MD5}} is discussed below.
61
62 The KERBEROS_V4 mechanism utilizes Kerberos IV to provide secure
63 authentication services.  There is also a GSSAPI based mechanism
64 which is generally used in conjunction with Kerberos V.  Kerberos
65 is viewed as a secure, distributed authentication system suitable
66 for both small and large enterprises.  Use of {{SECT:KERBEROS_V4}}
67 and {{SECT:GSSAPI}} are discussed below.
68
69 The EXTERNAL mechanism utilizes authentication services provided
70 by lower level network services such as {{TERM:TLS}} (TLS).  When
71 used in conjunction with {{TERM:TLS}} {{TERM:X.509}}-based public
72 key technology, EXTERNAL offers strong authentication.  Use of
73 EXTERNAL is discussed in the {{SECT:Using TLS}} chapter.
74
75 There are other strong authentication mechanisms to choose from,
76 including OTP (one time passwords) and SRP (secure remote passwords).
77 These mechanisms are not discussed in this document.
78
79
80 H2: SASL Authentication
81
82 Getting basic SASL authentication running involves a few steps.
83 The first step configures your slapd server environment so
84 that it can communicate with client programs using the security
85 system in place at your site. This usually involves setting up a
86 service key, a public key, or other form of secret. The second step
87 concerns mapping authentication identities to LDAP DN's, which
88 depends on how entries are laid out in your directory. An explanation
89 of the first step will be given in the next section using Kerberos
90 V4 as an example mechanism. The steps necessary for your site's
91 authentication mechanism will be similar, but a guide to every
92 mechanism available under SASL is beyond the scope of this chapter.
93 The second step is described in the section 
94 {{SECT:Mapping Authentication identities to LDAP entries}}.
95
96 H3: KERBEROS_V4
97
98 This section describes the use of the SASL KERBEROS_V4 mechanism
99 with OpenLDAP.  It will be assumed that you are familiar with the
100 workings of the Kerberos IV security system, and that your site has
101 Kerberos IV deployed.  Your users should be familiar with
102 authentication policy, how to receive credentials in
103 a Kerberos ticket cache, and how to refresh expired credentials.
104
105 Client programs will need to be able to obtain a session key for
106 use when connecting to your LDAP server. This allows the LDAP server
107 to know the identity of the user, and allows the client to know it
108 is connecting to a legitimate server. If encryption layers are to
109 be used, the session key can also be used to help negotiate that
110 option.
111
112 The slapd server runs the service called "{{ldap}}", and the server
113 will require a srvtab file with a service key.  SASL aware client
114 programs will be obtaining an "ldap" service ticket with the user's
115 ticket granting ticket (TGT), with the instance of the ticket
116 matching the hostname of the OpenLDAP server. For example, if your
117 realm is named {{EX:EXAMPLE.COM}} and the slapd server is running
118 on the host named {{EX:directory.example.com}}, the {{FILE:/etc/srvtab}}
119 file on the server will have a service key
120
121 >       ldap.directory@EXAMPLE.COM
122
123 When an LDAP client is authenticating a user to the directory using
124 the KERBEROS_IV mechanism, it will request a session key for that
125 same principal, either from the ticket cache or by obtaining a new
126 one from the Kerberos server.  This will require the TGT to be
127 available and valid in the cache as well.  If it is not present or
128 has expired, SASL will print out the message
129
130 >       ldap_sasl_interactive_bind_s: Local error
131
132 When the service ticket is obtained, it will be passed to the LDAP
133 server as proof of the user's identity.  The server will extract
134 the identity and realm out of the service ticket using SASL
135 library calls, and convert them into an {{authentication request
136 DN}} of the form
137
138 >       uid=<username>,cn=<realm>,cn=<mechanism>,cn=auth
139
140 So in our above example, if the user's name were "adamson", the
141 authentication request DN would be:
142
143 >       uid=adamsom,cn=example.com,cn=kerberos_v4,cn=auth
144
145 This authentication request DN by itself could be placed into ACL's
146 and {{EX:groupOfNames}} "member" attributes, since it is of legitimate
147 LDAP DN format. The section
148 {{SECT:Mapping Authentication identities to LDAP entries}},
149 however, tells how to map that
150 DN into the DN of a person's own LDAP entry.
151
152 Also note that this example, being for Kerberos, shows the <realm>
153 portion of the DN being filled in with the Kerberos realm of the
154 company. Several other authentication mechanisms do not employ the
155 concept of a realm, so the ",cn=<realm>" portion of the authentication
156 request DN would not appear.
157
158
159 H3: GSSAPI
160
161 This section describes the use of the SASL GSSAPI mechanism and
162 Kerberos V with OpenLDAP. Since Kerberos V is being used, the
163 information is very similar to the previous section.  It will be
164 assumed that you have Kerberos V deployed, you are familiar with
165 the operation of the system, and that your users are trained in its
166 use.  This section also assumes you have familiarized yourself with
167 the use of the GSSAPI mechanism by reading {{Configuring GSSAPI and
168 Cyrus SASL}} (provided with Cyrus SASL in the {{FILE:doc/gssapi}}
169 file) and successfully experimented with the Cyrus provided
170 {{EX:sample_server}} and {{EX:sample_client}} applications.  General
171 information about Kerberos is available at
172 {{URL:http://web.mit.edu/kerberos/www/}}.
173
174 To use the GSSAPI mechanism with {{slapd}}(8) one must create a service
175 key with a principal for {{ldap}} service within the realm for the host
176 on which the service runs.  For example, if you run {{slapd}} on
177 {{EX:directory.example.com}} and your realm is {{EX:EXAMPLE.COM}},
178 you need to create a service key with the principal:
179
180 >       ldap/directory.example.com@EXAMPLE.COM
181
182 When {{slapd}}(8) runs, it must have access to this key.  This is
183 generally done by placing the key into a keytab, such as
184 {{FILE:/etc/krb5.keytab}}.
185
186 To use the GSSAPI mechanism to authenticate to the directory, the
187 user obtains a Ticket Granting Ticket (TGT) prior to running the
188 LDAP client.  When using OpenLDAP client tools, the user may mandate
189 use of the GSSAPI mechanism by specifying {{EX:-Y GSSAPI}} as a
190 command option.
191
192 For the purposes of authentication and authorization, {{slapd}}(8)
193 associates a non-mapped authentication request DN of the form:
194
195 >       uid=<principal>,cn=<realm>,cn=gssapi,cn=auth
196
197 Continuing our example, a user
198 with the Kerberos principal {{EX:kurt@EXAMPLE.COM}} would have
199 the associated DN:
200
201 >       uid=kurt,cn=example.com,cn=gssapi,cn=auth
202
203 and the principal {{EX:ursula@FOREIGN.REALM}} would have the
204 associated DN:
205
206 >       uid=ursula,cn=foreign.realm,cn=gssapi,cn=auth
207
208
209 H3: DIGEST-MD5
210
211 This section describes the use of the SASL DIGEST-MD5 mechanism using
212 secrets stored either in the directory itself or in Cyrus SASL's own
213 database. DIGEST-MD5 relies on the client and the server sharing a
214 "secret", usually a password. The server generates a challenge and the
215 client a response proving that it knows the shared secret. This is much
216 more secure than simply sending the secret over the wire.
217
218 Cyrus SASL supports several shared-secret mechanisms. To do this, it
219 needs access to the plaintext password (unlike mechanisms which pass
220 plaintext passwords over the wire, where the server can store a hashed
221 version of the password).
222
223 Secret passwords are normally stored in Cyrus SASL's own {{sasldb}}
224 database, but if OpenLDAP has been compiled with Cyrus SASL 2.1 it is
225 possible to store the secrets in the LDAP database itself. With Cyrus
226 SASL 1.5, secrets may only be stored in the {{sasldb}}.  In either
227 case it is very important to apply file access controls and LDAP access
228 controls to prevent exposure of the passwords.
229
230 The configuration and commands discussed in this section assume the use
231 of Cyrus SASL 2.1. If you are using version 1.5 then certain features
232 will not be available, and the command names will not have the trailing
233 digit "2".
234
235 To use secrets stored in {{sasldb}}, simply add users with the
236 {{saslpasswd2}} command:
237
238 >       saslpasswd2 -c <username>
239
240 The passwords for such users must be managed with the {{saslpasswd2}}
241 command.
242
243 To use secrets stored in the LDAP directory, place plaintext passwords
244 in the {{EX:userPassword}} attribute. It will be necessary to add an
245 option to {{EX:slapd.conf}} to make sure that passwords changed through
246 LDAP are stored in plaintext:
247
248 >       password-hash   {CLEARTEXT}
249
250 Passwords stored in this way can be managed either with {{EX:ldappasswd}}
251 or by simply modifying the {{EX:userPassword}} attribute.
252
253 Wherever the passwords are stored, a mapping will be needed from SASL
254 authentication IDs to regular DNs. The DIGEST-MD5 mechanism produces
255 authentication IDs of the form:
256
257 >       uid=<username>,cn=<realm>,cn=digest-md5,cn=auth
258
259 NOTE that if the default realm is used, the realm name is omitted from
260 the ID, giving:
261
262 >       uid=<username>,cn=digest-md5,cn=auth
263
264 See {{SECT: Mapping Authentication identities to LDAP entries}} below
265 for information on mapping such IDs to DNs.
266
267 With suitable mappings in place, users can specify SASL IDs when
268 performing LDAP operations, and the password stored in {{sasldb}} or in
269 the directory itself will be used to verify the authentication.
270 For example, the user identified by the directory entry:
271
272 >       dn: cn=Andrew Findlay+uid=u000997,dc=example,dc=com
273 >       objectclass: inetOrgPerson
274 >       objectclass: person
275 >       sn: Findlay
276 >       uid: u000997
277 >       userPassword: secret
278
279 can issue commands of the form:
280
281 >       ldapsearch -U u000997 -b dc=example,dc=com 'cn=andrew*'
282
283 or can specify the realm explicitly:
284
285 >       ldapsearch -U u000997@myrealm -b dc=example,dc=com 'cn=andrew*'
286
287 If several SASL mechanisms are supported at your site, it may be
288 necessary to specify which one to use, e.g.:
289
290 >       ldapsearch -Y DIGEST-MD5 -U u000997 -b dc=example,dc=com 'cn=andrew*'
291
292
293 Note: in each of the above cases, no authorization identity (e.g.
294 {{EX:-X}}) was provided.   Unless you are attempting
295 {{SECT:SASL Proxy Authorization}}, no authorization identity should
296 be specified.  The server will infer an authorization identity from
297 authentication identity (as described below).
298
299
300 H3: Mapping Authentication identities to LDAP entries
301
302 The authentication mechanism in the slapd server will use SASL
303 library calls to obtain the authenticated user's "username", based
304 on whatever underlying authentication mechanism was used.  This
305 username is in the namespace of the authentication mechanism, and
306 not in the LDAP namespace. As stated in the sections above, that
307 username is reformatted into an authentication request DN of the
308 form
309
310 >       uid=<username>,cn=<realm>,cn=<mechanism>,cn=auth
311
312 or
313
314 >       uid=<username>,cn=<mechanism>,cn=auth
315
316 depending on whether or not <mechanism> employs the concept of
317 "realms". Note also that the realm part will be omitted if the default
318 realm was used in the authentication.
319
320 It is not intended that you should add LDAP entries of the above
321 form to your LDAP database. Chances are you have an LDAP entry for
322 each of the people that will be authenticating to LDAP, laid out
323 in your directory tree, and the tree does not start at cn=auth.
324 But if your site has a clear mapping between the "username" and an
325 LDAP entry for the person, you will be able to configure your LDAP
326 server to automatically map a authentication request DN to the
327 user's {{authentication DN}}.
328
329 Note: it is not required that the authentication request DN nor the
330 user's authentication DN resulting from the mapping refer to an
331 entry held in the directory.  However, additional capabilities
332 become available (see below).
333
334 The LDAP administrator will need to tell the slapd server how to
335 map an authentication request DN to a user's authentication DN.
336 This is done by adding one or more {{EX:sasl-regexp}} directives to
337 the {{slapd.conf}}(5) file.  This directive takes two arguments:
338
339 >       sasl-regexp   <search pattern>   <replacement pattern>
340
341 The authentication request DN is compared to the search pattern
342 using the regular expression functions {{regcomp}}() and {{regexec}}(),
343 and if it matches, it is rewritten as the replacement pattern. If
344 there are multiple {{EX:sasl-regexp}} directives, only the first
345 whose search pattern matches the authentication identity is used.
346 The string that is output from the replacement pattern should be
347 the authentication DN of the user, in a legitimate LDAP DN format.
348 It can also be an LDAP URL, which is discussed below.
349
350 The search pattern can contain any of the regular expression
351 characters listed in {{regexec}}(3C). The main characters of note
352 are dot ".", asterisk "*", and the open and close parenthesis "("
353 and ")".  Essentially, the dot matches any character, the asterisk
354 allows zero or more repeats of the immediately preceding character or
355 pattern, and terms in parenthesis are
356 remembered for the replacement pattern.
357
358 The replacement pattern will produce the final authentication DN
359 of the user.  Anything from the authentication request DN that
360 matched a string in parenthesis in the search pattern is stored in
361 the variable "$1". That variable "$1" can appear in the replacement
362 pattern, and will be replaced by the string from the authentication
363 request DN. If there were multiple sets of parentheses in the search
364 pattern, the variables $2, $3, etc are used.
365
366 For example, suppose the user's authentication identity is written
367 as the DN string
368
369 >       uid=adamson,cn=example.com,cn=kerberos_v4,cn=auth
370
371 and the user's actual LDAP entry is
372
373 >       uid=adamson,ou=person,dc=example,dc=com
374
375 The {{EX:sasl-regexp}} directive in {{slapd.conf}}(5) could be
376 written
377
378 >       sasl-regexp 
379 >         uid=(.*),cn=example.com,cn=kerberos_v4,cn=auth
380 >         uid=$1,ou=person,dc=example,dc=com
381
382 An even more lenient rule could be written as
383
384 >       sasl-regexp
385 >         uid=(.*),cn=.*,cn=auth 
386 >         uid=$1,ou=person,dc=example,dc=com
387
388 Be careful about setting the search pattern too leniently, however,
389 since it may mistakenly allow people to become authenticated as a
390 DN to which they should not have access. It is better to write
391 several strict directives than one lenient directive which has
392 security holes. If there is only one authentication mechanism in
393 place at your site, and zero or one realms in use, you might be
394 able to map between authentication identities and LDAP DN's with
395 a single {{EX:sasl-regexp}} directive.
396
397 Don't forget to allow for the case where the realm is omitted as well
398 as the case with an explicitly specified realm. This may well
399 require a separate {{EX:sasl-regexp}} directive for each case, with the
400 explicit-realm entry being listed first.
401
402 Some sites may have people's DN's spread to multiple areas of the
403 LDAP tree, such as if there were an {{EX:ou=accounting}} tree and an
404 {{EX:ou=engineering}} tree, with people interspersed between them. Or
405 there may not be enough information in the authentication identity
406 to isolate the DN, such as if the above person's LDAP entry looked
407 like
408
409 >       dn: cn=mark adamson,ou=person,dc=example,dc=com
410 >       objectclass: Person
411 >       cn: mark adamson
412 >       uid: adamson
413
414 In this case, the information in the authentication identity can
415 only be used to search for the user's DN, not derive it directly.
416 For both of these situations, and others, the replacement pattern
417 in the {{EX:sasl-regexp}} directives will need to produce an LDAP
418 URL, described in the next section.
419
420
421 H3: Performing searches for a person's DN
422
423 When there is not enough information in the authentication identity
424 to derive a person's authentication DN directly, the {{EX:sasl-regexp}}
425 directives in the {{slapd.conf}}(5) file will need to produce an
426 LDAP URL.  This URL will then be used to perform an internal search
427 of the LDAP database to find the person's authentication DN.
428
429 An LDAP URL, similar to other URL's, is of the form
430
431 >       ldap://<host>/<base>?<attrs>?<scope>?<filter>
432
433 This contains all of the elements necessary to perform an LDAP
434 search:  the name of the server <host>, the LDAP DN search base
435 <base>, the LDAP attributes to retrieve <attrs>, the search scope
436 <scope> which is one of the three options "base", "one", or "sub",
437 and lastly an LDAP search filter <filter>.  Since the search is for
438 an LDAP DN within the current server, the <host> portion should be
439 empty.  The <attrs> field is also ignored since only the DN is of
440 concern.  These two elements are left in the format of the URL to
441 maintain the clarity of what information goes where in the string.
442
443 Suppose that the person in the example from above did in fact have
444 an authentication username of "adamson" and that information was
445 kept in the attribute "uid" in their LDAP entry. The {{EX:sasl-regexp}}
446 directive might be written as
447
448 >       sasl-regexp 
449 >         uid=(.*),cn=example.com,cn=kerberos_v4,cn=auth  
450 >         ldap:///ou=person,dc=example,dc=com??sub?(uid=$1)
451
452 This will initiate an internal search of the LDAP database inside
453 the slapd server. If the search returns exactly one entry, it is
454 accepted as being the DN of the user. If there are more than one
455 entries returned, or if there are zero entries returned, the
456 authentication fails and the user's connection is left bound as
457 the authentication request DN.
458
459 Note that if the search scope <scope> in the URL is "base", then
460 the only LDAP entry that will be returned is the searchbase DN
461 <base>, so the actual search of the database is skipped. This is
462 equivalent to setting the replacement pattern in the directive to
463 a DN directly, as in the section above.
464
465 The attributes that are used in the search filter <filter> in the
466 URL should be indexed to allow faster searching. If they are not,
467 the authentication step alone can take uncomfortably long periods,
468 and users may assume the server is down.
469
470 A more complex site might have several realms in use, each mapping to
471 a different sub-tree in the directory. These can be handled with
472 statements of the form:
473
474 >       # Match Engineering realm
475 >       sasl-regexp
476 >          uid=(.*),cn=engineering.example.com,cn=digest-md5,cn=auth
477 >          ldap:///dc=eng,dc=example,dc=com??sub?(&(uid=$1)(objectClass=person))
478 >
479 >       # Match Accounting realm
480 >       sasl-regexp
481 >          uid=(.*),cn=accounting.example.com,cn=digest-md5,cn=auth
482 >          ldap:///dc=accounting,dc=example,dc=com??sub?(&(uid=$1)(objectClass=person))
483 >
484 >       # Default realm is customers.example.com
485 >       sasl-regexp
486 >          uid=(.*),cn=digest-md5,cn=auth
487 >          ldap:///dc=customers,dc=example,dc=com??sub?(&(uid=$1)(objectClass=person))
488
489 Note that the explicitly-named realms are handled first, to avoid
490 the realm name becoming part of the UID. Note also the limitation
491 of matches to those entries with {{EX:(objectClass=person)}} to
492 avoid matching other entries that happen to refer to the UID.
493
494 See {{slapd.conf}}(5) for more detailed information.
495
496
497 H2: SASL Proxy Authorization
498
499 The SASL offers a feature known as {{proxy authorization}}, which
500 allows an authenticated user to request that they act on the behalf
501 of another user.  This step occurs after the user has obtained an
502 authentication DN, and involves sending an authorization identity
503 to the server. The server will then make a decision on whether or
504 not to allow the authorization to occur. If it is allowed, the
505 user's LDAP connection is switched to have a binding DN derived
506 from the authorization identity, and the LDAP session proceeds with
507 the access of the new authorization DN.
508
509 The decision to allow an authorization to proceed depends on the
510 rules and policies of the site where LDAP is running, and thus
511 cannot be made by SASL alone. The SASL library leaves it up to the
512 server to make the decision. The LDAP administrator sets the
513 guidelines of who can authorize to what identity by adding information
514 into the LDAP database entries. By default, the authorization
515 features are disabled, and must be explicitly configured by the
516 LDAP administrator before use.
517
518
519 H3: Uses of Proxy Authorization
520
521 This sort of service is useful when one entity needs to act on the
522 behalf of many other users. For example, users may be directed to
523 a web page to make changes to their personal information in their
524 LDAP entry. The users authenticate to the web server to establish
525 their identity, but the web server CGI cannot authenticate to the
526 LDAP server as that user to make changes for them. Instead, the
527 web server authenticates itself to the LDAP server as a service
528 identity, say,
529
530 >       cn=WebUpdate,dc=example,dc=com
531
532 and then it will SASL authorize to the DN of the user. Once so
533 authorized, the CGI makes changes to the LDAP entry of the user,
534 and as far as the slapd server can tell for its ACLs, it is the
535 user themself on the other end of the connection. The user could
536 have connected to the LDAP server directly and authenticated as
537 themself, but that would require the user to have more knowledge
538 of LDAP clients, knowledge which the web page provides in an easier
539 format.
540
541 Proxy authorization can also be used to limit access to an account
542 that has greater access to the database. Such an account, perhaps
543 even the root DN specified in {{slapd.conf}}(5), can have a strict
544 list of people who can authorize to that DN. Changes to the LDAP
545 database could then be only allowed by that DN, and in order to
546 become that DN, users must first authenticate as one of the persons
547 on the list. This allows for better auditing of who made changes
548 to the LDAP database.  If people were allowed to authenticate
549 directly to the priviliged account, possibly through the {{EX:rootpw}}
550 {{slapd.conf}}(5) directive or through a {{EX:userPassword}}
551 attribute, then auditing becomes more difficult.
552
553 Note that after a successful proxy authorization, the original
554 authentication DN of the LDAP connection is overwritten by the new
555 DN from the authorization request. If a service program is able to
556 authenticate itself as its own authentication DN and then authorize
557 to other DN's, and it is planning on switching to several different
558 identities during one LDAP session, it will need to authenticate
559 itself each time before authorizing to another DN (or use a different
560 proxy authorization mechanism).  The slapd server does not keep
561 record of the service program's ability to switch to other DN's.
562 On authentication mechanisms like Kerberos this will not require
563 multiple connections being made to the Kerberos server, since the
564 user's TGT and "ldap" session key are valid for multiple uses for
565 the several hours of the ticket lifetime.
566
567
568 H3: SASL Authorization Identities
569
570 The SASL authorization identity is sent to the LDAP server via the
571 {{EX:-X}} switch for {{ldapsearch}}(1) and other tools, or in the
572 {{EX:*authzid}} parameter to the {{lutil_sasl_defaults}}() call.
573 The identity can be in one of two forms, either
574
575 >       u:<username>
576
577 or
578
579 >       dn:<dn>
580
581 In the first form, the <username> is from the same namespace as
582 the authentication identities above. It is the user's username as
583 it is refered to by the underlying authentication mechanism.
584 Authorization identities of this form are converted into a DN format
585 by the same function that the authentication process used, producing
586 an {{authorization request DN}} of the form
587
588 >       uid=<username>,cn=<realm>,cn=<mechanism>,cn=auth
589
590 That authorization request DN is then run through the same
591 {{EX:sasl-regexp}} process to convert it into a legitimate authorization
592 DN from the database. If it cannot be converted due to a failed
593 search from an LDAP URL, the authorization request fails with
594 "inappropriate access".  Otherwise, the DN string is now a legitimate
595 authorization DN ready to undergo approval.
596
597 If the authorization identity was provided in the second form, with
598 a {{EX:"dn:"}} prefix, the string after the prefix is already in
599 authorization DN form, ready to undergo approval.
600
601
602 H3: Proxy Authorization Rules
603
604 Once slapd has the authorization DN, the actual approval process
605 begins. There are two attributes that the LDAP administrator can
606 put into LDAP entries to allow authorization:
607
608 >       saslAuthzTo
609 >       saslAuthzFrom
610
611 Both can be multivalued.  The {{EX:saslAuthzTo}} attribute is a
612 source rule, and it is placed into the entry associated with the
613 authentication DN to tell what authorization DNs the authenticated
614 DN is allowed to assume.  The second attribute is a destination
615 rule, and it is placed into the entry associated with the requested
616 authorization DN to tell which authenticated DNs may assume it.
617
618 The choice of which authorization policy attribute to use is up to
619 the administrator.  Source rules are checked first in the person's
620 authentication DN entry, and if none of the {{EX:saslAuthzTo}} rules
621 specify the authorization is permitted, the {{EX:saslAuthzFrom}}
622 rules in the authorization DN entry are then checked. If neither
623 case specifies that the request be honored, the request is denied.
624 Since the default behaviour is to deny authorization requests, rules
625 only specify that a request be allowed; there are no negative rules
626 telling what authorizations to deny.
627
628 The value(s) in the two attributes are of the same form as the
629 output of the replacement pattern of a {{EX:sasl-regexp}} directive:
630 either a DN or an LDAP URL. For example, if a {{EX:saslAuthzTo}}
631 value is a DN, that DN is one the authenticated user can authorize
632 to. On the other hand, if the {{EX:saslAuthzTo}} value is an LDAP
633 URL, the URL is used as an internal search of the LDAP database,
634 and the authenticated user can become ANY DN returned by the search.
635 If an LDAP entry looked like:
636
637 >       dn: cn=WebUpdate,dc=example,dc=com
638 >       saslAuthzTo: ldap:///dc=example,dc=com??sub?(objectclass=Person)
639
640 then any user who authenticated as cn=WebUpdate,dc=example,dc=com
641 could authorize to any other LDAP entry under the search base
642 "dc=example,dc=com" which has an objectClass of "Person".
643
644
645 H4: Notes on Proxy Authorization Rules
646
647 An LDAP URL in a {{EX:saslAuthzTo}} or {{EX:saslAuthzFrom}} attribute
648 will return a set of DNs.  Each DN returned will be checked.
649 Searches which return a large set can cause the authorization
650 process to take an uncomfortably long time. Also, searches should
651 be performed on attributes that have been indexed by slapd.
652
653 To help produce more sweeping rules for {{EX:saslAuthzFrom}} and
654 {{EX:saslAuthzTo}}, the values of these attributes are allowed to
655 be DNs with regular expression characters in them. This means a
656 source rule like
657
658 >       saslAuthzTo: uid=.*,dc=example,dc=com
659
660 would allow that authenticated user to authorize to any DN that
661 matches the regular expression pattern given. This regular expression
662 comparison can be evaluated much faster than an LDAP search for
663 {{EX:(uid=*)}}.
664
665 Also note that the values in an authorization rule must be one of
666 the two forms: an LDAP URL or a DN (with or without regular expression
667 characters). Anything that does not begin with "{{EX:ldap://}}" is
668 taken as a DN. It is not permissable to enter another authorization
669 identity of the form "{{EX:u:<username>}}" as an authorization rule.
670
671
672 H4: Policy Configuration
673
674 The decision of which type of rules to use, {{EX:saslAuthzFrom}}
675 or {{EX:saslAuthzTo}}, will depend on the site's situation. For
676 example, if the set of people who may become a given identity can
677 easily be written as a search filter, then a single destination
678 rule could be written. If the set of people is not easily defined
679 by a search filter, and the set of people is small, it may be better
680 to write a source rule in the entries of each of those people who
681 should be allowed to perform the proxy authorization.
682
683 By default, processing of proxy authorization rules is disabled.
684 The {{EX:sasl-authz-policy}} directive must be set in the
685 {{slapd.conf}}(5) file to enable authorization. This directive can
686 be set to {{EX:none}} for no rules (the default), {{EX:from}} for
687 source rules, {{EX:to}} for destination rules, or {{EX:both}} for
688 both source and destination rules.
689
690 Destination rules are extremely powerful. If ordinary users have
691 access to write the {{EX:saslAuthzTo}} attribute in their own entries, then
692 they can write rules that would allow them to authorize as anyone else.
693 As such, when using destination rules, the {{EX:saslAuthzTo}} attribute
694 should be protected with an ACL that only allows privileged users
695 to set its values.