I am having hard time using ADSI connection cache with ADsOpenObject, my
application is using user/passwd as NULL with ADsOpenObject and as per MS
do***entation - security context of the thread/app that is running my app.
However the bind cache doesn't work and I get a new tcp session for each
new
object (I followed all the rules provided by MS in order to conserve
number
of binds)
It seems as the connection cache (bind cache) works only if user/password
is
provided. Even though my process runs always with the same user
credentials.
Any suggestion in how to enable connection cache without the need of
having
user/pass on each ADsOpenObject call?
TIA,
R.