From: <car...@gm...> - 2007-02-27 21:59:47
|
---------- Forwarded message ---------- From: Matthew <mat...@gm...> Date: 27-Feb-2007 20:53 Subject: Re: [phpesp-general] problem with LDAP authetification To: Carlos Miguela=F1ez <car...@gm...> $ESPCONFIG['ldap_server'] =3D 'ldap://localhost'; I'm assuming the LDAP server is actually running on localhost or did you change that hostname? What ldap server is this using, OpenLDAP or AD? On 2/27/07, Carlos Miguela=F1ez <car...@gm...> wrote: > > > Hi, > > It's very important for me to conect the phpesp system to my ldap, I'm using > a normal ldap without ssl and this is my configuration in phpESP.ini.php > > > // LDAP connection information > // (Set these values if you choose 'ldap' as the authentication type.) > $ESPCONFIG['ldap_server'] =3D 'ldap://localhost'; > $ESPCONFIG['ldap_port'] =3D '389'; > // $ESPCONFIG['ldap_port'] =3D '636'; > $ESPCONFIG['ldap_dn'] =3D 'cn=3Dusers, dc=3Dmae, dc=3Dcompany, dc=3De= s'; > $ESPCONFIG['ldap_filter'] =3D 'uid=3D'; > > I've attached a screenshot with my ldap tree where you can check that all is > correct. When I try to login using a ldap account nothing happen seeing > again the same log-in site. > > Anyone can help me? > > Thanks in advance > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > -- D'oh! |