ramakrishnach04 / vt-middleware

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

vt-ldap: DnResolver configuration shared with AuthenticationHandler #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sharing the configuration means that different authentication types cannot be 
used by the resolver and the handler.
Investigate potential solutions.

Original issue reported on code.google.com by dfis...@gmail.com on 27 Jan 2011 at 3:04

GoogleCodeExporter commented 8 years ago
Removed AuthenticatorConfig and pushed it's properties into Authenticator and 
it's resolvers and handlers.
Note that while this solves the problem for the API, there isn't a provided 
solution for property based configuration like JAAS.
JAAS continues to share the same connection config between resolvers and 
handlers.
If a user needs this sort of configuration in JAAS, they would still have to 
write their own resolver.

Fixed in r1873.

Original comment by dfis...@gmail.com on 29 Mar 2011 at 3:04