server peap {

authorize {
	preprocess
	mschap
	eap {
                ok = return
        }
	ldap
	pap
}

authenticate {
	Auth-Type PAP {
		pap
	}

	Auth-Type CHAP {
		chap
	}
	Auth-Type MS-CHAP {
                mschap
        }
	eap
}


preacct {
	preprocess
	acct_unique
	suffix
}

accounting {
	radutmp
	attr_filter.accounting_response
}
}
