runningz has asked for the wisdom of the Perl Monks concerning the following question:
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?
Thomas
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: LDAP Connection
by hippo (Archbishop) on Jan 23, 2018 at 13:11 UTC | |
by runningz (Novice) on Jan 23, 2018 at 13:36 UTC | |
by hippo (Archbishop) on Jan 23, 2018 at 14:03 UTC | |
|
Re: LDAP Connection
by jahero (Pilgrim) on Jan 23, 2018 at 13:01 UTC | |
by runningz (Novice) on Jan 23, 2018 at 13:33 UTC | |
by poj (Abbot) on Jan 23, 2018 at 13:58 UTC | |
|
Re: LDAP Connection
by Anonymous Monk on Jan 23, 2018 at 14:18 UTC | |
by runningz (Novice) on Jan 23, 2018 at 14:57 UTC |