sleepy909 / cpassman

Automatically exported from code.google.com/p/cpassman
1 stars 0 forks source link

Logon hangs on "Please identify yourself" #288

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Using google Crome
Centos  2.6.32-279.22.1.el6.x86_64

1. Installed the following on centos 6.x
rpm -ivh 
http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum install php-mcrypt mysql-server php php-pear php-mysql httpd php-ldap

Package php-mcrypt-5.3.3-1.el6.x86_64 already installed and latest version
Package mysql-server-5.1.67-1.el6_3.x86_64 already installed and latest version
Package php-5.3.3-14.el6_3.x86_64 already installed and latest version
Package 1:php-pear-1.9.4-4.el6.noarch already installed and latest version
Package php-mysql-5.3.3-14.el6_3.x86_64 already installed and latest version
Package httpd-2.2.15-15.el6.centos.1.x86_64 already installed and latest version
Package php-ldap-5.3.3-14.el6_3.x86_64 already installed and latest version

2. configured mysql DB
mysql –u root –p
create database temapassdb;
grant ALL on teampassdb.* to teampassusr@localhost identified by "apassword";
exit

4. Dl wget https://github.com/nilsteampassnet/TeamPass/archive/2.2.zip
and chmod dir chmod -R 777

3.When i try to logon with admin/admin, logon hangs and "Please identify 
yourself"

Original issue reported on code.google.com by ipetrovs...@gmail.com on 13 Feb 2013 at 9:20

Attachments:

GoogleCodeExporter commented 8 years ago
cPassMan 1.82 worked on this same setup.. no luck with 2.2..

Original comment by ipetrovs...@gmail.com on 13 Feb 2013 at 9:29

GoogleCodeExporter commented 8 years ago
I am having the same problem as this.

Original comment by stephen....@gmail.com on 26 Feb 2014 at 2:00

GoogleCodeExporter commented 8 years ago
Make sure that php has json addon installed (on ubunutu "apt-get install 
php5-json")

Original comment by stephen....@gmail.com on 26 Feb 2014 at 2:08

GoogleCodeExporter commented 8 years ago
json did not fix this issue for me. Any other suggestions?

Original comment by CApo...@gmail.com on 10 Mar 2014 at 9:22

GoogleCodeExporter commented 8 years ago
Have you made sure that the password stored in teampass/includes/settings.php 
is the same as the one for your Teampass MySQL user? If you change the password 
for the MySQL user you need to update the settings.php file as well, otherwise 
the login screen will hang.

Original comment by sebeli...@gmail.com on 8 May 2014 at 2:53