Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98276 - eaccelerator administration access
Summary: eaccelerator administration access
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-07 13:50 UTC by Wendall Cada
Modified: 2005-07-12 16:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wendall Cada 2005-07-07 13:50:42 UTC
The following parameters are added to php.ini

eaccelerator.admin.name="yourusername"
eaccelerator.admin.password="yourpassword"

I think these should be commented out and have a small comment added about
reading the readme found here:
$ zless /usr/share/doc/eaccelerator-0.9.3/README.gz

Just adding the password will not actually give user access to the
administrative backend. You could also add instructions for running this command:
# php -q /usr/share/eaccelerator/eaccelerator_password.php

This command will give the user the opportunity to enter a username and password
and give the appropriate php.ini lines to enter with the hashed password.

Even replacing "yourpassword" with "hashedpassword" or something would be a
useful clue to people that just entering a password here will not work.

Wendall

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Sebastian Bergmann (RETIRED) gentoo-dev 2005-07-12 10:13:23 UTC
Fixed in CVS for dev-php/eaccelerator-0.9.3-r1.
Comment 2 Wendall Cada 2005-07-12 16:13:13 UTC
Thanks Sebastian, changes in CVS look great. Hopefully it will help someone.

Wendall