testing: Added swanctl/mult-auth-rsa-eap-sim-id scenario
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
eap {
|
||||
default_eap_type = sim
|
||||
sim {
|
||||
}
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
sim_files {
|
||||
simtriplets = "/etc/freeradius/triplets.dat"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
realm strongswan.org {
|
||||
type = radius
|
||||
authhost = LOCAL
|
||||
accthost = LOCAL
|
||||
}
|
||||
+61
@@ -0,0 +1,61 @@
|
||||
authorize {
|
||||
preprocess
|
||||
chap
|
||||
mschap
|
||||
sim_files
|
||||
suffix
|
||||
eap {
|
||||
ok = return
|
||||
}
|
||||
unix
|
||||
files
|
||||
expiration
|
||||
logintime
|
||||
pap
|
||||
}
|
||||
|
||||
authenticate {
|
||||
Auth-Type PAP {
|
||||
pap
|
||||
}
|
||||
Auth-Type CHAP {
|
||||
chap
|
||||
}
|
||||
Auth-Type MS-CHAP {
|
||||
mschap
|
||||
}
|
||||
unix
|
||||
eap
|
||||
}
|
||||
|
||||
preacct {
|
||||
preprocess
|
||||
acct_unique
|
||||
suffix
|
||||
files
|
||||
}
|
||||
|
||||
accounting {
|
||||
detail
|
||||
unix
|
||||
radutmp
|
||||
attr_filter.accounting_response
|
||||
}
|
||||
|
||||
session {
|
||||
radutmp
|
||||
}
|
||||
|
||||
post-auth {
|
||||
exec
|
||||
Post-Auth-Type REJECT {
|
||||
attr_filter.access_reject
|
||||
}
|
||||
}
|
||||
|
||||
pre-proxy {
|
||||
}
|
||||
|
||||
post-proxy {
|
||||
eap
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
228060123456001,30000000000000000000000000000000,30112233,305566778899AABB
|
||||
228060123456001,31000000000000000000000000000000,31112233,315566778899AABB
|
||||
228060123456001,32000000000000000000000000000000,32112233,325566778899AABB
|
||||
228060123456002,33000000000000000000000000000000,33112233,335566778899AABB
|
||||
228060123456002,34000000000000000000000000000000,34112233,345566778899AABB
|
||||
228060123456002,35000000000000000000000000000000,35112233,355566778899AABB
|
||||
Reference in New Issue
Block a user