From: James E. F. <jf...@ac...> - 2002-03-28 01:48:35
|
Are you using CVS? The easiest way to track the development code is by CVS. That way if you want to update to the most current version, all you do is type: $ cd path/to/phpESP $ cvs up There are instructions for initially getting the sources from CVS on the sf.net site[1]. You can get more info on cvs from either the GNU site[2], or cvshome[3]. [1] http://sf.net/cvs/?group_id=8956 [2] http://www.gnu.org/manual/cvs-1.9/cvs.html [3] http://www.cvshome.org/ Are you sure that manage.php is pointing to the updated phpESP.ini (tho that should not matter)? What shows up in your browser? I don't suppose you could run a packet filter and see if it is returning a "WWW-Authenticate:" header? -James On Thu, 28 Mar 2002, Kon Angelopoulos wrote: > Hi Guys, > > I downloaded the latest versions of: > espauth.inc > espauth-default.inc > espauth-ldap.inc > phpESP.ini > now when I try to log into the management interface I no longer get prompted > for a username and password (and of course it fails) > $auth_design is set to TRUE in my ini file ? > > Your thoughts please. > > Kon > > |