help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] How to create missing attribute ?


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] How to create missing attribute ?
Date: Mon, 6 Oct 2003 10:11:20 +0300

> My config:
> 
> rewrite:
> ---------
> integer
> n_fixup()
> {
> 
>        if ( *%[User-Name])

Error! The condition is true if the attribute *is* present. It must have been:

         if (! *%[User-Name])

Check my previous posting.

Regards,
Sergey






reply via email to

[Prev in Thread] Current Thread [Next in Thread]