From: <ma...@mj...> - 2001-04-15 18:23:25
|
I'm pretty sure I got this to work once. As long as it's Perl 5.00503 compliant you should be cool because Net::LDAP is pure Perl it's not dependent upon any C libraries except for MD5 (only used for SASL & if necessary there's a pure Perl MD5 module out there that would be easy to substitute in), XML::Parser (used for DSML) and SSL (only for Net::LDAPS). These are extension to the core Net::LDAP library, so most likely you won't have any problems. Mark On 10 Apr 01, at 13:20, Gary Flynn wrote: > I've got someone that wants to authenticate against an > external LDAP server. They're running Perl 5 for Netware > for CGI scripts on the Netscape web server. Anyone have > any experiences with perl-ldap on this platform? > > thanks, > -- > Gary Flynn > Security Engineer - Technical Services > James Madison University > > Please R.U.N.S.A.F.E. > http://www.jmu.edu/computing/info-security/engineering/runsafe.shtml > > > Mark Wilcox ma...@mj... Got LDAP? |