Allows to establish a LDAP connection.
1 ldap
<ldap
host='host'
port='port'
version='version'
principal='principal'
credentials='credentials'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Ahost | string | Name of the host. | |||
Aport | string | Name of the port. | |||
Aversion | string | Name of the version. | |||
Aprincipal | string | ||||
Acredentials | string |
Example
Copy
<xsql-script name='ldap_test'> <body> </body> </xsql-script>