G Suite Secure LDAP - FreeRADIUS (pfSense) - Authentication - Regarding
P.Thirunavukkarasu
drthiruna at tanuvas.org.in
Sun Jun 13 09:29:52 CEST 2021
Hi Alan,
Great to hear from you..Thx
I got it. $INCLUDE proxy.conf added as advised by you and it is working.
radiusd: #### Loading Realms and Home Servers ####
proxy server {
retry_delay = 5
retry_count = 3
default_fallback = no
dead_time = 120
wake_all_if_all_dead = no
}
home_server localhost {
ipaddr = 127.0.0.1
port = 1812
type = "auth"
secret = <<< secret >>>
response_window = 20.000000
response_timeouts = 1
max_outstanding = 65536
zombie_period = 40
status_check = "status-server"
ping_interval = 30
check_interval = 30
check_timeout = 4
num_answers_to_alive = 3
revive_interval = 120
limit {
max_connections = 16
max_requests = 0
lifetime = 0
idle_timeout = 0
}
coa {
irt = 2
mrt = 16
mrc = 5
mrd = 30
}
}
home_server_pool my_auth_failover {
type = fail-over
home_server = localhost
}
realm example.com {
auth_pool = my_auth_failover
}
realm LOCAL {
}
---------------------
The following is the configuration given by eduroam.
The configuration given by them is different from the proxy.conf as I
understand.
*realm tanuvas.org.in <http://tanuvas.org.in> { authhost =
LOCAL}realm DEFAULT { authhost = <<hostname or IP address>>
secret = <<secret>> nostrip}*
Please guide me to edit the proxy.conf file
Best,
Thirunavukkarasu
More information about the Freeradius-Users
mailing list