10 lines
185 B
Text
10 lines
185 B
Text
<cfldap
|
|
server = "#someip#"
|
|
action="query"
|
|
start="somestart#"
|
|
username = "#someusername#"
|
|
password = "#somepassowrd#"
|
|
name = "results"
|
|
scope="subtree"
|
|
attributes = "#attributeslist#"
|
|
>
|