2010-09-09 07:42:10 err     /usr/local/etc/raddb/sites-enabled/default[1]: Errors parsing authorize section.
2010-09-09 07:42:10 err     /usr/local/etc/raddb/policy.conf[10]: Failed to parse "handled" entry.
2010-09-09 07:42:10 err     /usr/local/etc/raddb/policy.conf[10]: Failed to load module "handled".
 
radiusd.conf:
listen {
        ipaddr = *
        port = 1812
        type = auth
}
log {
        destination = syslog
        syslog_facility = daemon
}
$INCLUDE  ${confdir}/clients.conf
modules {
 $INCLUDE ${confdir}/modules
$INCLUDE ${confdir}/eap.conf
}
instantiate {                                    
        exec                                     
}                                                
                                                 
$INCLUDE  ${confdir}/policy.conf                                                       
$INCLUDE  ${confdir}/sites-enabled/default
 
 
policy.conf:
policy {
        #
        do_not_respond {
                update control {
                        Response-Packet-Type := Do-Not-Respond
                }
                handled
        }
}

--- 10年9月2日,周四, Alan DeKok <aland@deployingradius.com> 写道:

发件人: Alan DeKok <aland@deployingradius.com>
主题: Re:
收件人: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org>
日期: 2010年9月2日,周四,下午9:12

John wrote:
> Hi all,  We upgrade freeradius from 1.1.6 to 2.1.18 recently.  Looks
> 2.1.8 will reply a Access-Reject when [ldap] return fail, but 1.1.6 is
> just keep silence.  Is there a way to let 2.1.8 reply nothing in the case?

  See raddb/policy.conf.  Look for "do_not_respond"

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html