Re: [ActiveDir] Setting ADAM password over SSL in VBScript

2006-02-02 Thread Al Mulnick
When troubleshooting this kind of script, I like to verify a few things: 1) After this part ' Bind to user object using LDAP port.Set objUser = objLDAP.OpenDsObject(strPath, _ vbNullString, vbNullString, _ lngAuth)I like to make sure that I have the user object successfully. It's likely you do

[ActiveDir] Setting ADAM password over SSL in VBScript

2006-01-31 Thread Mr Oteece
I am using the code sample provided in http://msdn.microsoft.com/library/default.asp?url="" . I have a working SSL cert on the R2 ADAM and all other settings are at the default. I tried to modify the script to use SSL and it fails. I set the port to the SSL port and changed the lngAuth to