Hi , I tried what you have said Added in authorize block : authorize { # suffix # # Read the 'users' file files #or the many packets that go back and forth to set up TTLS # or PEAP. The load on those servers will therefore be reduced. # eap { ok = return } } On Tue, Mar 3, 2015 at 1:18 PM, Iliya Peregoudov <iperegudov@cboss.ru> wrote:
On 03.03.2015 7:26, Ankit Prajapati wrote:
Tue Mar 3 09:49:19 2015 : Debug: (0) Found Auth-Type = EAP Tue Mar 3 09:49:19 2015 : Debug: (0) # Executing group from file /usr/local/etc/raddb/sites-enabled/default Tue Mar 3 09:49:19 2015 : Debug: (0) authenticate { Tue Mar 3 09:49:19 2015 : Debug: (0) modsingle[authenticate]: calling eap (rlm_eap) for request 0 Tue Mar 3 09:49:19 2015 : Debug: (0) eap: Peer sent method Identity (1) Tue Mar 3 09:49:19 2015 : Debug: (0) eap: Calling eap_sim to process EAP data Tue Mar 3 09:49:19 2015 : ERROR: (0) eap_sim: ERROR: EAP-SIM-RAND1 not found
eap_sim was unable to find authentication vectors. You need to call `users' after `suffix' but before `eap' in authorize section. This will lookup authentication vectors from raddb/users file and place them into reply (or control) list.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
-- -Thanks Ankit Prajapati