21 Mar
2006
21 Mar
'06
2:11 p.m.
Nicolas Baradakis <nbk@sitadelle.com> wrote:
I'd vote to completely delete the *_table* variables from rlm_sql.c and conf.h. They are unused anyway and only bring confusion. The admin can use whatever names he likes, the variables will be xlated before running the SQL query.
That does sound like a better solution. We just have to check that the module verifies that the xlat'd queries are non-NULL before the "instantiate" section returns. Alan DeKok.