Radius local auth

Dear Mikrotik,

I’ve configured radius authentication for local users.
Here is my settings:

/radius print
#   SERVICE          CALLED-ID      DOMAIN      ADDRESS                                      SECRET
0   login                                       217.1.1.1                                 1234



/user aaa print
use-radius: yes
accounting: yes
interim-update: 0s
default-group: read
exclude-groups:

Everytime I try to log in to webgui I always get ‘Access denied’ message.
Mikrotik’s radius client doesn’t send any packet to our radius server.

Login to ssh-terminal works properly. Radius-client sends ‘Auth-Request’ and receives corresponding reply.

At the moment I can’t undestand how to figure it out.
Local access to web-gui works ok. Does web-auth work with radius at all?

Firmware version 5.26

Thanks in advance

Problem solved. Upgrade to 6.6 did the trick