mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-08 00:00:29 -05:00
optimized FreeRadius scenarios for debug output
This commit is contained in:
parent
0fb2980281
commit
5175adee66
@ -1,29 +1,11 @@
|
|||||||
authorize {
|
authorize {
|
||||||
preprocess
|
|
||||||
chap
|
|
||||||
mschap
|
|
||||||
suffix
|
|
||||||
eap {
|
eap {
|
||||||
ok = return
|
ok = return
|
||||||
}
|
}
|
||||||
unix
|
|
||||||
files
|
files
|
||||||
expiration
|
|
||||||
logintime
|
|
||||||
pap
|
|
||||||
}
|
}
|
||||||
|
|
||||||
authenticate {
|
authenticate {
|
||||||
Auth-Type PAP {
|
|
||||||
pap
|
|
||||||
}
|
|
||||||
Auth-Type CHAP {
|
|
||||||
chap
|
|
||||||
}
|
|
||||||
Auth-Type MS-CHAP {
|
|
||||||
mschap
|
|
||||||
}
|
|
||||||
unix
|
|
||||||
eap
|
eap
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,5 @@
|
|||||||
moon::/etc/init.d/iptables start 2> /dev/null
|
moon::/etc/init.d/iptables start 2> /dev/null
|
||||||
carol::/etc/init.d/iptables start 2> /dev/null
|
carol::/etc/init.d/iptables start 2> /dev/null
|
||||||
alice::cat /etc/raddb/clients.conf
|
|
||||||
alice::cat /etc/raddb/eap.conf
|
|
||||||
alice::cat /etc/raddb/proxy.conf
|
|
||||||
alice::cat /etc/raddb/users
|
|
||||||
alice::/etc/init.d/radiusd start
|
alice::/etc/init.d/radiusd start
|
||||||
moon::ipsec start
|
moon::ipsec start
|
||||||
carol::ipsec start
|
carol::ipsec start
|
||||||
|
|||||||
@ -19,3 +19,8 @@ TCPDUMPHOSTS="moon"
|
|||||||
# Used for IPsec logging purposes
|
# Used for IPsec logging purposes
|
||||||
#
|
#
|
||||||
IPSECHOSTS="moon carol"
|
IPSECHOSTS="moon carol"
|
||||||
|
|
||||||
|
# UML instances on which FreeRadius is started
|
||||||
|
#
|
||||||
|
RADIUSHOSTS="alice"
|
||||||
|
|
||||||
|
|||||||
@ -1,29 +1,12 @@
|
|||||||
authorize {
|
authorize {
|
||||||
preprocess
|
|
||||||
chap
|
|
||||||
mschap
|
|
||||||
suffix
|
suffix
|
||||||
eap {
|
eap {
|
||||||
ok = return
|
ok = return
|
||||||
}
|
}
|
||||||
unix
|
|
||||||
files
|
files
|
||||||
expiration
|
|
||||||
logintime
|
|
||||||
pap
|
|
||||||
}
|
}
|
||||||
|
|
||||||
authenticate {
|
authenticate {
|
||||||
Auth-Type PAP {
|
|
||||||
pap
|
|
||||||
}
|
|
||||||
Auth-Type CHAP {
|
|
||||||
chap
|
|
||||||
}
|
|
||||||
Auth-Type MS-CHAP {
|
|
||||||
mschap
|
|
||||||
}
|
|
||||||
unix
|
|
||||||
eap
|
eap
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,5 @@
|
|||||||
moon::/etc/init.d/iptables start 2> /dev/null
|
moon::/etc/init.d/iptables start 2> /dev/null
|
||||||
carol::/etc/init.d/iptables start 2> /dev/null
|
carol::/etc/init.d/iptables start 2> /dev/null
|
||||||
alice::cat /etc/raddb/clients.conf
|
|
||||||
alice::cat /etc/raddb/eap.conf
|
|
||||||
alice::cat /etc/raddb/proxy.conf
|
|
||||||
alice::cat /etc/raddb/users
|
|
||||||
alice::/etc/init.d/radiusd start
|
alice::/etc/init.d/radiusd start
|
||||||
moon::ipsec start
|
moon::ipsec start
|
||||||
carol::ipsec start
|
carol::ipsec start
|
||||||
|
|||||||
@ -19,3 +19,8 @@ TCPDUMPHOSTS="moon"
|
|||||||
# Used for IPsec logging purposes
|
# Used for IPsec logging purposes
|
||||||
#
|
#
|
||||||
IPSECHOSTS="moon carol"
|
IPSECHOSTS="moon carol"
|
||||||
|
|
||||||
|
# UML instances on which FreeRadius is started
|
||||||
|
#
|
||||||
|
RADIUSHOSTS="alice"
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,11 @@
|
|||||||
authorize {
|
authorize {
|
||||||
preprocess
|
|
||||||
chap
|
|
||||||
mschap
|
|
||||||
sim_files
|
sim_files
|
||||||
suffix
|
|
||||||
eap {
|
eap {
|
||||||
ok = return
|
ok = return
|
||||||
}
|
}
|
||||||
unix
|
|
||||||
files
|
|
||||||
expiration
|
|
||||||
logintime
|
|
||||||
pap
|
|
||||||
}
|
}
|
||||||
|
|
||||||
authenticate {
|
authenticate {
|
||||||
Auth-Type PAP {
|
|
||||||
pap
|
|
||||||
}
|
|
||||||
Auth-Type CHAP {
|
|
||||||
chap
|
|
||||||
}
|
|
||||||
Auth-Type MS-CHAP {
|
|
||||||
mschap
|
|
||||||
}
|
|
||||||
unix
|
|
||||||
eap
|
eap
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,5 @@
|
|||||||
moon::/etc/init.d/iptables start 2> /dev/null
|
moon::/etc/init.d/iptables start 2> /dev/null
|
||||||
carol::/etc/init.d/iptables start 2> /dev/null
|
carol::/etc/init.d/iptables start 2> /dev/null
|
||||||
alice::cat /etc/raddb/clients.conf
|
|
||||||
alice::cat /etc/raddb/eap.conf
|
|
||||||
alice::cat /etc/raddb/proxy.conf
|
|
||||||
alice::cat /etc/raddb/triplets.dat
|
alice::cat /etc/raddb/triplets.dat
|
||||||
alice::/etc/init.d/radiusd start
|
alice::/etc/init.d/radiusd start
|
||||||
moon::ipsec start
|
moon::ipsec start
|
||||||
|
|||||||
@ -19,3 +19,8 @@ TCPDUMPHOSTS="moon"
|
|||||||
# Used for IPsec logging purposes
|
# Used for IPsec logging purposes
|
||||||
#
|
#
|
||||||
IPSECHOSTS="moon carol"
|
IPSECHOSTS="moon carol"
|
||||||
|
|
||||||
|
# UML instances on which FreeRadius is started
|
||||||
|
#
|
||||||
|
RADIUSHOSTS="alice"
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,12 @@
|
|||||||
authorize {
|
authorize {
|
||||||
preprocess
|
|
||||||
chap
|
|
||||||
mschap
|
|
||||||
sim_files
|
sim_files
|
||||||
suffix
|
suffix
|
||||||
eap {
|
eap {
|
||||||
ok = return
|
ok = return
|
||||||
}
|
}
|
||||||
unix
|
|
||||||
files
|
|
||||||
expiration
|
|
||||||
logintime
|
|
||||||
pap
|
|
||||||
}
|
}
|
||||||
|
|
||||||
authenticate {
|
authenticate {
|
||||||
Auth-Type PAP {
|
|
||||||
pap
|
|
||||||
}
|
|
||||||
Auth-Type CHAP {
|
|
||||||
chap
|
|
||||||
}
|
|
||||||
Auth-Type MS-CHAP {
|
|
||||||
mschap
|
|
||||||
}
|
|
||||||
unix
|
|
||||||
eap
|
eap
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -4,9 +4,6 @@ dave::/etc/init.d/iptables start 2> /dev/null
|
|||||||
moon::rm /etc/ipsec.d/cacerts/*
|
moon::rm /etc/ipsec.d/cacerts/*
|
||||||
carol::rm /etc/ipsec.d/cacerts/*
|
carol::rm /etc/ipsec.d/cacerts/*
|
||||||
dave::rm /etc/ipsec.d/cacerts/*
|
dave::rm /etc/ipsec.d/cacerts/*
|
||||||
alice::cat /etc/raddb/clients.conf
|
|
||||||
alice::cat /etc/raddb/eap.conf
|
|
||||||
alice::cat /etc/raddb/proxy.conf
|
|
||||||
alice::cat /etc/raddb/triplets.dat
|
alice::cat /etc/raddb/triplets.dat
|
||||||
alice::/etc/init.d/radiusd start
|
alice::/etc/init.d/radiusd start
|
||||||
moon::ipsec start
|
moon::ipsec start
|
||||||
|
|||||||
@ -19,3 +19,8 @@ TCPDUMPHOSTS="moon"
|
|||||||
# Used for IPsec logging purposes
|
# Used for IPsec logging purposes
|
||||||
#
|
#
|
||||||
IPSECHOSTS="moon carol dave"
|
IPSECHOSTS="moon carol dave"
|
||||||
|
|
||||||
|
# UML instances on which FreeRadius is started
|
||||||
|
#
|
||||||
|
RADIUSHOSTS="alice"
|
||||||
|
|
||||||
|
|||||||
@ -1,29 +1,10 @@
|
|||||||
authorize {
|
authorize {
|
||||||
preprocess
|
|
||||||
chap
|
|
||||||
mschap
|
|
||||||
suffix
|
|
||||||
eap {
|
eap {
|
||||||
ok = return
|
ok = return
|
||||||
}
|
}
|
||||||
unix
|
|
||||||
files
|
|
||||||
expiration
|
|
||||||
logintime
|
|
||||||
pap
|
|
||||||
}
|
}
|
||||||
|
|
||||||
authenticate {
|
authenticate {
|
||||||
Auth-Type PAP {
|
|
||||||
pap
|
|
||||||
}
|
|
||||||
Auth-Type CHAP {
|
|
||||||
chap
|
|
||||||
}
|
|
||||||
Auth-Type MS-CHAP {
|
|
||||||
mschap
|
|
||||||
}
|
|
||||||
unix
|
|
||||||
eap
|
eap
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
config setup
|
config setup
|
||||||
plutostart=no
|
plutostart=no
|
||||||
charondebug="tls 2, ike 2"
|
charondebug="tls 2"
|
||||||
|
|
||||||
conn %default
|
conn %default
|
||||||
ikelifetime=60m
|
ikelifetime=60m
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
moon::/etc/init.d/iptables start 2> /dev/null
|
moon::/etc/init.d/iptables start 2> /dev/null
|
||||||
carol::/etc/init.d/iptables start 2> /dev/null
|
carol::/etc/init.d/iptables start 2> /dev/null
|
||||||
alice::cat /etc/raddb/eap.conf
|
|
||||||
alice::/etc/init.d/radiusd start
|
alice::/etc/init.d/radiusd start
|
||||||
moon::ipsec start
|
moon::ipsec start
|
||||||
carol::ipsec start
|
carol::ipsec start
|
||||||
|
|||||||
@ -19,3 +19,8 @@ TCPDUMPHOSTS="moon"
|
|||||||
# Used for IPsec logging purposes
|
# Used for IPsec logging purposes
|
||||||
#
|
#
|
||||||
IPSECHOSTS="moon carol"
|
IPSECHOSTS="moon carol"
|
||||||
|
|
||||||
|
# UML instances on which FreeRadius is started
|
||||||
|
#
|
||||||
|
RADIUSHOSTS="alice"
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
config setup
|
config setup
|
||||||
plutostart=no
|
plutostart=no
|
||||||
charondebug="tls 2, ike 2"
|
charondebug="tls 2"
|
||||||
|
|
||||||
conn %default
|
conn %default
|
||||||
ikelifetime=60m
|
ikelifetime=60m
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
config setup
|
config setup
|
||||||
plutostart=no
|
plutostart=no
|
||||||
charondebug="tls 2, ike 2"
|
charondebug="tls 2"
|
||||||
|
|
||||||
conn %default
|
conn %default
|
||||||
ikelifetime=60m
|
ikelifetime=60m
|
||||||
|
|||||||
@ -1,9 +1,6 @@
|
|||||||
moon::/etc/init.d/iptables start 2> /dev/null
|
moon::/etc/init.d/iptables start 2> /dev/null
|
||||||
carol::/etc/init.d/iptables start 2> /dev/null
|
carol::/etc/init.d/iptables start 2> /dev/null
|
||||||
dave::/etc/init.d/iptables start 2> /dev/null
|
dave::/etc/init.d/iptables start 2> /dev/null
|
||||||
alice::cat /etc/raddb/eap.conf
|
|
||||||
alice::cat /etc/raddb/proxy.conf
|
|
||||||
alice::cat /etc/raddb/users
|
|
||||||
alice::/etc/init.d/radiusd start
|
alice::/etc/init.d/radiusd start
|
||||||
moon::ipsec start
|
moon::ipsec start
|
||||||
carol::ipsec start
|
carol::ipsec start
|
||||||
|
|||||||
@ -19,3 +19,8 @@ TCPDUMPHOSTS="moon"
|
|||||||
# Used for IPsec logging purposes
|
# Used for IPsec logging purposes
|
||||||
#
|
#
|
||||||
IPSECHOSTS="moon carol dave"
|
IPSECHOSTS="moon carol dave"
|
||||||
|
|
||||||
|
# UML instances on which FreeRadius is started
|
||||||
|
#
|
||||||
|
RADIUSHOSTS="alice"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user