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.