Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates > by-pkgid > ad6a55e904e8b907b5158134c74b7a47 > files > 53

freeradius-2.2.8-1.mga5.i586.rpm

# -*- text -*-
#
#  $Id: 5c7d29d654bea9c076d6434f32795c2b2d002757 $

# PAP module to authenticate users based on their stored password
#
#  Supports multiple encryption/hash schemes.  See "man rlm_pap"
#  for details.
#
#  The "auto_header" configuration item can be set to "yes".
#  In this case, the module will look inside of the User-Password
#  attribute for the headers {crypt}, {clear}, etc., and will
#  automatically create the attribute on the right-hand side,
#  with the correct value.  It will also automatically handle
#  Base-64 encoded data, hex strings, and binary data.
#
#  For instructions on creating the various types of passwords, see:
#
#  http://www.openldap.org/faq/data/cache/347.html
pap {
	auto_header = no
}