On 10/08/2014 03:04 PM, A.L.M.Buxey@lboro.ac.uk wrote:
hi,
'files' not being called in the authorize section of inner-tunnel?
alan
Yes, I have files in authorize. But I can't understand where is my mistake. Users file at the end my message. server inner-tunnel { listen { ipaddr = 127.0.0.1 port = 18120 type = auth } authorize { # perl # preprocess eap { ok = return } # # Read the 'users' file files } authenticate { # Allow EAP authentication. eap } session { radutmp # # See "Simultaneous Use Checking Queries" in sql.conf # sql } post-auth { Post-Auth-Type REJECT { # log failed authentications in SQL, too. -sql attr_filter.access_reject } } pre-proxy { } post-proxy { # eap } } # inner-tunnel server block ################ Also my users [aae@aae-vm ~]$ more /etc/raddb/users stu Cleartext-Password := "x3DdEhgN" stu@sumix.com Cleartext-Password := "x3DdEhgN" [aae@aae-vm ~]$