Rejected: Username contains ..s; 3.0.8
I compiled freeradius-3.0.8-2.fc23 from fedora koji with the SRPM method. Running on fedora 22. I used modified files of my 3.0.4 config. 3.0.4 crashes on originate-coa. What version is recommended for coa? FN
On Jun 14, 2015, at 9:14 AM, firing neurons <firingneurons@mail.com> wrote:
I compiled freeradius-3.0.8-2.fc23 from fedora koji with the SRPM method. Running on fedora 22.
I used modified files of my 3.0.4 config. 3.0.4 crashes on originate-coa.
That's been fixed.
What version is recommended for coa?
3.0.8. Or 3.0.9, which should be out soon. If you want to change the "reject on ..." policy, edit raddb/sites-available/default, and delete "filter_username". or, edit raddb/policy.d/filter, and change the "filter_username" policy. Alan DeKok.
On 14-06-15 15:14, firing neurons wrote:
I compiled freeradius-3.0.8-2.fc23 from fedora koji with the SRPM method. Running on fedora 22.
I used modified files of my 3.0.4 config. 3.0.4 crashes on originate-coa.
3.0.5 has had some changes regarding regular expressions, which means the policy now probably checks for the regex /../ (meaning: two characters) instead of the intended /\.\./ (meaning: two consecutive dots). This might be fixed by setting `correct_escapes = true` in `radiusd.conf` and using the policy rules from 3.0.5 or later. -- Herwin Weststrate
participants (3)
-
Alan DeKok -
firing neurons -
Herwin Weststrate