[RESOVLED] Re: customize Post-Auth-Type REJECT

bishalpun bishalpun at gmail.com
Wed Jan 12 12:29:10 CET 2011


Hi,
 I am trying to do the same things but I am not able to success. I am
getting rejected after user Max-Total-Octets is reached. below is my config
file in /etc/freeradius/site-enable/default

authorize {
..
       Auth-Type LDAP {
                ldap
        }

        #
        #  Allow EAP authentication.
        #eap
}
        noresetbytescounter{
        reject = 1
        }
          if(reject) {
               update reply {
               Reply-Message := "You have reached your data volume limit.
Connecting with Limited Bandwidth."
               Filter-Id := "64/64"
               }
                update control {
                Auth-Type := "Accept"
                }
        ok
          } 
-- 
View this message in context: http://freeradius.1045715.n5.nabble.com/RESOLVED-customize-Post-Auth-Type-REJECT-tp2779460p3337968.html
Sent from the FreeRadius - User mailing list archive at Nabble.com.



More information about the Freeradius-Users mailing list