Sophie

Sophie

distrib > Mageia > 4 > x86_64 > media > core-updates > by-pkgid > 61b33c2646c84a679cdfe96387c44e75 > files > 53

freeradius-2.2.0-5.1.mga4.x86_64.rpm

# -*- text -*-
#
#  $Id$

# 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
}