25 May
2011
25 May
'11
8:43 a.m.
Brian Candler wrote:
Very neat!
Thanks. Small is good.
If you are replicating auth packets, won't it break CHAP if you don't copy the message authenticator from the request? (Since it holds the CHAP challenge)
Yeah. See src/main/event.c for how it deals with CHAP-Challenge when proxying. I've added the same kind of code to rlm_replicate.
My main application for this is accounting, but I'm now quite interested in being able to replicate a stream of auth requests to a test server too.
Yup. Alan DeKok.