I keep getting a '(null)' error in the following script. It used to work, but ever since we did a migration and the LDAP 'name' field changed, I am having all sorts of problems.
Here's the code:
Option Explicit
Dim oFSO, readFile, outFile, iUpperBound, strUserDN, strUser, oConnection...