From: Kon A. <an...@cp...> - 2002-03-28 01:22:48
Attachments:
winmail.dat
|
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 |
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 > > |
From: Kon A. <an...@cp...> - 2002-03-28 01:56:28
|
James, This is what I get: 401 Unauthorized [ Incorrect User ID or Password, or your account has been disabled. ] I can't run a packet filter from work Thanks for the cvs tips ... I have been using cvs for a while its just that I can't get access to the cvs devel server form work! Kon Angelopoulos Emerging Technologies Developer, Education Spherion Group Ltd. 1st Floor 493 St Kilda Road, Melbourne, Victoria 3004, Australia Phone: 61 3 9243 2211. kon...@sp... http://www.spherion.com.au The information contained in this email and any attachments to it: may be confidential and if you are not the intended recipient, any interference with, use, disclosure or copying of this material is unauthorised and prohibited; and may contain personal information of the recipient and/or the sender as defined under the Privacy Act 1988 (Cth). Consent is hereby given by the recipient(s) to collect, hold and use such information and any personal information contained in a response to this email, for any reasonable purpose in the ordinary course of Spherions business, including forwarding this email internally or disclosing it to a third party. All personal information collected by Spherion will be handled in accordance with Spherions Privacy Policy. If you have received this email in error, please notify the sender and delete it. > -----Original Message----- > From: James E. Flemer [mailto:jf...@ac...] > Sent: Thursday, March 28, 2002 12:48 PM > To: Kon Angelopoulos > Cc: php...@li... > Subject: Re: [phpesp-dev] Changes made to the espauth files > > > 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 > > > > > |
From: Matthew G. <gr...@mu...> - 2002-03-28 01:56:48
|
I thought Christopher's LDAP patch may have busted this so I did a fresh checkout. I'm still prompted and authenticated correctly. --On Thursday, March 28, 2002 12:22:33 PM +1100 Kon Angelopoulos <an...@cp...> 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 > one of the friendly folks in the IT Lab. --------------------------------------\ The IT Lab (http://www.itlab.musc.edu) \____________________ Probably the world's premier software development center. Serving: Programming, Tools, Ice Cream, Seminars |
From: Kon A. <an...@cp...> - 2002-03-28 02:55:07
|
Guys, I transfered my files to another box and in addition to the error message posted before it also came back with: Warning: Cannot add header information - headers already sent by (output started at /***/***/***/***/phpESP-1.4beta3/admin/include/lib/espauth-default.inc:267) in /***/***/***/***/phpESP-1.4beta3/admin/include/lib/espauth-default.inc on line 155 Warning: Cannot add header information - headers already sent by (output started at /***/***/***/***/phpESP-1.4beta3/admin/include/lib/espauth-default.inc:267) in /***/***/***/***/phpESP-1.4beta3/admin/include/lib/espauth-default.inc on line 156 Kon > -----Original Message----- > From: Matthew Gregg [mailto:gr...@mu...] > Sent: Thursday, March 28, 2002 12:56 PM > To: an...@cp...; jf...@ac...; > php...@li... > Subject: Re: [phpesp-dev] Changes made to the espauth files > > > I thought Christopher's LDAP patch may have busted this so I did a fresh > checkout. I'm still prompted and authenticated correctly. > > --On Thursday, March 28, 2002 12:22:33 PM +1100 Kon Angelopoulos > <an...@cp...> 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 > > > > > > one of the friendly folks in the IT Lab. > --------------------------------------\ > The IT Lab (http://www.itlab.musc.edu) \____________________ > Probably the world's premier software development center. > Serving: Programming, Tools, Ice Cream, Seminars > |
From: James E. F. <jf...@ac...> - 2002-03-28 03:00:21
|
On Thu, 28 Mar 2002, Kon Angelopoulos wrote: > Guys, > > I transfered my files to another box and in addition to the error message > posted before > it also came back with: > Warning: Cannot add header information - headers already sent by (output > started at > /***/***/***/***/phpESP-1.4beta3/admin/include/lib/espauth-default.inc:267) > in /***/***/***/***/phpESP-1.4beta3/admin/include/lib/espauth-default.inc on > line 155 > > Warning: Cannot add header information - headers already sent by (output > started at > /***/***/***/***/phpESP-1.4beta3/admin/include/lib/espauth-default.inc:267) > in /***/***/***/***/phpESP-1.4beta3/admin/include/lib/espauth-default.inc on > line 156 > > Kon There must be trailing whitespace (or DOS linefeeds) at the end of espauth-default.inc. Make sure it has just LFs and doesn't have trailing lines after the closing '?>' on the last line. Perhaps if you downloaded it from the webcvs, your browser decided to change that. -James |
From: Kon A. <an...@cp...> - 2002-03-28 03:09:18
|
Thanks James, It appears that each of the files I downloaded from the webcvs had 3 blank lines added to them after the closing ?> Problem fixed..... Yet another reminder as to why I hate Windows...... Kon > -----Original Message----- > From: James E. Flemer [mailto:jf...@ac...] > Sent: Thursday, March 28, 2002 2:00 PM > To: Kon Angelopoulos > Cc: Matthew Gregg; php...@li... > Subject: RE: [phpesp-dev] Changes made to the espauth files > > > On Thu, 28 Mar 2002, Kon Angelopoulos wrote: > > > Guys, > > > > I transfered my files to another box and in addition to the > error message > > posted before > > it also came back with: > > Warning: Cannot add header information - headers already sent by (output > > started at > > > /***/***/***/***/phpESP-1.4beta3/admin/include/lib/espauth-default .inc:267) > > in > /***/***/***/***/phpESP-1.4beta3/admin/include/lib/espauth-default.inc on > > line 155 > > > > Warning: Cannot add header information - headers already sent by (output > > started at > > > /***/***/***/***/phpESP-1.4beta3/admin/include/lib/espauth-default .inc:267) > > in > /***/***/***/***/phpESP-1.4beta3/admin/include/lib/espauth-default.inc on > > line 156 > > > > Kon > > There must be trailing whitespace (or DOS linefeeds) at the > end of espauth-default.inc. Make sure it has just LFs and > doesn't have trailing lines after the closing '?>' on the > last line. > > Perhaps if you downloaded it from the webcvs, your browser > decided to change that. > > -James > |