[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: proxy authorization



This hints at some of the problems with using bind for client to
proxy authentication purposes.  Another problem I see is concurrency.
Bind requests are generally serialized.  They also cause the aborting
of outstanding operations.

Kurt

At 12:50 AM 8/11/2003, Luke Howard wrote:

>>In a proxy server, we want the connection to be left as the privileged user
>>regardless of Bind outcome.
>
>Maybe not so useful, but see:
>
>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/netdir/ldap/ldap_server_fast_bind_oid.asp
>
>
>-- Luke