[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: LDAP Bind request seen many times in network trace
At 06:45 AM 2/16/2006, Srinivas Cheruku wrote:
>Can you please let me know
>1. whether the behaviour observed in the network trace is normal?
It certainly not abnormal. See RFC 2251 discussion about
multiple Bind steps.
>2. How can i make LDAP Bind to only one server though i have many ldap servers in my environment?
Disable referral and search continuation chasing via
ldap_set_option(3). See clients/tools/common.c for
an example.
Kurt