Hello, Now, the accounting informations are read from the status file, which is generated with the interval 1s. The whole accounting stuff is done by a forked process. So if there are now other causes, I do not need the plugin.
Am Dienstag, 31. Mai 2005 01:32 schrieben Sie: > > at the momemt the radius plugin is working. > > The plugin model is very good. It was possible to implement the plugin > > without any problems. > > I know you were asking at one point for a plugin function to update > byte-count accounting stats for each client. Do you still need this? > > > I have still one question about the NAS-Port attribute. At the moment the > > port number is increment for every user, but never decremt. > > Will this be a problem with freeradius? Must the number be in a special > > range, maybe for assignment? > > Not sure about this one. > > > I have still another programming question. In the plugin example for pam, > > all functions are static functions. Which advantages has the static > > function opposite to a "normal" function? > > It's not strictly necessary, but is done so that you can easily see which > functions are externally called. > > James