phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] Login loop


From: Guillaume Courtois
Subject: Re: [Phpgroupware-users] Login loop
Date: Mon, 30 May 2005 14:48:26 +0000

The CVS db in savannah does not seem to show changes on the login.php file for
0.9.16 branch. Unfortunately the CVS ML is down on savannah.

Maybe you can try to diff login.php, index.php between your 2 installs ?

Bob Crandell (address@hidden) écrivait:
>
> One more note.  I found an older phpGW install, version 0.9.16.000.  It
> works with the original database.  So there IS a hitch in  0.9.16.005's
> getalong.  Now, how do we track it down?
>
> Bob C.
>
> On Mon, 2005-05-30 at 08:17 +0000, Guillaume Courtois wrote:
> > Oups, replied to you and not the list ...
> >
> > Guillaume Courtois (address@hidden) écrivait:
> > >
> > > When you reinstalled phpGW and a fresh new db, did you try to connect to 
> > > that
> > > DB BEFORE restoring your data ? This way we could know if the problem 
> > > comes
> > > from the datas in you DB or from the install.
> > >
> > > You can't connect to your install, even with the admin account ?
> > >
> > > Did you try to purge the acces logs table in the DB ? I suspect a problem 
> > > in
> > > that table being full or something like that.
> > >
> > > Bob Crandell (address@hidden) écrivait:
> > > >
> > > > Hi,
> > > >
> > > > I just wanted to let you know that my client's phpGW is still down and
> > > > now another just went down.  Same symtoms.  The difference is this one
> > > > is Apache/1.3.31.  The first one is Apache/1.3.33.
> > > >
> > > > What I've done so far is reinstall phpGW in a new directory.
> > > > Create a new database (mysql).
> > > > Restored from backup.
> > > > Pouring over the logs trying to find a clue to this.
> > > >
> > > > I really need help.
> > > >
> > > > On Wed, 2005-05-25 at 14:57 +0000, Guillaume Courtois wrote:
> > > > > If you did set no password expire in phpGW, no reason it would 
> > > > > change, except
> > > > > something has been changed in your db.
> > > > >
> > > > > But for unix accounts, last distributions of linux (at least mandrake 
> > > > > as I use
> > > > > this one) do set a unix password expire by default. Unless you change 
> > > > > it by
> > > > > hand, you can't use the account once it expired.
> > > > >
> > > > > But if you can connect through ssh on the unix accounts, it should be 
> > > > > a phpGW
> > > > > problem and nothing linked to unix.
> > > > >
> > > > > Bob Crandell (address@hidden) écrivait:
> > > > > >
> > > > > > ALL the passwords?  Even though I set it so no password ever 
> > > > > > expires?
> > > > > > What would cause that?
> > > > > >
> > > > > > On Wed, 2005-05-25 at 07:18 +0000, Guillaume Courtois wrote:
> > > > > > > I meant the unix passwords, but the phpGW accounts can have 
> > > > > > > expired too ?
> > > > > > >
> > > > > > > Guillaume Courtois (address@hidden) écrivait:
> > > > > > > >
> > > > > > > > Hum, could it be linked to the passwords of the accounts being 
> > > > > > > > over aged ?
> Did
> > > > > > > > you try to connect to the server with telnet / ssh / ... ?
> > > > > > > >
> > > > > > > > Bob Crandell (address@hidden) écrivait:
> > > > > > > > >
> > > > > > > > > I already have these settings.
> > > > > > > > >
> > > > > > > > > A little more info, this server has been running great for 
> > > > > > > > > 171 days.
> The
> > > > > > > > > users came in this morning to this inability to log in.
> > > > > > > > >
> > > > > > > > > Neither admin nor anyone else can login.
> > > > > > > > >
> > > > > > > > > Thanks for your reply.
> > > > > > > > >
> > > > > > > > > aeb (address@hidden) wrote:
> > > > > > > > > >
> > > > > > > > > > check the following settings in the php.ini. i suggest to 
> > > > > > > > > > use 120 or
> > > > > > > > > > more for the first both and 20MB or more for the 
> > > > > > > > > > memory_limit.
> > > > > > > > > >
> > > > > > > > > > ;;;;;;;;;;;;;;;;;;;
> > > > > > > > > > ; Resource Limits ;
> > > > > > > > > > ;;;;;;;;;;;;;;;;;;;
> > > > > > > > > > max_execution_time = xx ; Maximum execution time of each 
> > > > > > > > > > script, in
> > > seconds
> > > > > > > > > > max_input_time = xx ; Maximum amount of time each script 
> > > > > > > > > > may spend
> parsing
> > > > > > > > > > request data memory_limit = xx; Maximum amount of memory a 
> > > > > > > > > > script may
> > > > consume
> > > > > > (8MB)
> > > > > > > > > >
> > > > > > > > > > try if the users are able to login again with these new 
> > > > > > > > > > php.ini
> values.
> > > > > > > > > >
> > > > > > > > > > as admin, go to admin -> site config and turn off 'Would 
> > > > > > > > > > you like to
> > > > > > > > > > automaticaly load new langfiles (at login-time) ?'.
> > > > > > > > > >
> > > > > > > > > > hope this helps.
> > > > > > > > > >
> > > > > > > > > > grtx. ceb
> > > > > > > > > >
> > > > > > > > > > On Tue, 24 May 2005, Guillaume Courtois wrote:
> > > > > > > > > >
> > > > > > > > > > > I had this once and for a while, and then it went away. 
> > > > > > > > > > > As I don't
> know
> > > > what
> > > > > > > > > > > I've changed to make it work, I can't be very helpfull :-(
> > > > > > > > > > >
> > > > > > > > > > > Maybe try with a new install in a different dir, with an 
> > > > > > > > > > > empty db,
> > > you'll
> > > > see
> > > > > > > > > > > if it works ?
> > > > > > > > > > >
> > > > > > > > > > > Bob Crandell (address@hidden) écrivait:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi,
> > > > > > > > > > > >
> > > > > > > > > > > > I have a client with phpgroupware version 0.9.16.005 
> > > > > > > > > > > > updated this
> > > > morning.
> > > > > > > > > > > > Apache is v1.3.33.  Mysql is 3.23.56
> > > > > > > > > > > >
> > > > > > > > > > > > When a user, any user tries to login, they are returned 
> > > > > > > > > > > > to the
> login
> > > > screen.
> > > > > > > > > > > >
> > > > > > > > > > > > When an incorrect user name or password is tried the 
> > > > > > > > > > > > phpGW returns
> the
> > > > > > proper
> > > > > > > > > > > > error.  There are no messags in 
> > > > > > > > > > > > var/log/apache/error_log related
> to
> > > > this.
> > > > > > The
> > > > > > > > > > > > access_log shows web activity thusly:
> > > > > > > > > > > > 66.78.90.70 - - [24/May/2005:11:26:29 -0700] "POST
> > > > /phpgroupware/login.php
> > > > > > > > > > > > HTTP/1.1" 302 5
> > > > > > > > > > > > 66.78.90.70 - - [24/May/2005:11:26:29 -0700] "GET
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > >
> /phpgroupware/home.php?cd=yes&sessionid=52936c9f2f6fe35beec5760c92f60123&kp3=52d03faec47a22f3c125054d5f9dcf98&domain=default&PHPSESSID=52936c9f2f6fe35beec5760c92f60123&click_history=a7d7580e93f2f944e33d106a271fc10a
> > > > > > > > > > > > HTTP/1.1" 302 5
> > > > > > > > > > > > 66.78.90.70 - - [24/May/2005:11:26:29 -0700] "GET
> > > > /phpgroupware/login.php
> > > > > > > > > > > > HTTP/1.1" 200 2291
> > > > > > > > > > > >
> > > > > > > > > > > > I seem to remember someone having this issue not too 
> > > > > > > > > > > > long ago but
> I
> > > > couldn't
> > > > > > > > > > > > find the thread.  Could some kind soul help me track 
> > > > > > > > > > > > this down?
> > > > > > > > > > > >
> > > > > > > > > > > > Please?
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks
> > > > > > > > > > > >
> > > > > > > > > > > > Eugene, OR 97402
> > > > > > > > > > > > Voice - 541-868-0331
> > > > > > > > > > > > FAX - 541-463-1627
> > > > > > > > > > > >
> > > > > > > > > > > > This message is intended solely for the use of the 
> > > > > > > > > > > > individual and
> > > entity
> > > > to
> > > > > > > > > > > > whom it is addressed, and may contain information that 
> > > > > > > > > > > > is
> privileged,
> > > > > > > > > > > > confidential, and exempt from disclosure under 
> > > > > > > > > > > > applicable state
> and
> > > > federal
> > > > > > > > > > > > laws. If you are not the addressee, or are not 
> > > > > > > > > > > > authorized to
> receive
> > > for
> > > > the
> > > > > > > > > > > > intended addressee, you are hereby notified that you 
> > > > > > > > > > > > may not use,
> > > copy,
> > > > > > > > > > > > distribute, or disclose to anyone this message or the 
> > > > > > > > > > > > information
> > > > contained
> > > > > > > > > > > > herein. If you have received this message in error, 
> > > > > > > > > > > > immediately
> advise
> > > > the
> > > > > > > > > > > > sender by reply email and destroy this message.
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > _______________________________________________
> > > > > > > > > > > > Phpgroupware-users mailing list
> > > > > > > > > > > > address@hidden
> > > > > > > > > > > > http://lists.gnu.org/mailman/listinfo/phpgroupware-users
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > _______________________________________________
> > > > > > > > > > > Phpgroupware-users mailing list
> > > > > > > > > > > address@hidden
> > > > > > > > > > > http://lists.gnu.org/mailman/listinfo/phpgroupware-users
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > _______________________________________________
> > > > > > > > > > Phpgroupware-users mailing list
> > > > > > > > > > address@hidden
> > > > > > > > > > http://lists.gnu.org/mailman/listinfo/phpgroupware-users
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > > Eugene, OR 97402
> > > > > > > > > Voice - 541-868-0331
> > > > > > > > > FAX - 541-463-1627
> > > > > > > > >
> > > > > > > > > This message is intended solely for the use of the individual 
> > > > > > > > > and entity
> to
> > > > > > > > > whom it is addressed, and may contain information that is 
> > > > > > > > > privileged,
> > > > > > > > > confidential, and exempt from disclosure under applicable 
> > > > > > > > > state and
> federal
> > > > > > > > > laws. If you are not the addressee, or are not authorized to 
> > > > > > > > > receive for
> the
> > > > > > > > > intended addressee, you are hereby notified that you may not 
> > > > > > > > > use, copy,
> > > > > > > > > distribute, or disclose to anyone this message or the 
> > > > > > > > > information
> contained
> > > > > > > > > herein. If you have received this message in error, 
> > > > > > > > > immediately advise
> the
> > > > > > > > > sender by reply email and destroy this message.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > _______________________________________________
> > > > > > > > > Phpgroupware-users mailing list
> > > > > > > > > address@hidden
> > > > > > > > > http://lists.gnu.org/mailman/listinfo/phpgroupware-users
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > _______________________________________________
> > > > > > > > Phpgroupware-users mailing list
> > > > > > > > address@hidden
> > > > > > > > http://lists.gnu.org/mailman/listinfo/phpgroupware-users
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > Phpgroupware-users mailing list
> > > > > > > address@hidden
> > > > > > > http://lists.gnu.org/mailman/listinfo/phpgroupware-users
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > _______________________________________________
> > > > > > Phpgroupware-users mailing list
> > > > > > address@hidden
> > > > > > http://lists.gnu.org/mailman/listinfo/phpgroupware-users
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > Phpgroupware-users mailing list
> > > > address@hidden
> > > > http://lists.gnu.org/mailman/listinfo/phpgroupware-users
> > > >
> > >
> > >
> > >
> >
> >
> >
> > _______________________________________________
> > Phpgroupware-users mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/phpgroupware-users
> >
>
>
>
> _______________________________________________
> Phpgroupware-users mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/phpgroupware-users
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]