CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2005
    Location
    Chennai,India
    Posts
    136

    Arrow Where the user is Authenticated in Domain

    Dear Gurus,

    I want to know that where the domain user is authenticated and where the database is maintained.

    for the local machine it is maintained in system32 folder config directory

    but domain user whether it is updated, in local machine database or somewhere in domain

  2. #2
    Join Date
    Aug 1999
    Posts
    586

    Re: Where the user is Authenticated in Domain

    Quote Originally Posted by Revolution
    Dear Gurus,

    I want to know that where the domain user is authenticated and where the database is maintained.

    for the local machine it is maintained in system32 folder config directory

    but domain user whether it is updated, in local machine database or somewhere in domain
    A domain user is authenticated by the domain controller. The short story is that If I'm logged on under a domain account, and then try to access another machine in the same domain (connecting to a shared network folder on that machine for instance), then that machine will send my credentials to the domain controller for authentication. The security database which stores my credentials (user name and password) is the domain controller itself (not the machine whose shared folder I'm trying to access in this case)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured