[sork] passwd problem, blank display

Admin-Stress meerkapot at yahoo.com
Mon Feb 3 08:16:14 PST 2003


--- Eric Rostetter <eric.rostetter at physics.utexas.edu> wrote:
> Quoting Admin-Stress <meerkapot at yahoo.com>:
> > Hi,
> > I installed Horde 2.2, imp 3.1, passwd 2.1 under RedHat 8.0
> 
> Using what driver? Poppassd?

Yes, latest poppassd.

> Are you using an imap proxy program or anything?

I use Courrier Imap 1.5.3, and it's working fine, I can send attachment, read email without any
problem.

> > Horde + imp is working fine, but here is the passwd problem:
> > 
> >    After I changed the password, I clicked logout, then log back in,
> >    I got blank display, only "Welcome, <username> .... logout"
> 
> Look at the html source and see if there are any errors or clues there.

I attached the htmlsource ...
Nothing strange there ...

> Also look at your system log files, and web server logs.

No error in httpd error_log.
Here was some last log from httpd access_log :

10.0.0.12 - - [03/Feb/2003:04:43:41 -0500] "GET /horde/graphics/help.gif HTTP/1.1" 200 199
10.0.0.12 - - [03/Feb/2003:04:43:41 -0500] "GET /horde/graphics/logout.gif HTTP/1.1" 200 155
10.0.0.12 - - [03/Feb/2003:04:43:41 -0500] "GET /horde/graphics/alerts/success.gif HTTP/1.1" 304 -
10.0.0.12 - - [03/Feb/2003:04:43:45 -0500] "GET /horde/login.php?reason=logout HTTP/1.1" 302 5
10.0.0.12 - - [03/Feb/2003:04:43:45 -0500] "GET
/imp/login.php?reason=logout&url=http%3A%2F%2Fwebmail.xuptest.nl%2Fhorde%2Flogin.php HTTP/1.1" 200
5825
10.0.0.12 - - [03/Feb/2003:04:43:55 -0500] "POST
/imp/redirect.php?Horde=ad0ce0ad42ce9fd085a2d24518ef32b8 HTTP/1.1" 302 5
10.0.0.12 - - [03/Feb/2003:04:43:55 -0500] "GET /horde/login.php HTTP/1.1" 200 3343
10.0.0.12 - - [03/Feb/2003:04:43:55 -0500] "GET /horde/graphics/prefs.gif HTTP/1.1" 200 150
10.0.0.12 - - [03/Feb/2003:04:43:55 -0500] "GET /horde/graphics/logout.gif HTTP/1.1" 200 155
10.0.0.12 - - [03/Feb/2003:04:43:56 -0500] "GET /imp/graphics/compose.gif HTTP/1.1" 200 457

> Sounds like a problem outside of passwd, or with a cache maybe?  Not sure.
> 
> > If I open a new browser, the changed password was ok, I can log in normally.
> 
> Most strange.
> 
> There should be a new version of passwd out soon which will remove the need
> to logout and login again.  You might want to wait for that, or try the
> release candidate for it.  But of course you shouldn't have to do that --
> the 2.1 release should work fine.

Yes, I think 2.2 would be better, but I still confuse why I got this problem.

Regards,
kapot


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
-------------- next part --------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<!-- Horde: Copyright 2000, The Horde Project. Horde is under the LGPL. -->
<!--                  Horde Project: http://horde.org/                  -->
<!-- GNU Library Public License: http://www.fsf.org/copyleft/lgpl.html  -->
<html lang="nl-NL"><head>
<meta http-equiv="refresh" content="300;url=/horde/login.php" />
<title>Horde :: My Summary</title>
<link href="/horde/css.php" rel="stylesheet" type="text/css" />
</head>

<body>
<table class="menu" border="0" width="100%" cellpadding="0" cellspacing="0">
<tr valign="middle">
  <td class="header" align="left" width="100%">
    &nbsp;<b>Welcome, jpl</b>
  </td>
  <td align="center" nowrap="nowrap" valign="bottom"><a href="/horde/prefs.php" onmouseout="window.status='';" onmouseover="window.status='Options'; return true;" class="menuitem"><img src="/horde/graphics/prefs.gif" border="0" alt="Options" title="Options" /><br />Options</a>&nbsp;</td>
  <td align="center" nowrap="nowrap" valign="bottom"><a href="/horde/login.php?reason=logout" onmouseout="window.status='';" onmouseover="window.status='Log out'; return true;" class="menuitem"><img src="/horde/graphics/logout.gif" border="0" alt="Log out" title="Log out" /><br />Log out</a>&nbsp;</td>
</tr>
</table>

<br />

<!-- This file contains any "Message Of The Day" Type information -->
<!-- It will be included below the log-in form on the login page. -->
<br />
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>

      <tr>
      <td class="text" valign="top" width="33%"><script language="JavaScript" type="text/javascript">
<!--
function open_compose_win(args)
{
    var url = "/imp/compose.php";
    if (url.indexOf('?') == -1) glue = '?';
    else glue = '&amp;';
    var now = new Date();
    var name = "compose_windows_" + now.getTime();
    if (args != "") {
        url = url + glue + args + "&amp;uniq=" + now.getTime();
    } else {
        url = url + glue + "uniq=" + now.getTime();
    }
    param = "toolbar=no,location=no,status=yes,scrollbars=yes,resizable=yes,width=700,height=650,left=0,top=0";
    eval("name = window.open(url, name, param)");
    if (!eval("name.opener")) {
        eval("name.opener = self");
    }
}
// -->
</script>
<table border="0" cellpadding="2" cellspacing="0" width="100%"><tr><td class="header"><a href="/imp/" onmouseout="window.status='';" onmouseover="window.status='Mail'; return true;" class="header">Mail</a> - <a href="javascript:open_compose_win('popup=1&amp;to=&amp;cc=&amp;bcc=&amp;msg=&amp;subject=');" onmouseout="window.status='';" onmouseover="window.status='Compose'; return true;" class="smallheader"><img src="/imp/graphics/compose.gif" border="0" alt="Compose" title="Compose" />Compose</a></td></tr><tr><td class="text"><table border="0" cellpadding="0" cellspacing="0"><tr><td class="text"><a href="/imp/mailbox.php?newmail_popup=no&amp;mailbox=INBOX" onmouseout="window.status='';" onmouseover="window.status='INBOX'; return true;">INBOX</a></td><td class="text">&nbsp;&nbsp;&nbsp;</td><td class="text">0</td></tr></table></td></tr></table></td>
  </tr></table>
<script language="JavaScript" type="text/javascript">
<!--
if (parent.frames.horde_main) parent.document.title = 'Horde :: My Summary';
//-->
</script>
</body>
</html>


More information about the sork mailing list