Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: koopmann on July 07, 2004, 11:58:30 AM

Title: Bug-acces
Post by: koopmann on July 07, 2004, 11:58:30 AM
I can´t get acces to info about bug 0000056. I searched the forums for "webmail" and tried to folow the link: "Bug 0000056 : webmail login periodically changes to default as "admin"
  bruce (2004/5/11 6:38:33)"
but i get the error: "ERROR: Access Denied.
[ Click here to proceed ]"
Title: Bug-acces
Post by: Anonymous on July 12, 2004, 07:46:49 AM
bug #000056 does not exist.
Title: Bug-acces
Post by: koopmann on July 12, 2004, 04:17:57 PM
But the problem does and the reference to it did. In webmail I occasionally get the username “admin” at the login screen.
koopmann
Title: Bug-acces
Post by: albatroz on August 18, 2004, 09:27:06 PM
Hi,
did you find a solution for that?

Quote from: "koopmann"
But the problem does and the reference to it did. In webmail I occasionally get the username “admin” at the login screen.
koopmann
Title: Bug-access
Post by: koopmann on August 18, 2004, 10:56:50 PM
Yes i did, I i used the advice below and it worked on 6.01.
Koopmann

scadax
Just popping in



Joined: 20 Jan 2004
Posts: 4
Location: Vancouver, BC
 Posted: Mon Mar 29, 2004 3:35 pm    Post subject: Webmail login name as admin on SME 6.01  

--------------------------------------------------------------------------------
 
The following fix worked for me on SME V5.5, try it on your SME 6.01 and plese post the result:

Edit line 75 of file: /home/httpd/html/horde/imp/templates/login/login.inc

original:
<td align="left"><input type="text" tabindex="1" name="imapuser" value="<?= Horde::getFormData('imapuser', getenv('REMOTE_USER')) ?>" /></td>

edited:
<td align="left"><input type="text" tabindex="1" name="imapuser" /></td>
Title: Bug-acces
Post by: albatroz on August 20, 2004, 02:44:13 PM
Hi!
I found the file and the references you state,
however before that we made a server reboot and everything was OK again.

So this makes me think that it is an Apache or some cache problem, and not necessarily an Horde fault, right?
Title: Bug-acces
Post by: koopmann on August 20, 2004, 03:27:00 PM
No. I rebooted to and the problem was solved (I thought), but after a some time I again saw the “admin” at the login screen. After applying the changes mentioned above I never again saw “admin”. I think it is an error in the horde script.
Koopmann