change Access-Reject output of module with unlang
Dear ALL How change Access-Reject output of module with unlang in sites-enable to Access-Accept and do some update control ? I can not find what is the replay attribute of reject or accept to check in "If condition" and change them in "update replay". and Do we have any reference for such variables?
Hi,
How change Access-Reject output of module with unlang in sites-enable to Access-Accept and do some update control ?
what method? you cant just 'Access-Accept' an EAP method that relies on the agreement between client and authentication server for the cipher keys etc alan
On 03/25/2013 09:14 AM, Mehdi Ravanbakhsh wrote:
Dear ALL
How change Access-Reject output of module with unlang in sites-enable to Access-Accept and do some update control ?
I don't think you can. And as AlanB says, it probably won't work anyway - you can't "force" accept on challenge/response auth.
You means that if modules such as SQL module in session section return reject i can not change that to accept and then update some control attribute ? and can i change sql module ?( i know SQL.conf but in that file i just can change the query ) Best regards. On Mon, Mar 25, 2013 at 2:45 PM, Phil Mayers <p.mayers@imperial.ac.uk>wrote:
On 03/25/2013 09:14 AM, Mehdi Ravanbakhsh wrote:
Dear ALL
How change Access-Reject output of module with unlang in sites-enable to Access-Accept and do some update control ?
I don't think you can. And as AlanB says, it probably won't work anyway - you can't "force" accept on challenge/response auth.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/** list/users.html <http://www.freeradius.org/list/users.html>
On 25/03/13 11:16, Mehdi Ravanbakhsh wrote:
You means that if modules such as SQL module in session section return reject i can not change that to accept and then update some control attribute ?
I don't think so.
and
can i change sql module ?( i know SQL.conf but in that file i just can change the query )
It won't help. If you don't want to reject the user, fix the reason they're being rejected.
thanks On Mon, Mar 25, 2013 at 4:40 PM, Phil Mayers <p.mayers@imperial.ac.uk>wrote:
On 25/03/13 11:16, Mehdi Ravanbakhsh wrote:
You means that if modules such as SQL module in session section return reject i can not change that to accept and then update some control attribute ?
I don't think so.
and
can i change sql module ?( i know SQL.conf but in that file i just can change the query )
It won't help.
If you don't want to reject the user, fix the reason they're being rejected.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/** list/users.html <http://www.freeradius.org/list/users.html>
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Mehdi Ravanbakhsh -
Phil Mayers