Windows authenticate, and return LDAP cn and OBJECTSID
Hi there CF people:
I want a company member to Windows authenticate and based on the matching user I need a query that coldfusion submits and returns some attributes like the cn and OBJECTSID
I've tried stuff like this but this only returns what the filter wants, I need what I described above.
<cfldap
server = "myserver"
action = "query"
name = "results"
start = "dc=domain,dc=com"
filter="name="
attributes = "name,cn,ObjectSid,Current-Location"
username="Ho\nikos"
password= "secret"
>
Many thanks for any tips