Perform the searching of a specific filter on the directory with the specified scope.
1 ldap.search
<ldap.search
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 entry count to return. Setting this to 0, means that there is no limit. | |||
Atime-limit | int | Establish the number of seconds of how much time it spends in the searching. It will be never greater than the established time by the server. |
Example
Copy
<xsql-script name='ldap_test'> <body> </body> </xsql-script>