Answered
CFLDAP attributes
How do I query LDAP to check the password from a form? Right
now, the code I'm using is...
<cfldap action="query" server="dcmp1.ad.***.com" name="Results" start="DC=ad,DC=***,DC=com" username="***" password="***" scope="subtree"sort="givenname asc"attributes = "SamAccountname,mail,cn">
Also, what is the attributes for the password?
Thanks,
Hans
<cfldap action="query" server="dcmp1.ad.***.com" name="Results" start="DC=ad,DC=***,DC=com" username="***" password="***" scope="subtree"sort="givenname asc"attributes = "SamAccountname,mail,cn">
Also, what is the attributes for the password?
Thanks,
Hans
