Note TLS-Client-Cert-* attributes
[freeradius.git] / man / man5 / rlm_chap.5
1 .TH rlm_chap 5 "3 February 2004" "" "FreeRADIUS Module"
2 .SH NAME
3 rlm_chap \- FreeRADIUS Module
4 .SH DESCRIPTION
5 The \fIrlm_chap\fP module provides CHAP functionality.
6 .PP
7 This module validates a user with CHAP authentication.
8 If called in Authorize, it will look for CHAP-Password
9 attribute in the Acess-Request and adds an Auth-Type
10 attribute set to CHAP if the Config-Items list unless 
11 Auth-Type has already set.
12 .PP
13 CHAP authentication requires access to the clear-text
14 password for the user.  Standard Unix system authentication
15 or passwords encrypted via crypt() are not compatible
16 with CHAP.
17 .PP
18 .SH SECTIONS
19 .BR authorization,
20 .BR authentication
21 .PP
22 .SH FILES
23 .I /etc/raddb/radiusd.conf
24 .PP
25 .SH "SEE ALSO"
26 .BR radiusd (8),
27 .BR radiusd.conf (5)
28 .SH AUTHOR
29 Chris Parker, cparker@segv.org
30