|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Question about DirectoryEntry.AuthenticationTypesHi
I have a scenario where the user can change his password at Active Directory. However the password must not be passes in cleartext over the network. I am using DirectoryEntry.Invoke("ChangePassword",oldPassword, newPassword) to change the password. If I use AuthenticationTypes.Secure while binding, will it also ensure that during the password change also, the new password and old password are not passed in cleartext Thanks in advance Vikas Manghani Authentication.Secure doesn't affect the ChangePassword invocation.
"Vikas Manghani" <VikasMangh***@discussions.microsoft.com> wrote in message I have a scenario where the user can change his password at Activenews:68850E31-39A9-40BC-BCE8-AA8A9A3C9CFE@microsoft.com... Hi Directory. However the password must not be passes in cleartext over the network. I am using DirectoryEntry.Invoke("ChangePassword",oldPassword, newPassword) to change the password. If I use AuthenticationTypes.Secure while binding, will it also ensure that during the password change also, the new password and old password are not passed in cleartext Thanks in advance Vikas Manghani Then how can I ensure that while changing the password, the passwords are not
passed in cleartext. Thanks Vikas Manghani Show quote "Siva M" wrote: > Authentication.Secure doesn't affect the ChangePassword invocation. > > "Vikas Manghani" <VikasMangh***@discussions.microsoft.com> wrote in message > news:68850E31-39A9-40BC-BCE8-AA8A9A3C9CFE@microsoft.com... > Hi > I have a scenario where the user can change his password at Active > Directory. However the password must not be passes in cleartext over the > network. > I am using DirectoryEntry.Invoke("ChangePassword",oldPassword, newPassword) > to change the password. > If I use AuthenticationTypes.Secure while binding, will it also ensure that > during the password change also, the new password and old password are not > passed in cleartext > > Thanks in advance > Vikas Manghani > > |
|||||||||||||||||||||||