Re: reply attributes with auth-reject
Sergey Poznyakoff <[email protected]>
| Newsgroups | gmane.comp.gnu.radius.general |
|---|---|
| Organization | Farlep-Internet |
| Message-ID | <[email protected]> |
[email protected] <[email protected]> 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