> Odds are you didn't add it to the right place in radiusd.conf, or
> tell the server to use it for authentication.
I double checked how I added this module and it seems fine
modules {
mymodule {
}
...... etc etc
}
authorize {
mymodule
...... etc etc
}
> doc/module_interface contains a lot of information.
I read through this document and noticed that at startup my module
should be loaded and its init() called.
Running radiusd -X I do not see my module load, and thus the
DEBUG("DB> message");
in the init() of my module does not get called.
I think I have pretty much followed everything correctly yet no success.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html