[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Binding through a referral
I am having great difficulty binding to an LDAP server if the DN is in
the referral server, even though I can find the DN with no problem (via
the referral).
if (C == Client, S == initial server, R == server referred to by S), I
get:
C->S->R: search passed onto R
C<-S<-R: result DN and password
C->S: unbind
C->S: open
C->S: simple bind with returned DN and password
C<-S: result noSuchObject
It doesn't appear that the bind is trying to follow the referral. What
am I missing, or is there a way the url(s) for the referral server(s)
can be returned, and I can handle it from there?
Thanks for the help
Paul Corazzol