I am trying to create a new user in Active directory using
coldfusion. I did a lot of research on CFLDAP but could not get
specific answers to my questions.
The new user account is an exact copy of the users manager,
except for the first name last name and email address. The
attributes remain the same.
My questions is how do I get the managers information from
using cfldap?
Secondly how do I create a new user with the above
information that I get.
I looked up an article in cf guide and wrote the following
code that brings our some information, but I dont seem to
understand it. Also I get sn error when I make the scope="Subtree"
like the book suggested. What is going on?
Any help would be great.Thanks