home_server edited1.example.org {
type = auth
ipaddr = <ipv4>
port = 1812
secret = <edited>
response_window = 20
zombie_period = 40
revive_interval = 120
status_check = status-server
check_interval = 30
num_answers_to_alive = 3
}
home_server edited2.example.org {
type = auth
ipaddr = <ipv4>
port = 1812
secret = <edited>
response_window = 20
zombie_period = 40
revive_interval = 120
status_check = status-server
check_interval = 30
num_answers_to_alive = 3
}
home_server_pool my_pool {
type = client-balance
home_server = edited1.example.org
home_server = edited2.example.org
} However, when home_server type is auth+acct it works.
Am i missing something? Is this an expected behaviour?