HI All,
# configure the rlm_jradius module
jradius {
name = "radius" # The "Requester" name (a single
# JRadius server can have
# multiple "applications")
primary = "localhost" # Uses default port 1814
secondary = "192.168.2.3" # Fail-over server
tertiary = "192.168.2.3:8002" # Fail-over server on port 8002
timeout = 1 # Connect Timeout
onfail = NOOP # What to do if no JRadius
# Server is found. Options are:
# FAIL (default), OK, REJECT, NOOP
keepalive = yes # Keep connections to JRadius pooled
connections = 8 # Number of pooled JRadius connections
}
authorize {
...
jradius
}
post-auth {
...
jradius
Post-Auth-Type REJECT {
jradius
}
}
preacct {
...
jradius
}
accounting {
...
jradius
}