modules' instantiation failing (files)

2007-04-02 Thread Pedro Figueiredo
hi all, i need to send different lns configuration in a round-robin fashion. in order to do this, i added the following to modules: files rra { userfile = ${confdir}/users.rr1 acctusersfile = ${confdir}/acct_users preproxy_usersfile =

Re: modules' instantiation failing (files)

2007-04-02 Thread Alan DeKok
Pedro Figueiredo wrote: i need to send different lns configuration in a round-robin fashion. in order to do this, i added the following to modules: files rra { userfile = ${confdir}/users.rr1 It's usersfile, with an s. users + file. Alan DeKok. --

Re: modules' instantiation failing (files)

2007-04-02 Thread Pedro Figueiredo
On 2 Apr 2007, at 13:38, Alan DeKok wrote: Pedro Figueiredo wrote: i need to send different lns configuration in a round-robin fashion. in order to do this, i added the following to modules: files rra { userfile = ${confdir}/users.rr1 It's usersfile, with an s.

Re: modules' instantiation failing (files)

2007-04-02 Thread Alan DeKok
Pedro Figueiredo wrote: one suggestion for the future, though: can freeradius complain when it finds an unknown keyword? As always, patches are welcome. But part of the issue is philosophy: The configuration file format is very forgiving, which avoids a lot of problems. Occasionally it

Re: modules' instantiation failing (files)

2007-04-02 Thread Pedro Figueiredo
On 2 Apr 2007, at 14:51, Pedro Figueiredo wrote: On 2 Apr 2007, at 13:38, Alan DeKok wrote: Pedro Figueiredo wrote: i need to send different lns configuration in a round-robin fashion. in order to do this, i added the following to modules: files rra { userfile =

Re: modules' instantiation failing (files)

2007-04-02 Thread Alan DeKok
Pedro Figueiredo wrote: as you can see, it's off by one. any suggestions or ideas on why it's doing this? It's not off by one. Read it again. It prints out the configuration items BEFORE it prints out that it successfully instantiated the module. Alan DeKok. --