From: Franky V. L. <lie...@te...> - 2008-03-28 14:40:22
|
Yes, to know the DN of the user, you need to search ldap first (because the user enters his username, not his DN) Franky On 3/28/08, Matthew Gregg <mat...@gm...> wrote: > > Do we browse before we bind in the ldap auth code? > > On Fri, 2008-03-28 at 14:27 +0100, Franky Van Liedekerke wrote: > > 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 > > > > > > > ------------------------------------------------------------------------- > > 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 > > > ------------------------------------------------------------------------- > 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 > |