<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Sorry Alan, </span><div style="font-family:arial,sans-serif;font-size:13px"><div>i see my configuration in instantiate section and I do not understand where it is shown the load order of the modules, please explain me.</div>
<div>Below my radiusd.conf (same file for each servers) and startup of freeradius in debug mode on server A and on server B and you see the difference in loading modules order.</div></div><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px">Debug log info:</div><div style="font-family:arial,sans-serif;font-size:13px">radius_debug_server_A.log --> be careful to line number 46 (load perl module) and 62 (load perl_Originale module)<br>
</div><div style="font-family:arial,sans-serif;font-size:13px">radius_debug_server_B.log --> be careful to line number 45 (load perl_Originale module) and 58 (load perl module)</div><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px">radiusd.conf instantiate section:</div><div><div><font face="arial, sans-serif"># Instantiation</font></div><div><font face="arial, sans-serif">#</font></div>
<div><font face="arial, sans-serif">#  This section orders the loading of the modules.  Modules</font></div><div><font face="arial, sans-serif">#  listed here will get loaded BEFORE the later sections like</font></div><div>
<font face="arial, sans-serif">#  authorize, authenticate, etc. get examined.</font></div><div><font face="arial, sans-serif">#</font></div><div><font face="arial, sans-serif">#  This section is not strictly needed.  When a section like</font></div>
<div><font face="arial, sans-serif">#  authorize refers to a module, it's automatically loaded and</font></div><div><font face="arial, sans-serif">#  initialized.  However, some modules may not be listed in any</font></div>
<div><font face="arial, sans-serif">#  of the following sections, so they can be listed here.</font></div><div><font face="arial, sans-serif">#</font></div><div><font face="arial, sans-serif">#  Also, listing modules here ensures that you have control over</font></div>
<div><font face="arial, sans-serif">#  the order in which they are initalized.  If one module needs</font></div><div><font face="arial, sans-serif">#  something defined by another module, you can list them in order</font></div>
<div><font face="arial, sans-serif">#  here, and ensure that the configuration will be OK.</font></div><div><font face="arial, sans-serif">#</font></div><div><font face="arial, sans-serif">instantiate {</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">        </span>#</font></div>
<div><font face="arial, sans-serif"><span class="" style="white-space:pre">     </span>#  Allows the execution of external scripts.</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">   </span>#  The entire command line (and output) must fit into 253 bytes.</font></div>
<div><font face="arial, sans-serif"><span class="" style="white-space:pre">     </span>#</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">      </span>#  e.g. Framed-Pool = `%{exec:/bin/echo foo}`</font></div>
<div><font face="arial, sans-serif"><span class="" style="white-space:pre">     </span>exec</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">      </span>#</font></div>
<div><font face="arial, sans-serif"><span class="" style="white-space:pre">     </span>#  The expression module doesn't do authorization,</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre"> </span>#  authentication, or accounting.  It only does dynamic</font></div>
<div><font face="arial, sans-serif"><span class="" style="white-space:pre">     </span>#  translation, of the form:</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">   </span>#</font></div>
<div><font face="arial, sans-serif"><span class="" style="white-space:pre">     </span>#<span class="" style="white-space:pre"> </span>Session-Timeout = `%{expr:2 + 3}`</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">      </span>#</font></div>
<div><font face="arial, sans-serif"><span class="" style="white-space:pre">     </span>#  So the module needs to be instantiated, but CANNOT be</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">       </span>#  listed in any other section.  See 'doc/rlm_expr' for</font></div>
<div><font face="arial, sans-serif"><span class="" style="white-space:pre">     </span>#  more information.</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">   </span>#</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">      </span>expr</font></div>
<div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">        </span>#</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">      </span># We add the counter module here so that it registers</font></div>
<div><font face="arial, sans-serif"><span class="" style="white-space:pre">     </span># the check-name attribute before any module which sets</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">        </span># it</font></div>
<div><font face="arial, sans-serif">#<span class="" style="white-space:pre">    </span>daily</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">  </span>expiration</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">     </span>logintime</font></div>
<div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">        </span># subsections here can be thought of as "virtual" modules.</font></div><div>
<font face="arial, sans-serif"><span class="" style="white-space:pre">        </span>#</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">      </span># e.g. If you have two redundant SQL servers, and you want to</font></div>
<div><font face="arial, sans-serif"><span class="" style="white-space:pre">     </span># use them in the authorize and accounting sections, you could</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre"> </span># place a "redundant" block in each section, containing the</font></div>
<div><font face="arial, sans-serif"><span class="" style="white-space:pre">     </span># exact same text.  Or, you could uncomment the following</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">      </span># lines, and list "redundant_sql" in the authorize and</font></div>
<div><font face="arial, sans-serif"><span class="" style="white-space:pre">     </span># accounting sections.</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre"> </span>#</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">      </span>#redundant redundant_sql {</font></div>
<div><font face="arial, sans-serif"><span class="" style="white-space:pre">     </span>#<span class="" style="white-space:pre"> </span>sql1</font></div><div><font face="arial, sans-serif"><span class="" style="white-space:pre">   </span>#<span class="" style="white-space:pre"> </span>sql2</font></div>
<div><font face="arial, sans-serif"><span class="" style="white-space:pre">     </span>#}</font></div><div><font face="arial, sans-serif">}</font></div></div><div><font face="arial, sans-serif"><br></font></div><div><div>################## radius_debug_server_A.log ###################################</div>
<div>FreeRADIUS Version 2.1.12, for host sparc-sun-solaris2.10, built on Mar 27 2012 at 12:17:53</div><div>Copyright (C) 1999-2009 The FreeRADIUS server project and contributors. </div><div>There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A </div>
<div>PARTICULAR PURPOSE. </div><div>You may redistribute copies of FreeRADIUS under the terms of the </div><div>GNU General Public License v2. </div><div>Starting - reading configuration files ...</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//radiusd.conf</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//proxy.conf</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//clients.conf</div><div>including files in directory /product/freeradius-server-2.1.12_0/etc/raddb//modules/</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/acct_unique</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/always</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/attr_filter</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/attr_rewrite</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/chap</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/checkval</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/counter</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/cui</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/detail</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/<a href="http://detail.example.com">detail.example.com</a></div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/detail.log</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/digest</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/dynamic_clients</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/echo</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/etc_group</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/exec</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/expiration</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/expr</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/files</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/inner-eap</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/ippool</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/krb5</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/ldap</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/linelog</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/logintime</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/otp</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/mac2ip</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/mschap</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/mac2vlan</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/ntlm_auth</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/opendirectory</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/pam</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/pap</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/passwd</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/perl</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/policy</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/preprocess</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/radutmp</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/realm</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/redis</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/rediswho</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/replicate</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/smbpasswd</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/smsotp</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/soh</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/sql_log</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/sqlcounter_expire_on_login</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/sradutmp</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/unix</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/wimax</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/perl_Originale</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//policy.conf</div><div>including files in directory /product/freeradius-server-2.1.12_0/etc/raddb//sites-enabled/</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//sites-enabled/default</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//sites-enabled/status</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//sites-enabled/control-socket</div>
<div>including dictionary file /product/freeradius-server-2.1.12_0/etc/raddb//dictionary</div><div>main {</div><div>        name = "radiusd"</div><div>        prefix = "/product/freeradius-server-2.1.12_0"</div>
<div>        localstatedir = "/product/freeradius-server-2.1.12_0/var"</div><div>        sbindir = "/product/freeradius-server-2.1.12_0/sbin"</div><div>        logdir = "/product/freeradius-server-2.1.12_0/var/log/radius"</div>
<div>        run_dir = "/product/freeradius-server-2.1.12_0/var/run/radiusd"</div><div>        libdir = "/product/freeradius-server-2.1.12_0/lib"</div><div>        radacctdir = "/product/freeradius-server-2.1.12_0/var/log/radius/radacct"</div>
<div>        hostname_lookups = no</div><div>        max_request_time = 30</div><div>        cleanup_delay = 5</div><div>        max_requests = 1024</div><div>        pidfile = "/product/freeradius-server-2.1.12_0/var/run/radiusd/radiusd.pid"</div>
<div>        checkrad = "/product/freeradius-server-2.1.12_0/sbin/checkrad"</div><div>        debug_level = 0</div><div>        proxy_requests = yes</div><div> log {</div><div>        stripped_names = no</div><div>
        auth = no</div><div>        auth_badpass = no</div><div>        auth_goodpass = no</div><div> }</div><div> security {</div><div>        max_attributes = 200</div><div>        reject_delay = 1</div><div>        status_server = yes</div>
<div> }</div><div>}</div><div>radiusd: #### Loading Realms and Home Servers ####</div><div> proxy server {</div><div>        retry_delay = 5</div><div>        retry_count = 3</div><div>        default_fallback = no</div><div>
        dead_time = 120</div><div>        wake_all_if_all_dead = no</div><div> }</div><div> home_server localhost {</div><div>        ipaddr = 127.0.0.1</div><div>        port = 1812</div><div>        type = "auth"</div>
<div>        secret = "testing123"</div><div>        response_window = 20</div><div>        max_outstanding = 65536</div><div>        require_message_authenticator = yes</div><div>        zombie_period = 40</div>
<div>        status_check = "status-server"</div><div>        ping_interval = 30</div><div>        check_interval = 30</div><div>        num_answers_to_alive = 3</div><div>        num_pings_to_alive = 3</div><div>
        revive_interval = 120</div><div>        status_check_timeout = 4</div><div>  coa {</div><div>        irt = 2</div><div>        mrt = 16</div><div>        mrc = 5</div><div>        mrd = 30</div><div>  }</div><div>
 }</div><div> home_server_pool my_auth_failover {</div><div>        type = fail-over</div><div>        home_server = localhost</div><div> }</div><div> realm <a href="http://example.com">example.com</a> {</div><div>        auth_pool = my_auth_failover</div>
<div> }</div><div> realm LOCAL {</div><div> }</div><div>radiusd: #### Loading Clients ####</div><div> client localhost {</div><div>        ipaddr = 127.0.0.1</div><div>        require_message_authenticator = no</div><div>
        secret = "wonderland_lte"</div><div>        nastype = "other"</div><div> }</div><div> client 172.16.1.64 {</div><div>        require_message_authenticator = no</div><div>        secret = "wonderland_lte"</div>
<div>        shortname = "OneAAA_64"</div><div> }</div><div> client 172.16.1.88 {</div><div>        require_message_authenticator = no</div><div>        secret = "wonderland_lte"</div><div>        shortname = "OneAAA_88"</div>
<div> }</div><div> client 163.162.128.136 {</div><div>        require_message_authenticator = no</div><div>        secret = "wonderland_lte"</div><div>        shortname = "OneAAA_136"</div><div> }</div>
<div> client 163.162.128.137 {</div><div>        require_message_authenticator = no</div><div>        secret = "wonderland_lte"</div><div>        shortname = "OneAAA_137"</div><div> }</div><div> client 172.16.23.254 {</div>
<div>        require_message_authenticator = no</div><div>        secret = "wonderland_lte"</div><div>        shortname = "OneAAA_MC"</div><div> }</div><div> client 163.162.193.138 {</div><div>        require_message_authenticator = no</div>
<div>        secret = "tim"</div><div>        shortname = "OneAAA_nsn"</div><div> }</div><div> client balancer {</div><div>        ipaddr = 172.16.1.3</div><div>        require_message_authenticator = no</div>
<div>        secret = "monitoringf5"</div><div>        shortname = "bigip"</div><div> }</div><div> client 172.16.2.75 {</div><div>        ipaddr = 172.16.2.75</div><div>        require_message_authenticator = no</div>
<div>        secret = "wonderland_lte"</div><div>        shortname = "proxy_server_1"</div><div> }</div><div> client 172.16.2.76 {</div><div>        ipaddr = 172.16.2.76</div><div>        require_message_authenticator = no</div>
<div>        secret = "wonderland_lte"</div><div>        shortname = "proxy_server_2"</div><div> }</div><div> client balancer_new {</div><div>        ipaddr = 172.16.1.167</div><div>        require_message_authenticator = no</div>
<div>        secret = "monitoringf5"</div><div>        shortname = "bigip"</div><div> }</div><div> client balancer_new_mgmt {</div><div>        ipaddr = 172.16.5.166</div><div>        require_message_authenticator = no</div>
<div>        secret = "monitoringf5"</div><div>        shortname = "bigip_1"</div><div> }</div><div> client 172.16.2.169 {</div><div>        require_message_authenticator = no</div><div>        secret = "monitoringf5"</div>
<div>        shortname = "bigip_2"</div><div> }</div><div> client <a href="http://0.0.0.0/0">0.0.0.0/0</a> {</div><div>        require_message_authenticator = no</div><div>        secret = "wonderland_lte"</div>
<div>        shortname = "name"</div><div> }</div><div>radiusd: #### Instantiating modules ####</div><div> instantiate {</div><div> Module: Linked to module rlm_exec</div><div> Module: Instantiating module "exec" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/exec</div>
<div>  exec {</div><div>        wait = no</div><div>        input_pairs = "request"</div><div>        shell_escape = yes</div><div>  }</div><div> Module: Linked to module rlm_expr</div><div> Module: Instantiating module "expr" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/expr</div>
<div> Module: Linked to module rlm_expiration</div><div> Module: Instantiating module "expiration" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/expiration</div><div>  expiration {</div><div>        reply-message = "Password Has Expired  "</div>
<div>  }</div><div> Module: Linked to module rlm_logintime</div><div> Module: Instantiating module "logintime" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/logintime</div><div>  logintime {</div>
<div>        reply-message = "You are calling outside your allowed timespan  "</div><div>        minimum-timeout = 60</div><div>  }</div><div> }</div><div>radiusd: #### Loading Virtual Servers ####</div><div>server { # from file /product/freeradius-server-2.1.12_0/etc/raddb//radiusd.conf</div>
<div> modules {</div><div>  Module: Creating Auth-Type = digest</div><div>  Module: Creating Post-Auth-Type = REJECT</div><div> Module: Checking authenticate {...} for more modules to load</div><div> Module: Linked to module rlm_pap</div>
<div> Module: Instantiating module "pap" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/pap</div><div>  pap {</div><div>        encryption_scheme = "auto"</div><div>        auto_header = no</div>
<div>  }</div><div> Module: Linked to module rlm_chap</div><div> Module: Instantiating module "chap" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/chap</div><div> Module: Linked to module rlm_mschap</div>
<div> Module: Instantiating module "mschap" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/mschap</div><div>  mschap {</div><div>        use_mppe = yes</div><div>        require_encryption = no</div>
<div>        require_strong = no</div><div>        with_ntdomain_hack = no</div><div>        allow_retry = yes</div><div>  }</div><div> Module: Linked to module rlm_digest</div><div> Module: Instantiating module "digest" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/digest</div>
<div> Module: Linked to module rlm_unix</div><div> Module: Instantiating module "unix" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/unix</div><div>  unix {</div><div>        radwtmp = "/product/freeradius-server-2.1.12_0/var/log/radius/radwtmp"</div>
<div>  }</div><div> Module: Checking authorize {...} for more modules to load</div><div> Module: Linked to module rlm_preprocess</div><div> Module: Instantiating module "preprocess" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/preprocess</div>
<div>  preprocess {</div><div>        huntgroups = "/product/freeradius-server-2.1.12_0/etc/raddb//huntgroups"</div><div>        hints = "/product/freeradius-server-2.1.12_0/etc/raddb//hints"</div><div>
        with_ascend_hack = no</div><div>        ascend_channels_per_line = 23</div><div>        with_ntdomain_hack = no</div><div>        with_specialix_jetstream_hack = no</div><div>        with_cisco_vsa_hack = no</div>
<div>        with_alvarion_vsa_hack = no</div><div>  }</div><div> Module: Linked to module rlm_realm</div><div> Module: Instantiating module "suffix" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/realm</div>
<div>  realm suffix {</div><div>        format = "suffix"</div><div>        delimiter = "@"</div><div>        ignore_default = no</div><div>        ignore_null = no</div><div>  }</div><div> Module: Linked to module rlm_files</div>
<div> Module: Instantiating module "files" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/files</div><div>  files {</div><div>        usersfile = "/product/freeradius-server-2.1.12_0/etc/raddb//users"</div>
<div>        acctusersfile = "/product/freeradius-server-2.1.12_0/etc/raddb//acct_users"</div><div>        preproxy_usersfile = "/product/freeradius-server-2.1.12_0/etc/raddb//preproxy_users"</div><div>
        compat = "no"</div><div>  }</div><div> Module: Checking preacct {...} for more modules to load</div><div> Module: Linked to module rlm_acct_unique</div><div> Module: Instantiating module "acct_unique" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/acct_unique</div>
<div>  acct_unique {</div><div>        key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port"</div><div>  }</div><div> Module: Checking accounting {...} for more modules to load</div><div>
 Module: Linked to module rlm_perl</div><div> Module: Instantiating module "perl" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/perl</div><div>  perl {</div><div>        module = "/product/freeradius-server-2.1.12_0/etc/raddb//<a href="http://http_acct.pl">http_acct.pl</a>"</div>
<div>        func_authorize = "authorize"</div><div>        func_authenticate = "authenticate"</div><div>        func_accounting = "accounting"</div><div>        func_preacct = "preacct"</div>
<div>        func_checksimul = "checksimul"</div><div>        func_detach = "detach"</div><div>        func_xlat = "xlat"</div><div>        func_pre_proxy = "pre_proxy"</div><div>        func_post_proxy = "post_proxy"</div>
<div>        func_post_auth = "post_auth"</div><div>        func_recv_coa = "recv_coa"</div><div>        func_send_coa = "send_coa"</div><div>  }</div><div> Module: Checking session {...} for more modules to load</div>
<div> Module: Linked to module rlm_radutmp</div><div> Module: Instantiating module "radutmp" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/radutmp</div><div>  radutmp {</div><div>        filename = "/product/freeradius-server-2.1.12_0/var/log/radius/radutmp"</div>
<div>        username = "%{User-Name}"</div><div>        case_sensitive = yes</div><div>        check_with_nas = yes</div><div>        perm = 384</div><div>        callerid = yes</div><div>  }</div><div> Module: Checking post-auth {...} for more modules to load</div>
<div> Module: Linked to module rlm_attr_filter</div><div> Module: Instantiating module "attr_filter.access_reject" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/attr_filter</div><div>  attr_filter attr_filter.access_reject {</div>
<div>        attrsfile = "/product/freeradius-server-2.1.12_0/etc/raddb//attrs.access_reject"</div><div>        key = "%{User-Name}"</div><div>        relaxed = no</div><div>  }</div><div> } # modules</div>
<div>} # server</div><div>server status { # from file /product/freeradius-server-2.1.12_0/etc/raddb//sites-enabled/status</div><div> modules {</div><div>  Module: Creating Autz-Type = Status-Server</div><div> Module: Checking authorize {...} for more modules to load</div>
<div> Module: Linked to module rlm_always</div><div> Module: Instantiating module "ok" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/always</div><div>  always ok {</div><div>        rcode = "ok"</div>
<div>        simulcount = 0</div><div>        mpp = no</div><div>  }</div><div> } # modules</div><div>} # server</div><div>############################################################################</div><div><br></div><div>
################## radius_debug_server_B.log ###################################</div><div>FreeRADIUS Version 2.1.12, for host sparc-sun-solaris2.10, built on May 30 2012 at 10:32:20</div><div>Copyright (C) 1999-2009 The FreeRADIUS server project and contributors. </div>
<div>There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A </div><div>PARTICULAR PURPOSE. </div><div>You may redistribute copies of FreeRADIUS under the terms of the </div><div>GNU General Public License v2. </div>
<div>Starting - reading configuration files ...</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//radiusd.conf</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//proxy.conf</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//clients.conf</div><div>including files in directory /product/freeradius-server-2.1.12_0/etc/raddb//modules/</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/opendirectory</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/ntlm_auth</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/ippool</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/sql_log</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/checkval</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/mac2ip</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/ldap</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/attr_filter</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/smbpasswd</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/expr</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/inner-eap</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/chap</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/radutmp</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/linelog</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/passwd</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/rediswho</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/krb5</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/<a href="http://detail.example.com">detail.example.com</a></div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/exec</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/unix</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/sradutmp</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/wimax</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/sqlcounter_expire_on_login</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/perl_Originale</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/otp</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/soh</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/always</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/mac2vlan</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/digest</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/cui</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/redis</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/pam</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/replicate</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/acct_unique</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/preprocess</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/attr_rewrite</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/mschap</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/echo</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/detail</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/etc_group</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/expiration</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/detail.log</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/dynamic_clients</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/pap</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/realm</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/policy</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/perl</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/counter</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/files</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/smsotp</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//modules/logintime</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//policy.conf</div><div>including files in directory /product/freeradius-server-2.1.12_0/etc/raddb//sites-enabled/</div>
<div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//sites-enabled/default</div><div>including configuration file /product/freeradius-server-2.1.12_0/etc/raddb//sites-enabled/status</div><div>including dictionary file /product/freeradius-server-2.1.12_0/etc/raddb//dictionary</div>
<div>main {</div><div><span class="" style="white-space:pre">       </span>name = "radiusd"</div><div><span class="" style="white-space:pre"> </span>prefix = "/product/freeradius-server-2.1.12_0"</div><div><span class="" style="white-space:pre">   </span>localstatedir = "/product/freeradius-server-2.1.12_0/var"</div>
<div><span class="" style="white-space:pre">    </span>sbindir = "/product/freeradius-server-2.1.12_0/sbin"</div><div><span class="" style="white-space:pre">     </span>logdir = "/product/bealogs/freeradius"</div>
<div><span class="" style="white-space:pre">    </span>run_dir = "/product/freeradius-server-2.1.12_0/var/run/radiusd"</div><div><span class="" style="white-space:pre">  </span>libdir = "/product/freeradius-server-2.1.12_0/lib"</div>
<div><span class="" style="white-space:pre">    </span>radacctdir = "/product/bealogs/freeradius/radacct"</div><div><span class="" style="white-space:pre">       </span>hostname_lookups = no</div><div><span class="" style="white-space:pre">      </span>max_request_time = 30</div>
<div><span class="" style="white-space:pre">    </span>cleanup_delay = 5</div><div><span class="" style="white-space:pre">  </span>max_requests = 1024</div><div><span class="" style="white-space:pre">        </span>pidfile = "/product/freeradius-server-2.1.12_0/var/run/radiusd/radiusd.pid"</div>
<div><span class="" style="white-space:pre">    </span>checkrad = "/product/freeradius-server-2.1.12_0/sbin/checkrad"</div><div><span class="" style="white-space:pre">   </span>debug_level = 0</div><div><span class="" style="white-space:pre">    </span>proxy_requests = yes</div>
<div> log {</div><div><span class="" style="white-space:pre">       </span>stripped_names = no</div><div><span class="" style="white-space:pre">        </span>auth = no</div><div><span class="" style="white-space:pre">  </span>auth_badpass = no</div>
<div><span class="" style="white-space:pre">    </span>auth_goodpass = no</div><div> }</div><div> security {</div><div><span class="" style="white-space:pre">      </span>max_attributes = 200</div><div><span class="" style="white-space:pre">       </span>reject_delay = 1</div>
<div><span class="" style="white-space:pre">    </span>status_server = yes</div><div> }</div><div>}</div><div>radiusd: #### Loading Realms and Home Servers ####</div><div> proxy server {</div><div><span class="" style="white-space:pre">        </span>retry_delay = 5</div>
<div><span class="" style="white-space:pre">    </span>retry_count = 3</div><div><span class="" style="white-space:pre">    </span>default_fallback = no</div><div><span class="" style="white-space:pre">      </span>dead_time = 120</div>
<div><span class="" style="white-space:pre">    </span>wake_all_if_all_dead = no</div><div> }</div><div> home_server localhost {</div><div><span class="" style="white-space:pre">  </span>ipaddr = 127.0.0.1</div><div><span class="" style="white-space:pre"> </span>port = 1812</div>
<div><span class="" style="white-space:pre">    </span>type = "auth"</div><div><span class="" style="white-space:pre">    </span>secret = "testing123"</div><div><span class="" style="white-space:pre">    </span>response_window = 20</div>
<div><span class="" style="white-space:pre">    </span>max_outstanding = 65536</div><div><span class="" style="white-space:pre">    </span>require_message_authenticator = yes</div><div><span class="" style="white-space:pre">        </span>zombie_period = 40</div>
<div><span class="" style="white-space:pre">    </span>status_check = "status-server"</div><div><span class="" style="white-space:pre">   </span>ping_interval = 30</div><div><span class="" style="white-space:pre"> </span>check_interval = 30</div>
<div><span class="" style="white-space:pre">    </span>num_answers_to_alive = 3</div><div><span class="" style="white-space:pre">   </span>num_pings_to_alive = 3</div><div><span class="" style="white-space:pre">     </span>revive_interval = 120</div>
<div><span class="" style="white-space:pre">    </span>status_check_timeout = 4</div><div>  coa {</div><div><span class="" style="white-space:pre">     </span>irt = 2</div><div><span class="" style="white-space:pre">    </span>mrt = 16</div>
<div><span class="" style="white-space:pre">    </span>mrc = 5</div><div><span class="" style="white-space:pre">    </span>mrd = 30</div><div>  }</div><div> }</div><div> home_server_pool my_auth_failover {</div><div><span class="" style="white-space:pre">     </span>type = fail-over</div>
<div><span class="" style="white-space:pre">    </span>home_server = localhost</div><div> }</div><div> realm <a href="http://example.com">example.com</a> {</div><div><span class="" style="white-space:pre"> </span>auth_pool = my_auth_failover</div>
<div> }</div><div> realm LOCAL {</div><div> }</div><div>radiusd: #### Loading Clients ####</div><div> client localhost {</div><div>        ipaddr = 127.0.0.1</div><div>        require_message_authenticator = no</div><div>
        secret = "wonderland_lte"</div><div>        nastype = "other"</div><div> }</div><div> client 172.16.1.64 {</div><div>        require_message_authenticator = no</div><div>        secret = "wonderland_lte"</div>
<div>        shortname = "OneAAA_64"</div><div> }</div><div> client 172.16.1.88 {</div><div>        require_message_authenticator = no</div><div>        secret = "wonderland_lte"</div><div>        shortname = "OneAAA_88"</div>
<div> }</div><div> client 163.162.128.136 {</div><div>        require_message_authenticator = no</div><div>        secret = "wonderland_lte"</div><div>        shortname = "OneAAA_136"</div><div> }</div>
<div> client 163.162.128.137 {</div><div>        require_message_authenticator = no</div><div>        secret = "wonderland_lte"</div><div>        shortname = "OneAAA_137"</div><div> }</div><div> client 172.16.23.254 {</div>
<div>        require_message_authenticator = no</div><div>        secret = "wonderland_lte"</div><div>        shortname = "OneAAA_MC"</div><div> }</div><div> client 163.162.193.138 {</div><div>        require_message_authenticator = no</div>
<div>        secret = "tim"</div><div>        shortname = "OneAAA_nsn"</div><div> }</div><div> client balancer {</div><div>        ipaddr = 172.16.1.3</div><div>        require_message_authenticator = no</div>
<div>        secret = "monitoringf5"</div><div>        shortname = "bigip"</div><div> }</div><div> client 172.16.2.75 {</div><div>        ipaddr = 172.16.2.75</div><div>        require_message_authenticator = no</div>
<div>        secret = "wonderland_lte"</div><div>        shortname = "proxy_server_1"</div><div> }</div><div> client 172.16.2.76 {</div><div>        ipaddr = 172.16.2.76</div><div>        require_message_authenticator = no</div>
<div>        secret = "wonderland_lte"</div><div>        shortname = "proxy_server_2"</div><div> }</div><div> client balancer_new {</div><div>        ipaddr = 172.16.1.167</div><div>        require_message_authenticator = no</div>
<div>        secret = "monitoringf5"</div><div>        shortname = "bigip"</div><div> }</div><div> client balancer_new_mgmt {</div><div>        ipaddr = 172.16.5.166</div><div>        require_message_authenticator = no</div>
<div>        secret = "monitoringf5"</div><div>        shortname = "bigip_1"</div><div> }</div><div> client 172.16.2.169 {</div><div>        require_message_authenticator = no</div><div>        secret = "monitoringf5"</div>
<div>        shortname = "bigip_2"</div><div> }</div><div> client <a href="http://0.0.0.0/0">0.0.0.0/0</a> {</div><div>        require_message_authenticator = no</div><div>        secret = "wonderland_lte"</div>
<div>        shortname = "name"</div><div> }</div><div>radiusd: #### Instantiating modules ####</div><div> instantiate {</div><div> Module: Linked to module rlm_exec</div><div> Module: Instantiating module "exec" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/exec</div>
<div>  exec {</div><div><span class="" style="white-space:pre">     </span>wait = no</div><div><span class="" style="white-space:pre">  </span>input_pairs = "request"</div><div><span class="" style="white-space:pre">  </span>shell_escape = yes</div>
<div>  }</div><div> Module: Linked to module rlm_expr</div><div> Module: Instantiating module "expr" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/expr</div><div> Module: Linked to module rlm_expiration</div>
<div> Module: Instantiating module "expiration" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/expiration</div><div>  expiration {</div><div><span class="" style="white-space:pre">        </span>reply-message = "Password Has Expired  "</div>
<div>  }</div><div> Module: Linked to module rlm_logintime</div><div> Module: Instantiating module "logintime" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/logintime</div><div>  logintime {</div>
<div><span class="" style="white-space:pre">    </span>reply-message = "You are calling outside your allowed timespan  "</div><div><span class="" style="white-space:pre">        </span>minimum-timeout = 60</div><div>  }</div>
<div> }</div><div>radiusd: #### Loading Virtual Servers ####</div><div>server { # from file /product/freeradius-server-2.1.12_0/etc/raddb//radiusd.conf</div><div> modules {</div><div>  Module: Creating Auth-Type = digest</div>
<div>  Module: Creating Post-Auth-Type = REJECT</div><div> Module: Checking authenticate {...} for more modules to load</div><div> Module: Linked to module rlm_pap</div><div> Module: Instantiating module "pap" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/pap</div>
<div>  pap {</div><div><span class="" style="white-space:pre">      </span>encryption_scheme = "auto"</div><div><span class="" style="white-space:pre">       </span>auto_header = no</div><div>  }</div><div> Module: Linked to module rlm_chap</div>
<div> Module: Instantiating module "chap" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/chap</div><div> Module: Linked to module rlm_mschap</div><div> Module: Instantiating module "mschap" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/mschap</div>
<div>  mschap {</div><div><span class="" style="white-space:pre">   </span>use_mppe = yes</div><div><span class="" style="white-space:pre">     </span>require_encryption = no</div><div><span class="" style="white-space:pre">    </span>require_strong = no</div>
<div><span class="" style="white-space:pre">    </span>with_ntdomain_hack = no</div><div><span class="" style="white-space:pre">    </span>allow_retry = yes</div><div>  }</div><div> Module: Linked to module rlm_digest</div><div>
 Module: Instantiating module "digest" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/digest</div><div> Module: Linked to module rlm_unix</div><div> Module: Instantiating module "unix" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/unix</div>
