<div>Hi,</div><div>š</div><div>I'm trying to configure Freeradius with <a href="http://motp.sourceforge.net/">MOTP</a> by <a href="http://motp-as.network-cube.de/index.php/project/features-information">MOTP-AS</a> authentication framework as shown in <a href="http://motp-as.network-cube.de/index.php/documentation/installation">documentation</a>. In debugging mode this works perfectly. Here is complete <a href="http://paste.ubuntu.com/1150699/">output</a> of radiusd -X (client 192.168.1.132 with secret word "12345" successfully authenticates with name "a.bednyakov" and password "929450" provided by MOTP).</div><div>š</div><div>But starting with `service radiusd start` I get <a href="http://paste.ubuntu.com/1150663/">this</a> error message in radius.log. Script that getting client's secret word still works:</div><div>š</div><div>[root@motp-a radius]# php /var/www/html/radius-client.php secret 192.168.1.132</div><div>12345[root@motp-a radius]#</div><div>š</div><div>Maybe FreeRADIUS enviroment variables work different in debugging and service modes? Or I miss something else?</div>