Re: Internal sanity check failed After adding second Home Server

2012-02-29 Thread Alberto Martínez
if(%{User-Name} =~ /?([^@]+)@?([-[:alnum:]._]*)?$/) { I'm not that good with POSIX regex, but shouldn't it be if(%{User-Name} =~ /?([^@]+)@?([-[:alnum:]\._]*)?$/) { AFAIK the dot . means any char so I think it needs to be escaped. - List info/subscribe/unsubscribe? See

Re: Internal sanity check failed After adding second Home Server

2012-02-29 Thread Alberto Martínez
Within POSIX bracket expressions, the dot character matches a literal dot. For example, a.c matches *abc*, etc., but [a.c] matches only *a*, *.*, or *c*. My bad. 2012/2/29 Alberto Martínez alberto_marti...@deusto.es if(%{User-Name} =~ /?([^@]+)@?([-[:alnum:]._]*)?$/) { I'm not that

Re: Internal sanity check failed After adding second Home Server

2012-02-29 Thread Alan Buxey
Hi, if(%{User-Name} =~ /?([^@]+)@?([-[:alnum:]._]*)?$/) { please note i did say that was a example - please dont just use anything like this in a production system - you will need other checks and validations too - its just to give you an idea. the first one would be something

Re: Internal sanity check failed After adding second Home Server

2012-02-28 Thread absenthe160
Thank you very much! The problem is solved! -- View this message in context: http://freeradius.1045715.n5.nabble.com/Internal-sanity-check-failed-After-adding-second-Home-Server-tp5521049p5521274.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe

Re: Internal sanity check failed After adding second Home Server

2012-02-28 Thread Alan Buxey
Hi, Thank you very much! The problem is solved! I note you are usiong the DEFAULT realm for sending things upstream. as a federation operator this concerns me - as it means all kinds of junk gets sent upstream for the remote proxy to deal with. I would strongly advise that you rename that

Internal sanity check failed After adding second Home Server

2012-02-27 Thread absenthe160
requests. / -- View this message in context: http://freeradius.1045715.n5.nabble.com/Internal-sanity-check-failed-After-adding-second-Home-Server-tp5521049p5521049.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http

Re: Internal sanity check failed After adding second Home Server

2012-02-27 Thread Alan DeKok
absenthe160 wrote: The first problem is, that Institutional servers can not fail over the request on the second Federation level server if the first one is dead. it dosen't even reject the request normally and just give this error *Internal sanity check failed in event handler for request 0: