[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] reply attributes with auth-reject
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] reply attributes with auth-reject |
Date: |
Mon, 10 Jan 2005 11:33:03 +0200 |
address@hidden <address@hidden> wrote:
> is gnuradius sending reply attributes for an rejected auth request
According to RFC 2865 the only attributes allowed in an Access-Reject
response are Proxy-State and Reply-Message. Use the latter to convey
the textual description of the refusal back to client.
> Is there a way to receive reply-attributes for an "access-denied" ?
You may configure predefined reply messages using 'message' statement
in raddb/config (see
http://www.gnu.org.ua/software/radius/manual/html_node/radius_33.html#SEC76)
Otherwise, you may specify any number of arbitrary Reply-Message pairs
in a raddb/users (or raddb/hints) entry, or return them via an external
program, or return them via a Guile module.
Regards,
Sergey