Using rest in post-auth
Arran Cudbard-Bell
a.cudbardb at freeradius.org
Mon Jun 13 05:43:49 CEST 2016
> the result returned by unlang is not conclusive enough to determine the
> outcome (for example the data for the particular user is not cached locally
> yet or the cache expired) . I don't have access to a test system right now,
> but will 'rest.authenticate' allow us to reject from unlang as well (in
> post-auth).
Should loop back round to run
Post-Auth-Type reject {
}
If you reject within the post-auth section.
Or you can do
rest.authenticate {
reject = 1
}
if (reject) {
... stuff
}
-Arran
Arran Cudbard-Bell <a.cudbardb at freeradius.org>
FreeRADIUS Development Team
FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 872 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20160612/1bb52a0a/attachment.sig>
More information about the Freeradius-Users
mailing list