Performs the searching of a specified filter in the directory with the scope .
1 ldap.list
<ldap.list
dn='dn'
filter='filter'
scope='scope'
count-limit='count-limit'
time-limit='time-limit'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Adn | string | The DN base for the directory. | |||
Afilter | string | Filter which defines the searching. | |||
Ascope | string | Scope of the searching. | |||
Acount-limit | int | It allows limiting the count of entries to be returned. Setting this to 0, means that there is no limit. | |||
Atime-limit | int | Establish the number of seconds of how much time you spend in the searching. It will never be greater than the time established by the server. |
Example
Copy
<xsql-script name='ldap_test'> <body> </body> </xsql-script>