Hi ,
I am relatively new to LDAP, I am trying a piece of
perl code to connect to a LDAP server.But getting some
error which really put me into trouble.I am geeting an
error

 "IO::Socket::SSL: Bad protocol 'tcp'"
 
I am working on  Solaris 9 OS,
Here is my perl code 

 my $LDAPServer = 'ldaps://xxxx';
   my $name =  xxxxx;
 
   # Get LDAP dn for current user
   my $ldap = Net::LDAPS->new($LDAPServer, version =>
3);
   if (!defined($ldap)) {
      error(new CGI,"Failed to connect to LDAP server:
[EMAIL PROTECTED]");
   }
I am getting an Error 
"IO::Socket::SSL: Bad protocol 'tcp'"

could you please help me to sort out this issue, I
don't know how to debug this , is there any way to
debug this issue ?

Thanks& Regards
Aravind



                
__________________________________ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs

Reply via email to