Log for internet authentication?

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 :wink:

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.