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: f4a91a948637bb2f42f613ed9faa6f9ae9ae6099 $
4 - 4
 
5
 
6
# Pluggable Authentication Modules
7
#
8
#  For Linux, see:
9
#	http://www.kernel.org/pub/linux/libs/pam/index.html
10
#
11
#  WARNING: On many systems, the system PAM libraries have
12
#           memory leaks!  We STRONGLY SUGGEST that you do not
13
#	    use PAM for authentication, due to those memory leaks.
14
#
15
pam {
16
	#
17
	#  The name to use for PAM authentication.
18
	#  PAM looks in /etc/pam.d/${pam_auth_name}
19
	#  for it's configuration.  See 'redhat/radiusd-pam'
20
	#  for a sample PAM configuration file.
21
	#
22
	#  Note that any Pam-Auth attribute set in the 'authorize'
23
	#  section will over-ride this one.
24
	#
25
	pam_auth = radiusd
26
}