Re: 2.1.12 potential problem...

2011-09-17 Thread Fajar A. Nugraha
On Sat, Sep 17, 2011 at 7:56 AM, Alan DeKok al...@deployingradius.com wrote:
 James J J Hooper wrote:
 Above won't work since:
 https://github.com/alandekok/freeradius-server/commit/1a00da32c13fb979e11748250da469c7ac4474a8


 -James

 https://github.com/alandekok/freeradius-server/commit/1a00da
 In fact this dictionary change breaks other stuff too, e.g. below:

  I've pushed a fix already.

Is it commit 68593c7 ?
I can't figure out from reading the code, does the fix mean setting
Auth-Type:=Accept will still work?

-- 
Fajar

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.12 potential problem...

2011-09-17 Thread Alan DeKok
Fajar A. Nugraha wrote:
 Is it commit 68593c7 ?

  637690d7bd6

 I can't figure out from reading the code, does the fix mean setting
 Auth-Type:=Accept will still work?

  The commit above reverted the change which broke the server.
Everything will still work as before.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Need a little regex help

2011-09-17 Thread Alexander Clouter
Commonn Systems ad...@commonn.com wrote:

 I guess all the regex gurus will laugh at my request 
 
Only if you had not figured it out ;)

 I figured it out, for others, looks like this works: .*:SSID_ABC !
 
Typically regex is complicated to new comers as there are three 
(important) types (online documentation typically does not differentiate 
between what is being documented):
 * basic (obsolete)
 * extended (POSIX.2)
 * perl

The first two are handled by 'man 7 regex' whilst the last is 'man 
perlre'.  Sadly, for now, FreeRADIUS only supports the first two, but 
you would have to be crazy to use just basic regex.

Cheers

-- 
Alexander Clouter
.sigmonster says: Tact, n.:
The unsaid part of what you're thinking.

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html