Add mods-available/enabled
[freeradius.git] / raddb / modules / pap
1 # -*- text -*-
2 #
3 #  $Id$
4
5 # PAP module to authenticate users based on their stored password
6 #
7 #  Supports multiple encryption/hash schemes.  See "man rlm_pap"
8 #  for details.
9 #
10 #  The "auto_header" configuration item can be set to "yes".
11 #  In this case, the module will look inside of the User-Password
12 #  attribute for the headers {crypt}, {clear}, etc., and will
13 #  automatically create the attribute on the right-hand side,
14 #  with the correct value.  It will also automatically handle
15 #  Base-64 encoded data, hex strings, and binary data.
16 #
17 #  For instructions on creating the various types of passwords, see:
18 #
19 #  http://www.openldap.org/faq/data/cache/347.html
20 pap {
21         auto_header = no
22 }