--- AuthProxy.pm 2017-09-06 09:20:56.401002057 -0400 +++ AuthProxy.pm.ldap_unavail_fix 2017-09-06 09:22:03.258049213 -0400 @@ -217,7 +217,7 @@ if ($authenticator->login_types and $args->{'type'}) { next unless grep(/^(all|$args->{'type'})$/, @{$authenticator->{'login_types'}}); } - if ($authenticator->org_units and $args->{'org'}) { + if ($authenticator->org_units) { next unless grep(/^(all|$args->{'org'})$/, @{$authenticator->{'org_units'}}); }