[RADIATOR] Handler for EAP selection
Markus Moeller
huaraz at moeller.plus.com
Fri Jan 22 04:33:27 CST 2010
Is there a way to select a Handler based on the EAP type ? As you can see I have to select somehow different files to check against.
<Handler ...EAPType=MD5... >
Authby MACAuth
</Handler>
<Handler ...EAPTYPE=TLS... >
Authby CERTAuth
</Handler>
#
# 802.1x testing
#
<AuthBy FILE>
Identifier MACAuth
Filename %D/../data/mac_database
EAPType MD5-Challenge
</AuthBy>
<AuthBy FILE>
Identifier CERTAuth
Filename %D/../data/default_file_auth
EAPType TLS
EAPTLS_CAFile %D/../data/certs/CA/ALL-ca-certs.pem
EAPTLS_CertificateFile %D/../data/certs/cert.pem
EAPTLS_CertificateType PEM
EAPTLS_PrivateKeyFile %D/../data/certs/key.pem
EAPTLS_PrivateKeyPassword bla
EAPTLS_MaxFragmentSize 1000
EAPTLS_CRLCheck
EAPTLS_CRLFile %D/../data/certs/revocations.pem
#
AutoMPPEKeys
</AuthBy>
Thank you
Markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.open.com.au/pipermail/radiator/attachments/20100122/77593eaa/attachment.html
More information about the radiator
mailing list