CloudStack v2.2.13 - 2.2.14 Root Admin API Reference
								
ldapConfig
Configure the LDAP context for this site.
Request parameters
| Parameter Name | Description | Required | 
| hostname | Hostname or ip address of the ldap server eg: my.ldap.com | true | 
| queryfilter | You specify a query filter here, which narrows down the users, who can be part of this domain. | true | 
| searchbase | The search base defines the starting point for the search in the directory tree Example: dc=cloud,dc=com. | true | 
| binddn | Specify the distinguished name of a user with the search permission on the directory. | false | 
| bindpass | Enter the password. | false | 
| port | Specify the LDAP port if required, default is 389. | false | 
| ssl | Check Use SSL if the external LDAP server is configured for LDAP over SSL. | false | 
| truststore | Enter the path to trust certificates store. | false | 
| truststorepass | Enter the password for trust store. | false | 
Response Tags
| Response Name | Description | 
| binddn | Specify the distinguished name of a user with the search permission on the directory | 
| bindpass | DN password | 
| hostname | Hostname or ip address of the ldap server eg: my.ldap.com | 
| port | Specify the LDAP port if required, default is 389 | 
| port | Check Use SSL if the external LDAP server is configured for LDAP over SSL | 
| queryfilter | You specify a query filter here, which narrows down the users, who can be part of this domain | 
| searchbase | The search base defines the starting point for the search in the directory tree Example: dc=cloud,dc=com |