Does the below code actually try to log you into the domain or only verify that it exists?
Set dso = GetObject("LDAP:")
set ob1 = ds
penDSObject("LDAP://domain",
strUserName,strPassword,
ADS_SECURE_AUTHENTICATION + ADS_SERVER_BIND)
I was testing this code and I got locked out of the domain due to to many attempts at logging in.
If it does try to log you in, what can I use to only search to see if a username is valid in that domain?
Thanks
Maboo
Set dso = GetObject("LDAP:")
set ob1 = ds
strUserName,strPassword,
ADS_SECURE_AUTHENTICATION + ADS_SERVER_BIND)
I was testing this code and I got locked out of the domain due to to many attempts at logging in.
If it does try to log you in, what can I use to only search to see if a username is valid in that domain?
Thanks
Maboo