CFLDAP
no documentation available
Usage
<cfldap>
Attributes
| Attribute | default | required | summary |
|---|---|---|---|
| ATTRIBUTECOLLECTION | A structure containing the tag attributes | ||
| ACTION | query | ![]() |
The type of LDAP action: query, add, delete, modify, modifydn |
| PORT | 389 | The port to connection | |
| SERVER | ![]() |
The server to connect | |
| TIMEOUT | 60 | The timeout to wait for a response (seconds) | |
| REBIND | no | ||
| STARTROW | 1 | ||
| MODIFYTYPE | REPLACE | ||
| SEPARATOR | , | ||
| DELIMITER | ; | ||
| MAXROWS | 0 | ||
| SORT | no | ||
| SORTCONTROL | ASC | ||
| SCOPE | ONELEVEL | ||
| FILTER | (objectclass=*) | ||
| USERNAME | no | The username to login with | |
| PASSWORD | no | The password to login with |

