VMware Cloud Community
kristenthorsen
Contributor
Contributor
Jump to solution

Change LDAP url VIO 2.0

Hi,

I'm having trouble using ldaps://  for AD authentication

(I'm getting a "Can't Connect to LDAP" error Message). It works if I change the endpoint to LDAP://.x.x.:389 manually on the Controller nodes.

However, every restart of the deployements it gets reset to LDAPS:// configuration.

Exporting the JSON configuration states the LDAPS:// but the "Edit Openstack deployment" i webclient is "greyed out".

How can I change the LDAP_URL endpoint permanently?

brgds

kristen

0 Kudos
1 Solution

Accepted Solutions
admin
Immortal
Immortal
Jump to solution

hi,

On 2.0.1 or later you can use the below procedure.

1. Please check VMware Integrated OpenStack 2.0.1 Release Notes under the "Enhanced Customizability" Section.

2. In Keystone section in the config file (custom.yml), you can set the ldap_url to a custom value.

3. Run "viocli deployment -v configure --limit controller" to push the config to the controllers.

After this the config should be preserved across restarts.

Let us know if this helps.

View solution in original post

0 Kudos
2 Replies
admin
Immortal
Immortal
Jump to solution

hi,

On 2.0.1 or later you can use the below procedure.

1. Please check VMware Integrated OpenStack 2.0.1 Release Notes under the "Enhanced Customizability" Section.

2. In Keystone section in the config file (custom.yml), you can set the ldap_url to a custom value.

3. Run "viocli deployment -v configure --limit controller" to push the config to the controllers.

After this the config should be preserved across restarts.

Let us know if this helps.

0 Kudos
kristenthorsen
Contributor
Contributor
Jump to solution

Thanks @santoshvmware,

-k

0 Kudos