I want to move an installation of GLPI v0.68 from a Debian 3.1 machine to another box running Ubuntu 6.06 LTS. We are using IMAP for authentication with only 1 local user (besides the mandatory "helpdesk") and the existing box is working using IMAP authentication.

These are the steps I have taken:
1. Taken a backup SQL dump and backup.xml file from the existing installation. Copied to a safe place. 2. Setup mysql, apache2, php5, etc. like in the original instructions. Using the same MySQL database name, user & password. 3. Copied original /var/www/glpi to new location. chown -R www-data:www-data glpi 4. Copied /var/lib/mysql/glpi/* to same location on new server. chown -R mysql:mysql glpi 5. Able to get into DB with glpi user name & password and run SQL queries on data.

When I open my page on the new server, http://server-name/glpi I get my old GLPI customized login screen. When I enter the 1 local user, I am able to login, but the user can only see what a user sees. I'm able to submit a ticket and see all the users past tickets, view FAQ and everything else a general user should be able to do. This user is not an admin though.

However, when I try to login as an admin (authenticated via IMAP), I click POST on the login page and then a blank page with http://server-name/glpi/login.php appears at the top. The username, password & server are still all the same and the same authentication works on the old system.

Anybody have any ideas why this authentication is not working with the same DB, files, settings, etc.?

Thanks,
Chad

_______________________________________________
Glpi-user mailing list
[email protected]
https://mail.gna.org/listinfo/glpi-user

Reply via email to