import from HEAD:
[freeradius.git] / man / man5 / rlm_pap.5
1 .TH rlm_pap 5 "3 February 2004" "" "FreeRADIUS Module"
2 .SH NAME
3 rlm_pap \- FreeRADIUS Module
4 .SH DESCRIPTION
5 The \fIrlm_pap\fP module provides PAP functionality.
6 .PP
7 PAP authentication works with passwords stored in clear-text
8 format or in an encrypted ( via crypt() ) format.
9 .PP
10 The configuration item(s):
11 .IP encryption_scheme
12 The method used to encrypt the password.  Valid values are:
13 .DS
14 .br     
15         clear
16 .br
17         crypt (DEFAULT)
18 .br
19         md5
20 .br
21         sha1
22 .DE
23 .SH SECTIONS
24 .BR authenticate
25 .PP
26 .SH FILES
27 .I /etc/raddb/radiusd.conf
28 .PP
29 .SH "SEE ALSO"
30 .BR radiusd (8),
31 .BR radiusd.conf (5)
32 .SH AUTHOR
33 Chris Parker, cparker@segv.org
34