Subversion Repositories configs

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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