+policy {
+ $INCLUDE ../policy.conf
+ $INCLUDE ${raddb}/policy.d/control
+}
+
server radius {
namespace = radius
-recv Access-Request {
- accept
-}
+ recv Access-Request {
+ accept
+ }
-send Access-Accept {
- ok
-}
+ send Access-Accept {
+ ok
+ }
-send Access-Challenge {
- &reply.Reply-Message := "challenge"
+ send Access-Challenge {
+ &reply.Reply-Message := "challenge"
+ }
}
-
-}
\ No newline at end of file
#
raddb = raddb
-
modconfdir = ${raddb}/mods-config
modules {
-$INCLUDE ../../../raddb/mods-available/always
-
-}
-
-policy {
-$-INCLUDE $ENV{PROTOCOL}/policy.conf
-$INCLUDE policy.conf
+ $INCLUDE ../../../raddb/mods-available/always
}
#
# routine, and checks the results.
#
recv Request {
-#
-# All of the tests run within a "subrequest".
-#
-$INCLUDE $ENV{PROCESS}
+ #
+ # All of the tests run within a "subrequest".
+ #
+ $INCLUDE $ENV{PROCESS}
}
send Reply {