|
From: Franky V. L. <lie...@te...> - 2008-03-28 13:27:01
|
For the moment, this is indeed an issue. I'll fix this and add this
possibility in the next version.
For now: go to admin/include/lib/espauth-ldap.inc, search for the line that
mentions "ldap_connect" and add the following lines:
if ($ds) {
$ldapbind=ldap_bind($ds, "YOUR DN","YOUR PASS");
if (!$ldapbin) {
return false;
}
}
Franky
On 3/28/08, Mihails Agafonovs <_m...@in...> wrote:
>
> Hi!
> Has someone configured phpESP authentication to work with Active
> Directory? I've tried that, but there is a problem, that Active Directory
> doesn't allow anonymous browsing, so I can't even perform a successful bind.
> Ar cieņu, Mihails
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
>
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> phpESP-general mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpesp-general
>
> |