7 Oct
2014
7 Oct
'14
12:10 p.m.
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@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