You are not logged in.
Pages: 1
HI again,
finally following the howto http://glpi-project.org/wiki/doku.php?id=fr:authautoad I could set up apache with SSPI , I modify the files and change the settings in the IE but I get the following error accessing the website...
Invalid credentials
Invalid credentials
User not found or several users found.
Invalid credentials
somebody can give me any idea??
Thanks a lot.
Offline
Hi again,
I was debugging what it is going on and I arrived till this line in login.php, inside the new lines added
if ($http_auth)
{
$found_dn=$identificat->ldap_get_dn_active_directory($cfg_glpi["ldap_host"],$cfg_glpi["ldap_basedn"],$_POST['login_name'],$cfg_glpi["ldap_rootdn"],$cfg_glpi["ldap_pass"],$cfg_glpi["ldap_port"]);
found_dn is never true.
so I guess the method ldap_get_dn_active_directory is not working properly, I check the params but it think they are correct. Here they are:
ldap://172.18.168.5
DC=delchnpek,DC=delegations,DC=cec,DC=eu,DC=int
cortijo
CN=glpi,CN=Local,CN=Users,CN=delchnpek,CN=Delegations,DC=delchnpek,DC=delegations,DC=cec,DC=eu,DC=int
B31j1ng69
389
I already tried the user glpi and I can login with it, so the pass is correct.
what else I can test?
Thanks a lot in davance.
Jose
Offline
Pages: 1