Re: Version 2.1.0 has been released.

2008-09-09 Thread Phil Mayers
Alan DeKok wrote: Phil Mayers wrote: if (condition) { call debug 2 } Nah. radmin> debug file /var/log/radius/bob.log radmin> debug condition '(User-Name == "bob")' ... radmin> debug condition That's better. Very powerful, and very clean. Nice! - List info/subscribe/unsubscribe? See

Re: Version 2.1.0 has been released.

2008-09-09 Thread Alan DeKok
Phil Mayers wrote: > if (condition) { > call debug 2 > } Nah. radmin> debug file /var/log/radius/bob.log radmin> debug condition '(User-Name == "bob")' ... radmin> debug condition That's better. Very powerful, and very clean. Alan DeKok. - List info/subscribe/unsubscribe? See http://ww

Re: Version 2.1.0 has been released.

2008-09-09 Thread Arran Cudbard-Bell
Phil Mayers wrote: Alan DeKok wrote: Arran Cudbard-Bell wrote: Didn't you alter the parser slightly to allow just: ... %{debug:2} ... Err, yes. But that's horrible syntax, and I don't think it will stay. It's not a horrible syntax it's useful syntax, especially when being used

Re: Version 2.1.0 has been released.

2008-09-09 Thread Phil Mayers
Alan DeKok wrote: Arran Cudbard-Bell wrote: Didn't you alter the parser slightly to allow just: ... %{debug:2} ... Err, yes. But that's horrible syntax, and I don't think it will stay. if (condition) { call debug 2 } Might also be useful for: post-auth { call sql "insert i

Re: Version 2.1.0 has been released.

2008-09-09 Thread Alan DeKok
Arran Cudbard-Bell wrote: > Didn't you alter the parser slightly to allow just: > >... >%{debug:2} >... Err, yes. But that's horrible syntax, and I don't think it will stay. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Version 2.1.0 has been released.

2008-09-09 Thread Arran Cudbard-Bell
Yes, that isn't documented there. I've added some text for 2.1.1. In short, you can do: ... update control { Tmp-String-0 = "%{debug:2}" } ... Didn't you alter the parser slightly to allow just: ... %{debug:2} ... Or did you

Re: Version 2.1.0 has been released.

2008-09-09 Thread Alan DeKok
Norbert Wegener wrote: > It seems to me, the log section contains the same items as in 2.0.5. The "requests" entry is new. It can send logs to different destinations based on dynamic expansions. > So I am not sure how to turn logging on for a specific user when the > server is running: Y

Re: Version 2.1.0 has been released.

2008-09-09 Thread Norbert Wegener
Alan DeKok wrote: .. * Debug logs can now be turned on/off while the server is running, for a user, group, realm, etc. See the "log" section of radiusd.conf. It seems to me, the log section contains the same items as in 2.0.5. So I am not sure how to turn loggi

Re: Version 2.1.0 has been released.

2008-09-05 Thread Alan DeKok
Norbert Wegener wrote: > The new /usr/sbin/radmin is missing in %files section of the suse > specfile. > When added the packages will be build correctly. Thanks. I've added it to the git tree. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Version 2.1.0 has been released.

2008-09-05 Thread Norbert Wegener
The new /usr/sbin/radmin is missing in %files section of the suse specfile. When added the packages will be build correctly. Norbert Wegener - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Version 2.1.0 has been released.

2008-09-05 Thread Alan DeKok
rgreiner wrote: > I'm getting an error when trying to build debian packages. Debian is just to nit-picky for my liking. > lab1:~/freeradius-server-2.1.0# dpkg-buildpackage -b -uc > parsechangelog/debian: error: badly formatted trailer line, at file > debian/changelog line 22 It doesn't like

Re: Version 2.1.0 has been released.

2008-09-05 Thread rgreiner
Hi, I'm getting an error when trying to build debian packages. lab1:~/freeradius-server-2.1.0# dpkg-buildpackage -b -uc parsechangelog/debian: error: badly formatted trailer line, at file debian/changelog line 22 dpkg-buildpackage: unable to determine source package is Roberto Alan DeKok wrote:

Version 2.1.0 has been released.

2008-09-05 Thread Alan DeKok
We are happy to announce the release of Version 2.1.0 of the FreeRADIUS server, with some major new features. Highlights include improved SNMP support, dynamically-defined clients, much more flexible (and readable) debugging mode, WiMAX support, fast reauthentication for PEAP and TTLS, and a c