%RAD_REPLY hash problem
    Garber, Neal 
    Neal.Garber at iberdrolausa.com
       
    Tue Oct 26 21:21:27 CEST 2010
    
    
  
> My problem is that rlm_perl duplicate an attribute in %RAD_REPLY hash.
I'm not sure if this will fix it, but try:
use constant  RLM_MODULE_UPDATED=>   8;#  /* OK (pairs modified) */
then change "return RLM_MODULE_OK" to:
return RLM_MODULE_UPDATED;
If this doesn't fix it, you can always delete the undesired member from the hash before you return.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20101026/957ed413/attachment.html>
    
    
More information about the Freeradius-Users
mailing list