Max-All-Session not present reject

Matthew Newton mcn4 at leicester.ac.uk
Tue May 24 14:33:34 CEST 2016


On Tue, May 24, 2016 at 12:23:45PM +0000, Joaquin Alzola wrote:
> (0) expired_Xh: WARNING: Couldn't find check attribute, control:Max-All-Session, doing nothing...
...

> if (&reply:Max-All-Session  == "") {
>             reject
>         }


  if (!&control:Max-All-Session) {
    reject
  }

?

(If you're FR version 2 then you'll want !control:Max-All-Session
instead.)

Matthew


-- 
Matthew Newton, Ph.D. <mcn4 at le.ac.uk>

Systems Specialist, Infrastructure Services,
I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom

For IT help contact helpdesk extn. 2253, <ithelp at le.ac.uk>


More information about the Freeradius-Users mailing list