eap-tls + postgresql [SOLVED]
Alan DeKok
aland at deployingradius.com
Mon Nov 14 22:08:13 CET 2016
On Nov 14, 2016, at 4:05 PM, Kamil Jońca <kjonca at 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.
More information about the Freeradius-Users
mailing list