From: Chris R. <chr...@me...> - 2000-08-03 10:29:29
|
Eric Nichols <eni...@cp...> wrote: > > New LDAP Object to make TCP/IP connection (1) > Authenticate (1) > New LDAP Object to make TCP/IP connection (2) > Authenticate (2) > > It hangs at authenticate 2. > > Yes the server supports simultaneous auths/binds etc. (Active Directory). > Thanks > Eric Well my code snippet works here (when I fixed the typo LDAp -> LDAP :-) against a non-MS directory (:-) so either there's something wrong in your code (can you post it?) or the server's rejecting stuff, or you're using a problematic version of perl (5.6.0 with threads) If you set debug => 12 in each of the 2 LDAP objects, what gets printed out? Is there anything in the server logs? Cheers, Chris |