Bug about the Security Support Provider Inter
davent
-
blux Messages postés 5035 Date d'inscription Statut Modérateur Dernière intervention -
blux Messages postés 5035 Date d'inscription Statut Modérateur Dernière intervention -
Hi,
The SSPI works pretty well but it appears that there is a bug in there. Indeed, for the following user's info :
Login NT : toto
Pass NT : véfgm
Domain TOTO
The SSPLogonUser (instead of the LogonUser) returns that the user credentials are not valid.
It appears that it is the character 'é' that disturbs the system.
Is there any solution to correct it? Thanks a lot by advance
The SSPI works pretty well but it appears that there is a bug in there. Indeed, for the following user's info :
Login NT : toto
Pass NT : véfgm
Domain TOTO
The SSPLogonUser (instead of the LogonUser) returns that the user credentials are not valid.
It appears that it is the character 'é' that disturbs the system.
Is there any solution to correct it? Thanks a lot by advance
3 réponses
-
Salut,
et en français, ça donne quoi ? :-)
A+ Blux "Les cons, ça ose tout.
C'est même à ça qu'on les reconnait" -
Bonjour,
En Français :
Le code source que j'utilise est à l'adresse suivante :
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q180/5/48.ASP&NoWebContent=1
Il fonctionne parfaitement bien avec cependant un léger bug. En effet, si l'utilisateur toto a choisi un pass NT contenant un charactère de type 'é' (ou autre spécial), l'authentification SSP ne fonctionne pas : il retourne un mdp non valide sur le domaine. Si quelqu'un a une idée, je suis preneur! ;-) -
- la gestion des mots de passe se ferait pas avec le codage ascii US à 7 bits (celui qui sert aux adresses DNS) et non le ascii 8 bits français ?
- dans la base des mdp, tu peux voir ce qui est enregistré ?
A+ Blux "Les cons, ça ose tout.
C'est même à ça qu'on les reconnait"