Active directory and/or Windows Authenication
i have following questions active directory , windows auehtnication
1. can tell me difference between active directory , windows authenication when working visual studio.net 2008?
2. can active directory , windows authenication work toegher? if so, can tell me how?
3. active directory , windows authenication same thing? if so, please explain.
there no difference between windows authentication & ad authentication, when machine not part of domain user information stored local sam database & during login, local authentication mechanism utilized validate user using ad ldap based directory service authentication user information stored ad(ntds.dit)database, during login domain not local information ad used authorize user domain access.
this user same followed machine account during login domain. machine forms secure channel dc securing information & maintains credentials default reset after 30 days. authentication protocol used domain login kerberos.
yes, ad & windows authentication work because while login domain first machine has authenticate ad & followed users authentication.
http://technet.microsoft.com/en-us/library/cc781463%28ws.10%29.aspx
http://www.codeproject.com/kb/wc/authentication_mechanisms.aspx
http://www.techrepublic.com/article/understand-windows-authentication-to-improve-security/5054630
i'm no way visual studio expert know visual studio application use ad query/pull information using ldap query authenticating against ds.
in ad windows authentication same. in previous version of windows ntlm authenticating protocol windows 2000 ms introduced more secure ptotocol called kerberos used default.
http://blogs.technet.com/b/askds/archive/2008/03/06/kerberos-for-the-busy-admin.aspx
regards
awinish vishwakarma
my blog: http://awinish.wordpress.com
this posting provided as-is no warranties/guarantees , confers no rights.
Windows Server > Directory Services
Comments
Post a Comment