]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix EAP input tests
authorJorge Pereira <jpereiran@gmail.com>
Fri, 2 Apr 2021 15:06:20 +0000 (12:06 -0300)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 2 Apr 2021 16:46:28 +0000 (12:46 -0400)
Don't need to inform the 'ca_cert=...' cert files.

src/tests/eap-ttls-mschapv2.conf
src/tests/eap-ttls-pap.conf

index 2a5fa5686e031388193b00eb423ac75125a61adf..7901ac8042cf6858ea1b4255cf4cb28db61a9da4 100644 (file)
@@ -4,14 +4,9 @@
 network={
        key_mgmt=IEEE8021X
        eap=TTLS
-
        anonymous_identity="anonymous"
-
        identity="bob"
        password="bob"
-
        phase1=""
        phase2="auth=MSCHAPV2"
-
-       ca_cert="../../raddb/certs/ca.pem"
 }
index f75b35fb82586d8c68b2096ac6db569285d57223..19fd75291590ca1ae77442aaca3d313ce1e34263 100644 (file)
@@ -4,14 +4,9 @@
 network={
        key_mgmt=IEEE8021X
        eap=TTLS
-
        anonymous_identity="anonymous"
-
        identity="bob"
        password="bob"
-
        phase1=""
        phase2="auth=PAP"
-
-       ca_cert="../../raddb/certs/ca.pem"
 }