16 Nov
2010
16 Nov
'10
7:42 a.m.
Alan Buxey wrote:
hi,
Tue Nov 16 11:16:39 2010 : Info: Exiting normally. Tue Nov 16 11:16:42 2010 : Error: /etc/raddb/proxy.conf[118]: Home server test2 of unexpected type "auth"
i.e. inconsistent configurrtion.
realm test2.co.uk { pool = test2
i.e. one pool for both auth + acct.
why isnt type = auth valid?
Because the realm is doing both auth + acct.
the remote server doesnt have a listener for accounting so I dont want it to handle accounting...
Then use "auth_pool" instead of "pool". Alan DeKok.