From a0a2aed119abaf8f3d822548f7b897020e03db3d Mon Sep 17 00:00:00 2001 From: Alan Buxey Date: Fri, 28 Sep 2012 20:02:12 +0100 Subject: [PATCH] added better compatibility with eduroam requirements MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit eduroam use these 2 attributes…by adding them to the default configuration we should not cause other usage issues but we will make FreeRADIUS more 'out of the box' ready for eduroam --- raddb/attrs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/raddb/attrs b/raddb/attrs index 6b901360ffa..3e417dbe794 100644 --- a/raddb/attrs +++ b/raddb/attrs @@ -124,4 +124,6 @@ DEFAULT State =* ANY, Session-Timeout <= 28800, Idle-Timeout <= 600, + Calling-Station-Id =* ANY, + Operator-Name =* ANY, Port-Limit <= 2 -- 2.47.3