LDAP - SetPassword-ChangePassword method

  • Thread starter Thread starter Fabio
  • Start date Start date
F

Fabio

My vb6 application uses LDAP provider to create, modify, delete an
account into active directory (windows 2000) and set password, change
password.
According to the following document

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adsi/adsi/iadsuser_setpassword.asp

when I call the SetPassword method

First, the LDAP provider attempts to use LDAP over a 128-bit SSL
connection.
Second, if the SSL connection is unsuccessful, the LDAP provider
attempts to use Kerberos.
Third, if Kerberos is unsuccessful, the LDAP provider attempts a
NetUserSetInfo API call.

Questions:
We don't use SSL, Kerberos is the default for windows 2000 domains (all
clients are windows 2000 workstations)?
Is possible know which method is used?
The ChangeMethod use the same methods?
Can you give me some links about that?


Many thanks
 
Back
Top