DanElbert / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-ldap: add option to produce login failure if no results are found in the authorization modules #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add a new option to LdapRolesAuthorizationModule and
LdapDnAuthorizationModule which will tell the module to raise an exception
if the underlying search produces no results.

noResultsIsError="true"

Default value should be false.

Original issue reported on code.google.com by dfis...@gmail.com on 12 Apr 2010 at 3:35

GoogleCodeExporter commented 8 years ago
Updated the authorization modules to contain the noResultsIsError option.
Fixed in r1242.

Original comment by dfis...@gmail.com on 12 Apr 2010 at 8:02