The thing is, if I put it there, the user will get the same error message
either for max login or for failed login. I've tried putting it like so on
the session part:

 sql {
            reject = 1
        }
        if (reject){
            update reply{
                  Reply-Message := "already in use error"
                  }
                  ok = reject
        }

But no message is being returned.

On Wed, May 11, 2011 at 3:28 AM, Alan DeKok <[email protected]>wrote:

> Franz wrote:
> > Hi,
> > I have freeradius 2.1.10 installed and was able to customize some reply
> > messages to another language, the only one I am unable to change is the
> > one for simultaneous login check, where would I chnage this reply
> message?
>
>   You can always edit the Reply-Message in the "post-auth" section.
>
>  See "man unlang" for attribute editing operators.
>
>  Alan DeKok.
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to