From: Paul L. <li...@so...> - 2002-06-10 19:41:21
|
I'm trying to convert some scripts that used PerLDAP to Net::LDAP. My server (Netware) requires an SSL conection with a client supplied certificate. In PerLDAP it worked like this ... $conn = new Mozilla::LDAP::Conn( host => 'myserver', port => '636', cert => 'cert7.db'); with Net::LDAPS I'm trying to do ... $conn = new Net::LDAPS( 'myserver', port => '636', clientcert => 'cert7.db', clientkey => 'cert7.db'); and it dosn't work. I get no error, $conn just comes back undefined. I can't remember how I originally generated 'cert7.db' but I'm guessing its not the right format for Net::LDPS. So how do I make this work? Thanks, Paul -- Paul Lieberman li...@so... Systems Engineer 541-552-6962 Computing Services Center Southern Oregon University Ashland, OR |