blob: a31dfdaa6f4f2ef3ad012ebfe0b89ab36639668f [file] [log] [blame]
Chetan Gaonker7f4bf742016-05-04 15:56:08 -07001# -*- text -*-
2#
3# $Id: f4a91a948637bb2f42f613ed9faa6f9ae9ae6099 $
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#
15pam {
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}