SQL Server 2008 R2 Error 15401 when trying to add a domain user

Posted by Alice on Server Fault See other posts from Server Fault or by Alice
Published on 2011-03-15T16:46:40Z Indexed on 2012/04/10 11:31 UTC
Read the original article Hit count: 251

Filed under:
|
|

I am trying to add a domain user. I am doing the following.

  1. Expand Security
  2. Right click on Logins
  3. Select New Login...
  4. Login name select search
  5. Click on location and select entire directory
  6. Type username
  7. Click checkname
  8. The name goes underlined and add some more info
  9. Click OK
  10. Click OK

I then get the following error: 15401 error

I have found http://support.microsoft.com/kb/324321.

  • The Login does exist
  • There is no Duplicate security identifiers
  • Authentication failure I don't think is happening as I can browse AD
  • Case sensitivity should not be the problem as I am doing the checkname and it is correcting it.
  • Not a Local account
  • Name resolution again I can see the AD

I have rebooted the server (VM) and the issue is still happening. Any ideas?

Edit

I have also:

  • Domain member: Digitally encrypt secure channel data (when possible) – Disable this policy
  • Domain member: Digitally sign secure channel data (when possible) – Disable this policy
  • Rebooted server

http://talksql.blogspot.com/2009/10/windows-nt-user-or-group-domainuser-not.html

Edit 2

I have also:

  • Digitally encrypt or sign secure channel data (always)- Disabled
  • Rebooted

Edit 3

Since the question have moved site I no longer haves access to comment etc...

I have checked the dns on the server to a machine where it is working. The DNS servers are the same on both...

© Server Fault or respective owner

Related posts about sql-server

Related posts about sql-server-2008