From: <Rai...@bo...> - 2002-11-11 10:25:58
|
Hi, I need some help for a simple task: Has anyone managed in accessing the Netmeeting ILS-Service of Windows2K Advanced Server from ldap-perl (from an unix system)? Even basic connects are failing with perl-ldap (using a LDAP-Browser accessing the LDAP-Structure of the ils server works fine). What do I do: Win2K: Running: net start "Site Server ILS Service" This starts the ILS Server 3.0 (which is different to ILS 2.0). ILS is a LDAP Directory Service running on Port 1002. The Perl-Script (basic code): $ldap = Net::LDAP->new($ServerName, port => 1002); $msg = ldap->bind; @attrs = [ "giveName" ]; $ldap_result = $ldap->search ( base => "o=IntraNet,ou=Dynamic", filter => "&(objectClass=RTPerson)(cn=%)", attrs => @attrs ); Connect is working fine. But perl-ldap stalls on bind, or search. From a ldap call it never returns. I tried different stuff, different base, filters, ldap versions, als different bind/no bind. Has anyone a hint, how to solve this problem. Otherwise I have to switch from perl-ldap to ASP stuff. What wonders me, is a ldap browser program (www.ldapbrowser.com) has no problem to retrieve the informations (anon access). Tnx for any help in advance Rainer --- Rainer Scherg BRI/TDV6 - Internet,IntraNet,eMail Industrial Hydraulics Bosch Rexroth AG "The Drive & Control Company" 97813, Lohr am Main Phone: +49-(0)9352-18-1510 Fax: +49-(0)9352-18-1500 www.boschrexroth.de |