You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2007-06-27 06:12:15

YaKs
Member
Registered: 2007-05-17
Posts: 24

Invalid credentials using SSPI....

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

#2 2007-06-27 07:04:19

YaKs
Member
Registered: 2007-05-17
Posts: 24

Re: Invalid credentials using SSPI....

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

Board footer

Powered by FluxBB