From: Mark W. <mew...@un...> - 2000-07-14 14:08:23
|
Yes you can connect with any LDAP compliant server. As per the instructions at perl-ldap.sourceforge.net, you'll need Convert::ASN1 and Net::LDAP. You'll need to install Mime::Base64 first if you don't already have it. OPtionally you'll need Digest::MD5 and URI if you want to do CRAM-MD5 SASL and parse LDAP urls. If you have the CPAN module installed on your machine you should be able to do this: perl -MCPAN -e 'install Net::LDAP' and that should install all of the necessary modules for you. Mark On Fri, 14 Jul 2000, Nguyen Thanh Phong wrote: > Hi, > > Can I use PerlLDAP to connect to openLDAP database? What packages I have to > download to have this functionality? > > Nguyen Thanh Phong > Saigon Software Development Company > Email: pho...@sd... > WWW: http://www.sdcgrp.com > > > > > |