|
|
Question : cfldap
|
|
Hi,
I am having problem connecting to a ldap server. This ldap machine is on a remote server. I dont even know the column names of that particular active directory I am connecting to. I want to validate user login by comparing the username and password with the active directory list.
Can anyone guide me through the whole process. what should I know about the active directory I am connecting to. I just know the server name.
When I try to connect, I get an error saying "Inappropriate authentication". The following is my code
action="QUERY" name="auth" start="dc=auburn,dc=edu" attributes="cn" username="#form.UserLogin#" password="#form.UserPassword#">
Much appreciation for any help, Kiran
|
Answer : cfldap
|
|
You should also know if it forces you to talk over SSL or not.
If so there are some extra steps to take forthis to work....
|
|
|
|
|