From 98f4d42ff96d69d2108dbeed64e347dffb31dc0c Mon Sep 17 00:00:00 2001 From: Alexander Wilke Date: Sat, 28 Jan 2012 22:55:38 +0100 Subject: fix check_cert_issuer --- config/freeradius2/freeradiuseapconf.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/config/freeradius2/freeradiuseapconf.xml b/config/freeradius2/freeradiuseapconf.xml index 08750f35..e84f7fbc 100644 --- a/config/freeradius2/freeradiuseapconf.xml +++ b/config/freeradius2/freeradiuseapconf.xml @@ -240,7 +240,7 @@ vareapconfenablecheckcertissuer checkbox - vareapconfcountry,vareapconfstate,vareapconfcity,vareapconforganization + vareapconfcountry,vareapconfstate,vareapconfcity,vareapconforganization,vareapconfemail,vareapconfcommonname Country @@ -266,6 +266,18 @@ Must match the value you set in SYSTEM => Cert Manager => CAs. (e.g: My Company Ltd)]]> input + + E-Mail Address + vareapconfemail + Must match the value you set in SYSTEM => Cert Manager => CAs. (e.g: My Company Ltd)]]> + input + + + Common Name + vareapconfcommonname + Must match the value you set in SYSTEM => Cert Manager => CAs. (e.g: My Company Ltd)]]> + input + Check Client Certificate CN vareapconfenablecheckcertcn -- cgit v1.2.3