]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add only one user with EAP-MSCHAPv2
authorAlan T. DeKok <aland@freeradius.org>
Sat, 1 Feb 2025 21:02:36 +0000 (16:02 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 1 Feb 2025 21:10:08 +0000 (16:10 -0500)
src/tests/eap-teap-mschap.conf [new file with mode: 0644]

diff --git a/src/tests/eap-teap-mschap.conf b/src/tests/eap-teap-mschap.conf
new file mode 100644 (file)
index 0000000..8ae772e
--- /dev/null
@@ -0,0 +1,18 @@
+#
+#   eapol_test -c eap-teap-mschap.conf -s testing123
+#
+network={
+       key_mgmt=IEEE8021X
+       eap=TEAP
+
+       anonymous_identity="anonymous"
+       phase1="teap_compat=freeradius,tls_disable_tlsv1_0=1 tls_disable_tlsv1_1=1 tls_disable_tlsv1_2=0 tls_disable_tlsv1_3=0"
+       ca_cert="../../raddb/certs/ca.pem"
+
+       #
+       #  User Credentials
+       #
+       identity="bob"
+       password="bob"
+       phase2="auth=MSCHAPV2"
+}