Authentication and Authorization

Alan DeKok aland at deployingradius.com
Tue Oct 7 16:42:33 CEST 2014


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.


More information about the Freeradius-Users mailing list