On Thursday 19 February 2015, Keutel, Jochen (mlists) wrote:
> Does this mean that currently - using a native ActiveState Perl
> installation and only ActiveState PPMs - there is no way to get this
> working?
This means that you can build your own GSSAPI-module using
* a C-Compiler
* Kerberos fo
Hello,
thank you for the answer.
I suppose the best way on Windows is
1. to make use un the windows native GSSAPI-interface (called 'SSPI'), as
Win32::IntAuth does,
2. and wrap a Authen::SASL adapter around it so Net::LDAP can make use of it.
Sorry I did not do this task in the past.
Does
On Wednesday 18 February 2015, Jochen Keutel wrote:
> The reason is probably that line 10 contains "use GSSAPI;".
>
> According to http://code.activestate.com/ppm/GSSAPI/ : GSSAPI couldn't
> be compiled for Windows.
Yes and No.
Yes, it can be compiled on Windows linking against a GSSAPI impleme
Hello,
I want to perform an LDAP bind using the Windows credentials I
already have (after logging on on my Windows machine).
The LDAP server is Microsoft AD LDS. (Could be also ADS - both LDAP
servers support this kind of login.)
I think the following code should work - but it does not (on