21 Aug
2005
21 Aug
'05
2:54 p.m.
Boian Jordanov <bjordanov@orbitel.bg> wrote:
I am agree about "init" and "destroy" but what about "instantiate" and "detach" at least rlm_perl use them for some internal setup and clean.
Yes, that will stay. What I meant was that modules like "mschap" have a simple configuration structure. With a bit of work in the server core, mschap & similar modules can rely on the server core to initialize & destroy their configuration data. I'm a big fan of taking 75% of the common cases, and putting them into common code. rlm_perl is a little different, so it can continue to use the current methods. Alan DeKok.