#
# $Id: eap.conf,v 1.1 2005/05/18 13:58:26 teemu Exp $
#
# Cleaned up EAP example. See original eap.conf for comments.
#
	eap {
		default_eap_type = tls
		timer_expire     = 60
		ignore_unknown_eap_types = no
		cisco_accounting_username_bug = no
		
		md5 {
		}

		leap {
		}

		gtc {
			auth_type = PAP
		}

		tls {
			private_key_password = pw4server
			private_key_file = ${raddbdir}/certs/serverkey.pem
			certificate_file = ${raddbdir}/certs/servercert.pem
			CA_file = ${raddbdir}/certs/cacert.pem
			dh_file = ${raddbdir}/certs/dh
			random_file = ${raddbdir}/certs/random
			fragment_size = 1024
		}

		mschapv2 {
		}
	}

