New build path variable
[freeradius.git] / doc / rlm_ldap
1 1.   INSTALLATION
2
3 This module depends on OpenLDAP v2.x SDK libraries.  For details on obtaining
4 source of OpenLDAP look at <http://www.openldap.org>.  OpenLDAP SDK in turn
5 depends on OpenSSL crypto libraries and (optionaly) on Cyrus-SASL libraries.
6
7 See also: http://www.tldp.org/HOWTO/LDAP-Implementation-HOWTO/radius.html
8
9 It's not up to date, though.  For example, you do NOT have to edit
10 the "dictionary" file.
11
12 2. LDAP ATTRIBUTES
13
14 The mapping between radius and ldap attributes is in raddb/ldap.attrmap. You
15 should edit the file and add any new mapping which you need. The schema files
16 is located in doc/examples/openldap.schema. Before adding any radius attributes
17 the ldap server schema should be updated.  All ldap entries containing radius
18 attributes should contain at least "objectclass: radiusprofile"
19
20 radiusCheckItem and radiusReplyItem are special. They allow the administrator
21 to add any check or reply item respectively without adding it in the ldap
22 schema. The format should be <ldap-attribute>: <radius-attribute> <operator>
23 <value>
24
25 ie radiusReplyItem: Cisco-AVPair := "ip:addr-pool=dialin_pool"
26
27 3. CONFIGURATION
28
29 Add following subsection to the modules{} section of radiusd.conf to control
30 the rlm_ldap module:
31
32   modules { ...
33         
34         ldap {
35
36 #       server: LDAP server hostname/ip address
37 #
38 #       Optionaly could contain space separated list of host[:port], but
39 #       redundancy/resiliency is better acheived configuring multiple rlm_ldap
40 #       module instances and invocing them in   redundand/failover
41 #       configuration in authorize/authenticate sections
42 #
43 #       You can also pass an ldap url like ldap://localhost
44 #       That way you can also specify alternative ldap schemas like
45 #       ldaps:// or ldapi://
46 #       The port directive will be ignored in that case
47 #               
48 #       default: settings for your system, as set in etc/openldap/ldap.conf
49 #
50                 server   = localhost
51
52 #       port: LDAP server port
53 #               
54 #       If LDAP server port is set to 636 (ldaps), SSL connection is enforced.
55 #       This feature is useful for LDAP servers which support SSL, but don't
56 #       do TLS negotiation (like Novell eDirectory).
57 #       
58 #       default: 389 (ldap)
59 #
60                 port = 636
61
62 #       net_timeout: # of seconds to wait for response of the server (network
63 #       failures) default: 10
64 #
65                 net_timeout = 1
66
67 #       timeout: # seconds to wait for LDAP query to finish default: 20
68 #
69                 timeout = 2
70
71 #       timelimit: # of seconds server has to process the query (server-side
72 #       time limit) default: 20
73 #
74                 timelimit = 5
75
76 #       ldap_debug: debug flag for LDAP SDK (see OpenLDAP documentation)
77 #       default: 0x0000 (no debugging messages)
78 #       Example:(LDAP_DEBUG_FILTER+LDAP_DEBUG_CONNS)
79                 ldap_debug = 0x0028 
80
81 #       identity: DN under which LDAP searches are done password: pasword
82 #       which authenticate this DN default: anonymous bind, no password
83 #       required NOTE: searches are done now over unencrypted connection!
84 #
85 #       identity = "cn=admin,o=My Org,c=UA" password = mypass
86
87
88 #       ldap_connections_number: The number of ldap connections that the
89 #       module will keep open to use in requests. Usually it will not need to
90 #       be larger than 5-10 connections default: 5
91
92         ldap_connections_number = 5
93
94 #       basedn = <Base of LDAP searches>
95 #
96                 basedn   = "o=My Org,c=UA"
97
98 #       filter: LDAP search filter, to locate user object using name supplied
99 #       by client during Radius authentication
100 #       
101 #       default: filter   = "(uid=%u)"
102
103 #       base_filter: The LDAP search filter used for base scope searches, like
104 #       when searching for the default or regular profiles
105 #
106 #       deafault: base_filter = "(objectclass=radiusprofile)"
107
108                 filter   = "(uid=%u)"
109
110 #       start_tls: When set to "yes" the StartTLS extended operation is used to
111 #       start TLS transport encryption.
112                 start_tls = no
113
114 #       tls_mode: When set to "yes" OR the server port is 636 we try to connect with TLS
115 #       Start TLS should be prefered, tls_mode is provided only for ldap servers
116 #       like Active Directory which do not support it.
117 #       default: no
118
119                 tls_mode = no
120
121 #       tls_cacertfile: A PEM-encoded file that contains the CA Certificates that
122 #       you trust
123                 tls_cacertfile = /path/to/cacert.pem
124
125 #       tls_cacertdir: Path the a directory of CA Certificates that you trust, the
126 #       directory must be in "hash format" (see openssl verify)
127                 tls_cacertdir = /path/to/ca/dir/
128
129 #       tls_certfile: The PEM Encoded certificate file that we should present to
130 #       clients connecting
131                 tls_certfile = /path/to/radius.crt
132
133 #       tls_keyfile: The PEM Encoded private key that we should use to encrypt the
134 #       session
135                 tls_keyfile = /path/to/radius.key
136
137 #       tls_randfile: A file containing random data to seed the OpenSSL PRNG.  Not
138 #       needed if your OpenSSL is already properly random.
139                 tls_randfile = /path/to/rnd
140
141 #       tls_require_cert: Certificate Verification requirements.  Can be "never"
142 #       (don't even bother trying), "allow" (try, but don't fail if the cerificate
143 #       can't be verified), or "demand" (fail if the certificate doesn't verify.)
144 #       The default is "allow"
145                 tls_require_cert = "allow"
146
147 #       default_profile: DN of a LDAP object, which contains default RADIUS
148 #       attributes.  default: NULL - use only user specific attributes or
149 #       attributes, supplied by other modules.
150 #               
151         default_profile = "cn=RadProfile,o=My Org,c=UA"
152
153 #       profile_attribute: user object attribute, which contains DN of
154 #       radiusProfile object for this user.  default: NULL - use only user
155 #       specific attributes or attributes, supplied by other modules.
156 #
157 #       profile_attribute = "radiusProfileDn"
158
159 #       access_attr_used_for_allow: Define if the access attribute (described
160 #       below) will be used to allow access (meaning if it exists then user
161 #       remote access will be allowed) or to deny access.  default: yes - used
162 #       to allow access
163
164 #       access_attr: if attribute is specified, module checks for its
165 #       existance in user object.  If access_attr_used_for_allow is set to
166 #       yes: If it exists the user is allowed to get remote access.  If it
167 #       exists and is set to FALSE the user is denied remote access.  If it
168 #       does not exist user is denied remote access by default if
169 #       access_attr_used_for_allow is set to no: If it exists the user is
170 #       denied remote access.  If it does not exist user is allowed remote
171 #       access.
172 #
173 #       default: NULL - don't check for the attribute
174
175         access_attr = "dialupAccess"
176
177 #       password_header: If the user password is available we add it to the
178 #       check items (to assist in CHAP ie) striping any headers first.
179 #       NOTE: The password_header directive is NOT case insensitive
180 #       default: NULL
181 #
182 #       password_header = "{clear}"
183
184 #       password_attribute: Define the attribute which contains the user
185 #       password.
186 #       While integrating FreeRADIUS with Novell eDirectory, set
187 #       'password_attribute = nspmpassword' in order to use the universal
188 #       password of the eDirectory users for RADIUS authentication. This will
189 #       work only if FreeRADIUS is configured to build with --with-edir option.
190 #
191 #       default: NULL - don't add password
192 #
193 #       password_attribute = "userPassword"
194
195 #       edir_account_policy_check: Specifies if the module has to enforce
196 #       Novell eDirectory account policy check and intruder detection for
197 #       RADIUS users.  This will work only if FreeRADIUS is configured to build
198 #       with --with-edir option.
199 #
200 #       default: yes - eDirectory account policy check enabled
201 #
202 #       edir_account_policy_check = no
203
204 #       groupname_attribute: The attribute containing group name in the LDAP
205 #       server. It is used to search group by name.
206 #
207 #       default: cn - Search filter is "(cn=%GroupName)"
208 #
209 #       groupname_attribute = "cn"
210
211 #       compare_check_items: Specifies if the module will do a comparison on
212 #       the check items extracted from the ldap with the corresponding items
213 #       present in the incoming request.
214 #
215 #       default: no - don't do any comparisons
216 #
217 #       compare_check_items = yes
218
219 #       do_xlat: Specifies if the module will do an xlat on the radius attributes
220 #       extracted from the ldap database. Also the attribute operators will be
221 #       honored. If the directive is set to 'no' then we will fall back to the
222 #       pairadd() function which will just add the attributes at the end of the
223 #       corresponding attribute list (check or reply items). This can be used to
224 #       fall back to 0.8.1 behaviour without changing the ldap data or to gain a
225 #       little performance if the ldap data is rather simple (no special operators)
226 #
227 #       default: yes - do an xlat and honor operators
228 #
229 #       do_xlat = yes
230         
231
232 #       groupmembership_filter: The filter to search for group membership of a
233 #       particular user after we have found the DN for the group.
234 #
235 #       default: (|(&(objectClass=GroupOfNames)(member=%{Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn})))
236 #
237 #       groupmembership_filter = "(|(&(objectClass=GroupOfNames)(member=%{Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn})))"      
238
239
240 #       groupmembership_attribute: The attribute in the user entry that states
241 #       the group the user belongs to.  The attribute can either contain the
242 #       group name or the group DN. If it contains the group DN
243 #       groupmembership_attribute will also be used to find the group's name.
244 #       The attribute will be used after a search based on the
245 #       groupname_attribute and groupmembership_filter has failed.  default:
246 #       NULL - don't search for a group based on attributes in the user entry.
247 #
248 #       groupmembership_attribute = "radiusGroupName"
249
250         } }
251
252 MODULE MESSAGES: On user rejection rlm_ldap will return the following module
253 messages:
254
255 "rlm_ldap: User not found" "rlm_ldap: Access Attribute denies access"
256 "rlm_ldap: Bind as user failed"
257
258 These messages will be visible in radius.log as aditional information in
259 "Login incorrect" and "Invalid user" log messages.
260
261 LDAP XLAT: The ldap module now supports LDAP URLs in xlat strings. That is you
262 can now add LDAP URLs in the configuration options and hopefully shortly also
263 in the users file. The strings will be of the following form:
264
265 %{ldap:ldap:///dc=company,dc=com?uid?sub?uid=%u}
266
267 The requested attributes list MUST contain only ONE attribute. In case this
268 attribute is multi valued which value is returned is considered UNDEFINED.
269 Also, adding the host:port information SHOULD be avoided unless there are more
270 than one ldap module instances in which case the host,port information can be
271 used to distinguish which module will actually return the information (the
272 xlat function will return NULL if the host,port information does not
273 correspond to the configured attributes).  If there are more than one
274 instances the module instance name can be used instead of the string 'ldap'
275 before the ldap url to decide which instance will return the information.
276 That is the xlat string will be of the form:
277
278 %{$instance_name:ldap:///dc=comapny,dc=com?uid?sub?uid=%u}
279
280 i.e.: ${ldap_company1:ldap:///dc=company1,dc=com?uid?sub?uid=%u}
281
282
283 USER PROFILE ATTRIBUTE: The module can use the User-Profile attribute. If it
284 is set, it will assume that it contains the DN of a profile entry containing
285 radius attributes. This entry will _replace_ the default profile directive.
286 That way we can use different profiles based on checks on the radius
287 attributes contained in the Access-Request packets. For example (users file):
288
289 DEFAULT Service-Type == Outbound-User, User-Profile := "uid=outbound-dialup,dc=company,dc=com"
290  
291
292 GROUP SUPPORT: The module supports searching for ldap groups by use of the
293 Ldap-Group attribute. As long as the module has been instanciated it can be
294 used to do group membership checks through other modules. For example in the
295 users file:
296
297 DEFAULT Ldap-Group == "disabled", Auth-Type := Reject 
298         Reply-Message = "Sorry, you are not allowed to have dialup access"
299
300 DNs are also accepted as Ldap-Group values, i.e.:
301
302 DEFAULT Ldap-Group == "cn=disabled,dc=company,dc=com", Auth-Type := Reject
303         Reply-Message = "Sorry, you are not allowed to have dialup access"
304
305
306
307 Also if you are using multiple ldap module instances a per instance
308 Ldap-Group attribute is registered and can be used. It is of the form
309 <instance_name>-Ldap-Group. In other words if in radiusd.conf we
310 configure an ldap module instance like:
311
312 ldap myname { [...] }
313
314 we can then use the myname-Ldap-Group attribute to match user
315 groups. Make sure though that the ldap module is instantiated *before*
316 the files module so that it will have time to register the
317 corresponding attribute. One solution would be to add the ldap module
318 in the instantiate{} block in radiusd.conf
319
320
321 USERDN Attribute:
322 When rlm_ldap has found the DN corresponding to the username provided
323 in the access-request (all this happens in the authorize section) it
324 will add an Ldap-UserDN attribute in the request items list containing
325 that DN. The attribute will be searched for in the authenticate
326 section and if present will be used for authentication (ldap bind with
327 the user DN/password). Otherwise a search will be performed to find
328 the user dn. If the administrator wishes to use rlm_ldap only for
329 authentication or does not wish to populate the identity,password
330 configuration attributes he can set this attribute by other means and
331 avoid the ldap search completely. For instance it can be set through
332 the hints file in the authorize section:
333
334 DEFAULT Ldap-UserDN := `uid=%{User-Name},ou=people,dc=company,dc=com`
335
336 The "users" file won't work, because it can't add items to the request.
337
338
339 DIRECTORY COMPATIBILITY NOTE: If you use LDAP only for authorization and
340 authentication (e.g. you can not afford schema extension), we suggest you set
341 all necessary attributes in raddb/users file with following authorize section
342 of radiusd.conf :
343
344 authorize { ldap { notfound = return } files  }
345
346 LDAP and Active Directory
347 -------------------------
348
349 Active directory does not return anything in the userPassword
350 attribute, unlike other LDAP servers.  As a result, you cannot use
351 Active Directory to perform CHAP, MS-CHAP, or EAP-MD5 authentication.
352 You can only use PAP, and then only if you list "ldap" in the
353 "authenticate" section.
354
355 To do MS-CHAP against an Active Directory domain, see the comments in
356 radiusd.conf, about "ntlm_auth".  You will need to install Samba.
357
358
359 If you see "Operations error" returned from an LDAp query, you may
360 need to set dsHeuristics to 0000002 in Active Directory.  This allows
361 searches to function similar to how they did in Active Directory
362 2k2. You can update dsHeuristics by launching ldp.exe, going to
363 'connection' and create a new connection. Then goto bind and bind to
364 your ldap server. Next select the 'Browse' menu and choose
365 'modify'. The DN *might* look like this:
366
367 CN=Directory Service,CN=Windows
368 NT,CN=Services,CN=Configuration,DC=mycompany,DC=com
369
370 Attribute is: dsHeuristics
371 Value is: 0000002
372
373 Set the operation to replace and you should be set.  This should solve
374 the 'Operations error' error that happens when attempting to search
375 without specifying an OU.