14 Nov
2016
14 Nov
'16
4:08 p.m.
On Nov 14, 2016, at 4:05 PM, Kamil Jońca <kjonca@o2.pl> wrote:
Nevermind. I compiled freeradius with[1]: --8<---------------cut here---------------start------------->8--- typedef enum { FALL_THROUGH_NO = 0, FALL_THROUGH_YES, FALL_THROUGH_DEFAULT /* , without comma here */ } sql_fall_through_t; --8<---------------cut here---------------end--------------->8---
Please don't use the huge "CUT HERE" lines. That just makes it harder to read your messages.
And now it works as I expected, eg. when "Fall-Through = No" comes from groupreply, profiles were not checked. when no "Fall-Through" - profiles were checked.
I've pushed a fix. Yes, "no" is zero. "yes" is one. Alan DeKok.