forked from infra/ansible
23 lines
738 B
Plaintext
23 lines
738 B
Plaintext
# -*- 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
|
|
}
|