Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you take a look at the cloustack documentation LDAP section you will notice various configuration parametersapi calls. I initially thought that you somehow had to somehow attach this API call to each user in order to let them authenticate with the password stored in AD/LDAP. Instead, the api call actually configures the management service so LDAP authentication would work, must like other products that have integrated LDAP auth.

Enabling port 8096

All the LDAP examples in the documentation query the api on port 8096, you will find that this will not work out of the box.

  1. Goto your cloudstack management interface
  2. Global Settings
    1. set integration.api.port to 8096
    2. restart cloud-management service
  3. Test connection to api
    1. curl http://cloudstack:8096/api?command=listHostsImage Added
Finding your bi