Subversion Repositories configs

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# -*- text -*-
2
#
34 - 3
#  $Id: 5c7d29d654bea9c076d6434f32795c2b2d002757 $
4 - 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
}