|
[
Permlink
| « Hide
]
Trustin Lee added a comment - 22/Sep/05 12:13 PM
Thank you for your patch first of all, Norbert. But can I know the use case of this patch? BIND operation is used only for authentication and AuthenticationService performs it already. Is there any reason to delegate bind operation to interceptors and context partitions? Any ideas are appreciated.
In the long run, we'll have to change the interceptor interface to filter all LDAP operations. It will help users implement LDAP proxy very easily. WDYT?
You mean just adding bind() to what we have? I guess that's the only missing operation. However I think this is a wrong turn in our architectural vision.
First because a partitions are for storage. Using them for proxying is tangential to our aims. A proxy can be implemented in other ways via views. Using a partition to do is effective but a hack. When we implement views proxies can easily be written. Still there may be some benefit to intercepting a bind operation. Let me think more about this. Bind interception might be good for views too. Thanks T. unbind and bind operations have been added to partitions and piplined. They are now called when there are no authenticators registered to handle the authmeth.
Closing all issues created in 2005 and before which are marked resolved
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||