blob: 1636b52ea4652757147cb13873f24db99474c305 [file] [log] [blame]
Chetan Gaonker7f4bf742016-05-04 15:56:08 -07001# -*- text -*-
2#
3# $Id: 0038ecd154840c71ceff33ddfdd936e4e28e0bcd $
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# For instructions on creating the various types of passwords, see:
11#
12# http://www.openldap.org/faq/data/cache/347.html
13pap {
14 # By default the server will use heuristics to try and automatically
15 # handle base64 or hex encoded passwords. This behaviour can be
16 # stopped by setting the following to "no".
17 normalise = yes
18}