22 Sep
2005
22 Sep
'05
1:36 p.m.
Bart van Daal <B.Vandaal@edpnet.net> wrote:
two possible options I think of to reset the counter are: 1. write a program to manipulate the gdbm file. Where is this file stored?
If you're using rlm_sqlcounter, it's not in a GDBM file. It's in SQL. If you're using rlm_counter, the location of the GDBM file is set in the configuration file.
2. keep adding the minutes to the allready existing value for the session-time.
You can't do that. Alan DeKok.