Manjunath M Prabhu <[EMAIL PROTECTED]> wrote: > Now ..if the rlm_sqlcounter module is not existing...how can i include it > without disturbing any other confiuration.
You have to build & install it. It's not built by default. Use: $ ./configure --with-experimental-module $ make $ make install > 2.I am using CHAP to authenticate users.....how can i send a CHAP challenge > to the user for cross verification?? You don't. It doesn't work like that. > 3.with respect to the radacct table ...do i have to create a table to > include all the fields as per the accounting start query?? If you don't, you won't be able to use the accounting queries, and you won't log anything. > 4.Also..how do i start off with accounting...as when the start query is > sent, the stop time is not seen & when the stop query is sent..the start > time is not seen. The server takes care of that. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

