darold / squidanalyzer

Squid Analyzer parses Squid proxy access log and reports general statistics about hits, bytes, users, networks, top URLs, and top second level domains. Statistic reports are oriented toward user and bandwidth control.
http://squidanalyzer.darold.net/
126 stars 36 forks source link

Unable to login with Admin account in phpldapadmin #67

Closed centralt closed 9 years ago

centralt commented 9 years ago

I have installed Phpldapadmin in Debian Wheezy. I'm able to login as Anonymous but not as Admin. Here is /etc/phpldapadmin/config.php $servers->newServer('ldap_pla'); $servers->setValue('server','name','IN-BAN-AS01 LDAP Server'); $servers->setValue('server','host','192.168.x.x'); $servers->setValue('server','port',389); $servers->setValue('server','base',array('dc=cti,dc=paris')); $servers->setValue('login','auth_type','cookie'); $servers->setValue('login','bind_id','cn=admin,dc=cti,dc=paris'); $servers->setValue('login','bind_pass','xxx'); $servers->setValue('server','tls',false);

After modifying config.php, restarted apache service /etc/init.d/apache2 restart

Here is the error, when I login with admin account

"Unable to connect to LDAP server My LDAP Server Error: Invalid credentials (49) for user error Failed to Authenticate to server Invalid Username or Password."

Where else I need to modify, to access admin account ??

darold commented 9 years ago

Sorry but this has nothing related to SquidAnalyzer, I'm afraid that you post on the wrong projet.

Regards,