<div>  unix {</div><div><span class="" style="white-space:pre">     </span>radwtmp = "/product/bealogs/freeradius/radwtmp"</div><div>  }</div><div> Module: Checking authorize {...} for more modules to load</div><div>
 Module: Linked to module rlm_preprocess</div><div> Module: Instantiating module "preprocess" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/preprocess</div><div>  preprocess {</div><div><span class="" style="white-space:pre">    </span>huntgroups = "/product/freeradius-server-2.1.12_0/etc/raddb//huntgroups"</div>
<div><span class="" style="white-space:pre">    </span>hints = "/product/freeradius-server-2.1.12_0/etc/raddb//hints"</div><div><span class="" style="white-space:pre">   </span>with_ascend_hack = no</div><div><span class="" style="white-space:pre">      </span>ascend_channels_per_line = 23</div>
<div><span class="" style="white-space:pre">    </span>with_ntdomain_hack = no</div><div><span class="" style="white-space:pre">    </span>with_specialix_jetstream_hack = no</div><div><span class="" style="white-space:pre"> </span>with_cisco_vsa_hack = no</div>
<div><span class="" style="white-space:pre">    </span>with_alvarion_vsa_hack = no</div><div>  }</div><div> Module: Linked to module rlm_realm</div><div> Module: Instantiating module "suffix" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/realm</div>
<div>  realm suffix {</div><div><span class="" style="white-space:pre">     </span>format = "suffix"</div><div><span class="" style="white-space:pre">        </span>delimiter = "@"</div><div><span class="" style="white-space:pre">  </span>ignore_default = no</div>
<div><span class="" style="white-space:pre">    </span>ignore_null = no</div><div>  }</div><div> Module: Linked to module rlm_files</div><div> Module: Instantiating module "files" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/files</div>
<div>  files {</div><div><span class="" style="white-space:pre">    </span>usersfile = "/product/freeradius-server-2.1.12_0/etc/raddb//users"</div><div><span class="" style="white-space:pre">       </span>acctusersfile = "/product/freeradius-server-2.1.12_0/etc/raddb//acct_users"</div>
<div><span class="" style="white-space:pre">    </span>preproxy_usersfile = "/product/freeradius-server-2.1.12_0/etc/raddb//preproxy_users"</div><div><span class="" style="white-space:pre">     </span>compat = "no"</div>
<div>  }</div><div> Module: Checking preacct {...} for more modules to load</div><div> Module: Linked to module rlm_acct_unique</div><div> Module: Instantiating module "acct_unique" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/acct_unique</div>
<div>  acct_unique {</div><div><span class="" style="white-space:pre">      </span>key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port"</div><div>  }</div><div> Module: Checking accounting {...} for more modules to load</div>
<div> Module: Linked to module rlm_perl</div><div> Module: Instantiating module "perl" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/perl_Originale</div><div>  perl {</div><div><span class="" style="white-space:pre">       </span>module = "/product/freeradius-server-2.1.12_0/etc/raddb//<a href="http://example.pl">example.pl</a>"</div>
<div><span class="" style="white-space:pre">    </span>func_authorize = "authorize"</div><div><span class="" style="white-space:pre">     </span>func_authenticate = "authenticate"</div><div><span class="" style="white-space:pre">       </span>func_accounting = "accounting"</div>
<div><span class="" style="white-space:pre">    </span>func_preacct = "preacct"</div><div><span class="" style="white-space:pre"> </span>func_checksimul = "checksimul"</div><div><span class="" style="white-space:pre">   </span>func_detach = "detach"</div>
<div><span class="" style="white-space:pre">    </span>func_xlat = "xlat"</div><div><span class="" style="white-space:pre">       </span>func_pre_proxy = "pre_proxy"</div><div><span class="" style="white-space:pre">     </span>func_post_proxy = "post_proxy"</div>
<div><span class="" style="white-space:pre">    </span>func_post_auth = "post_auth"</div><div><span class="" style="white-space:pre">     </span>func_recv_coa = "recv_coa"</div><div><span class="" style="white-space:pre">       </span>func_send_coa = "send_coa"</div>
<div>  }</div><div> Module: Linked to module rlm_attr_filter</div><div> Module: Instantiating module "attr_filter.accounting_response" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/attr_filter</div>
<div>  attr_filter attr_filter.accounting_response {</div><div><span class="" style="white-space:pre">      </span>attrsfile = "/product/freeradius-server-2.1.12_0/etc/raddb//attrs.accounting_response"</div><div><span class="" style="white-space:pre">   </span>key = "%{User-Name}"</div>
<div><span class="" style="white-space:pre">    </span>relaxed = no</div><div>  }</div><div> Module: Checking session {...} for more modules to load</div><div> Module: Linked to module rlm_radutmp</div><div> Module: Instantiating module "radutmp" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/radutmp</div>
<div>  radutmp {</div><div><span class="" style="white-space:pre">  </span>filename = "/product/bealogs/freeradius/radutmp"</div><div><span class="" style="white-space:pre"> </span>username = "%{User-Name}"</div>
<div><span class="" style="white-space:pre">    </span>case_sensitive = yes</div><div><span class="" style="white-space:pre">       </span>check_with_nas = yes</div><div><span class="" style="white-space:pre">       </span>perm = 384</div>
<div><span class="" style="white-space:pre">    </span>callerid = yes</div><div>  }</div><div> Module: Checking post-auth {...} for more modules to load</div><div> Module: Instantiating module "attr_filter.access_reject" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/attr_filter</div>
<div>  attr_filter attr_filter.access_reject {</div><div><span class="" style="white-space:pre">    </span>attrsfile = "/product/freeradius-server-2.1.12_0/etc/raddb//attrs.access_reject"</div><div><span class="" style="white-space:pre"> </span>key = "%{User-Name}"</div>
<div><span class="" style="white-space:pre">    </span>relaxed = no</div><div>  }</div><div> } # modules</div><div>} # server</div><div>server status { # from file /product/freeradius-server-2.1.12_0/etc/raddb//sites-enabled/status</div>
<div> modules {</div><div>  Module: Creating Autz-Type = Status-Server</div><div> Module: Checking authorize {...} for more modules to load</div><div> Module: Linked to module rlm_always</div><div> Module: Instantiating module "ok" from file /product/freeradius-server-2.1.12_0/etc/raddb//modules/always</div>
<div>  always ok {</div><div><span class="" style="white-space:pre">        </span>rcode = "ok"</div><div><span class="" style="white-space:pre">     </span>simulcount = 0</div><div><span class="" style="white-space:pre">     </span>mpp = no</div>
<div>  }</div><div> } # modules</div><div>} # server</div><div>############################################################################</div></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">
Thanks and regards</div><div style="font-family:arial,sans-serif;font-size:13px">maframan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014/1/6 Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com" target="_blank">aland@deployingradius.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im HOEnZb">Francesco Maisano wrote:<br>
> thanks for your reply.<br>
<br>
  Apparently not.  You didn't read it.<br>
<br>
</div><div class="im HOEnZb">> In radiusd.conf in the section modules is specified the directory of<br>
> modules only ($INCLUDE ${confdir}/modules/). In this file i don't found<br>
> the order of loading the directory contents.<br>
> Please help me to understand the exact load order of the modules<br>
> contained within the modules directory.<br>
<br>
</div><div class="im HOEnZb">  I said:<br>
<br>
       Read radiusd.conf.  Look for the "instantiate" section.<br>
<br>
</div><div class="im HOEnZb">  I meant it.  The answer is there.<br>
<br>
  If you're going to ignore my answers, you shouldn't be asking questions.<br>
<br>
</div><div class="HOEnZb"><div class="h5">  Alan DeKok.<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</div></div></blockquote></div><br></div>