6 Sep
2012
6 Sep
'12
10:24 a.m.
On 6 Sep 2012, at 15:10, Kostas Zorbadelos <kzorba@otenet.gr> wrote:
Greetings to all,
I would like to achieve the following functionality: in case a user's AUTHENTICATION fails, the user should not be rejected but be given an accept response with specific attributes. The reason behind this is to provide a captive portal functionality for users having wrong credentials in their CPEs. Could you provide a few hints for how the config would look like (I am thinking of something in terms of unlang and utilizing virtual servers but I am not sure how it would look like.
authenticate { Auth-Type pap { pap { reject = 1 } if (reject) { ok # Add extra attributes here... } } } -Arran