Wrong user after DA

Hi

I have managed to use directory assistant with my AD and can authenticate using the windows password .

The domain of the domino server is “Primitivax” and the user is “Rodrigo Castro/Primitivax” but when I log on with DA in the web mail the user logs on as " cn=Rodrigo Castro/ou=primitivax. ¨ and ended with an error :

http Status Code: 404 - Reason: File not found or unable to read file

The attribute in the AD for the users is : cn=Rodrigo Ccastro,ou=primitivax .

What am I doing wrong that the user authenticate but not as the domino user ?

I have this in the console :

[17A8:000B-0170] 03/08/2018 10:20:58.48 PM SessionManager::LoginUser HTTP Sessions> Logging in user (rcastro@primitivax.net)
[17A8:000B-0170] 03/08/2018 10:20:58.48 PM HTTP Sessions> Generating session cookie (DomAuthSessId)
[17A8:000B-0170] 03/08/2018 10:20:58.48 PM HTTP Sessions> Generated session cookie (DomAuthSessId)
[17A8:000B-0170] 03/08/2018 10:20:58.48 PM SessionManager::LoginUser HTTP Sessions> Setting cookie (Set-Cookie: DomAuthSessId=4ECDF2A5DE884D3BD3C5D12AE670722B; path=/)

Thanks.

Subject: file not found

It actually seems like it is logging in correctly. “Rodrigo Castro/Primitivax” and " cn=Rodrigo Castro/ou=primitivax. ¨ are the same thing - just formatted differently. And it’s not saying “user not found” or something like that.

I’d be looking into the error message “http Status Code: 404 - Reason: File not found or unable to read file”, which to me says that the file/page you’re trying to hit is the problem. It either isn’t where the server thinks it is, or is named differently, or something.

Subject: It may be an element in the default login page

Is an XPages extension library being loaded on the default page or a particular view or document? If so, is the View name correct and the document present? If you specify a different link like http://myserver.mydomain/names.nsf http://myserver.mydomain/names.nsf does the error also appear?

Subject: file not found

It actually seems like it is logging in correctly. “Rodrigo Castro/Primitivax” and " cn=Rodrigo Castro/ou=primitivax. ¨ are the same thing - just formatted differently. And it’s not saying “user not found” or something like that.

I’d be looking into the error message “http Status Code: 404 - Reason: File not found or unable to read file”, which to me says that the file/page you’re trying to hit is the problem. It either isn’t where the server thinks it is, or is named differently, or something.