#  -*- text -*-
#
#
#  $Id: 2812a06cb7fb0675b6fa0ebdb231271338f857bd $

#######################################################################
#
#  = Pluggable Authentication Module
#
#  For Linux, see http://www.kernel.org/pub/linux/libs/pam/index.html
#
#  WARNING: On some systems, the system PAM libraries have memory
#  leaks! We STRONGLY SUGGEST that you do not use `PAM` for
#  authentication, due to those memory leaks.
#

#
#  == Configuration Settings
#
pam {
	#
	#  pam_auth::
	#
	#  The name to use for PAM authentication.
	#
	#  `PAM` looks in `/etc/pam.d/${pam_auth_name}` for it's
	#  configuration.
	#
	#  See `redhat/radiusd-pam` for a sample PAM configuration file.
	#
	#  NOTE: Any `Pam-Auth` attribute that is set will override this one.
	#
	pam_auth = radiusd
}
