Hi there,
i added a directory to the directory assistance. I can login with a user from the directory on my website. So everything is set up correctly.
But, there is one user, which cannot login. The server says:
http: blablub [myip] authentication failure using internet password
I swear, the password i enter is correct 
I changed the username, i changed the password, i delete the document and recreated it from scratch. Same problem.
So can i get more details out of the login process? Maybe there is another user with the same name, somewhere, maybe not visible, maybe a not understandable feature?
Thanks for your help.
Subject: RE: Login problem
The most obvious thing that springs to mind is to check if the username also exists in your primary address bookâŚ
Alan
Subject: Nope, the user is unique
Thank you for your response. I checked ($Users) of my names.nsf and alle directories configured in the assistance. The user is unique. The âfunnyâ thing is, i can rename the short name to whatever i want, even thisuserdoesnotexist wont work. The FullName will be created dynamically, so its Firstname Lastname/A Customer Number/Zertifier/DE. This one is definitly unique.
So i thought, if i can get a more detailed log of the login process, i maybe can find the problemâŚ
Subject: RE: login problem
Fair enough, try
set config debug_NameLookup=1
on the domino console to enable
To cancel, use
set config debug_NameLookup=0
Good luck, Alan
Subject: solved it
Sorry guys, that was a mistake from a collegeâŚHe âfixedâ something related to BlackBerrys. He had to switch first and last name in special cases and so on. So the FullName field no longer had the full name at position 0, and, sometimes with changed first/last names. bangâŚ
Subject: try âshow nlcache resetâ
Subject: Verbose_Trace
You could try to enable verbose tracing, type in the console:
Set configuration WebAuth_Verbose_Trace=1
in the console you will see more information about the logon. It makes the system slower, so disable when you are done:
Set configuration WebAuth_Verbose_Trace=0
If I read your problem, have you check your DA configuration? The tab âNaming Contextsâ, you should have âTrusted for Credentialsâ ENABLED.