I have a small perl script which uses Net::LDAPS to connect to an LDAP Server for user authentication:
my $c=Net::LDAPS->new('ldaps://ww.xx.yy.zz') or die "Connect Fails";
This works perfectly for our given ldap(s) Server when running the script from Windows command line (both with ActiveState 5.24 and Strawberry 5.26).
Running the script as cgi under IIS 7 (on the same machine) using either of the two perl installations, does not work, leading to a "Connect Fails".
Any ideas, hints for that?
ThomasIn reply to LDAP Connection by runningz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |