From: Todd P. <tc...@mt...> - 2002-04-05 13:53:42
|
If by PerLDAP you are referring to the package provided by Mozilla, I would highly recommend Perl-LDAP. I build web apps that "speak" LDAPS all the time, I'm working on one now actually. I used to use PerLDAP exclusively, but find the Perl-LDAP pure Perl implementation far superior (especially when dealing with controls :). Both support SSL, and the latest netscape shared library will allow TLS, but I still find Perl-LDAP the best way to go for secure connections as well. Just my $0.02. -- Regards, ------------------------------------------------------------ | Todd Piket | Email: tc...@mt... | | Programmer/Analyst | Phone: (906) 487-1720 | | Distributed Computing Services | | | Michigan Technological University | | ------------------------------------------------------------ Graham Barr wrote: > > On Fri, Apr 05, 2002 at 07:41:57AM +0200, Markus Preller wrote: > > Hi, > > > > what do you think is the better choice if someone > > wants to build a web-based application which is in > > need of an encrypted communication ( SSL or TLS ) > > between the ldap- and the web-server ? > > Well from this list you are bound to get a biased response :-) > > But I an not sure PerLDAP supports SSL or TLS. > > Graham. |