LDAP - SetPassword-ChangePassword method

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top