Actions
Feature #38
open[mod_radius] Код возврата
Start date:
10/05/2015
Due date:
10/06/2015 (over 9 years late)
% Done:
100%
Estimated time:
Spent time:
Description
Нужно реализовать возможность указывать коды возврата для плагина mod_radius в случае неуспешной авторизации.
Нужно реализовать следующие коды возврата:
notfound - information was not found noop - the module did nothing updated - the module updated the request
Другие коды возврата - http://freeradius.org/radiusd/man/unlang.html
Код возврата reject использовать по умолчанию.
В конфиге mod_radius это может выглядеть так:
return_code = <reject|notfound|noop|updated>
Actions