Authentication and Authorization
Alex Gregory
alex at c2company.com
Tue Oct 7 18:10:27 CEST 2014
I assume I do this in the pre-proxy section of the default site?
Something like:
pre-proxy {
ldap
if (notfound) {
reject
}
}
Thanks again for the help. You guys have definitely gotten me past the last toughest 10% of my configuration dilemmas. Its much appreciated considering I assume you are all doing this in your free time.
Thanks,
Alex
On Oct 7, 2014, at 7:42 AM, Alan DeKok <aland at deployingradius.com> wrote:
> Alex Gregory wrote:
>> What might I need it to do to stop processing if a user is not found?
>
> $ man unlang
>
> You can check the return code of a module.
>
>> (3) [ldap] = notfound
>
> Change:
>
> ldap
>
> To:
>
> ldap
> if (notfound) {
> reject
> }
>
> Alan DeKok.
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
More information about the Freeradius-Users
mailing list