How a password is transmited to AD Server

Posted by erdogany on Server Fault See other posts from Server Fault or by erdogany
Published on 2010-03-22T03:46:22Z Indexed on 2010/03/22 3:51 UTC
Read the original article Hit count: 366

Filed under:
|

My question is how ADSI performs SetPassword operation. According to what I have read ADSI is a COM interface and it has more capabilities than AD provides through LDAP. While you are suppose to update unicodePwd attribute of a personaccount entity through LDAP, ADSI provides you SetPassword call. I know that ADSI & AD provides Kerberos during authentication. So how the password is transmitted to server when SetPassword is called? Is it raw binary unencrypted data? Or does Kerberos comes into play at this call?

© Server Fault or respective owner

Related posts about adsi

Related posts about active-directory