Update the default ldap password
book
Article ID: 409581
calendar_today
Updated On:
Products
VMware Integrated OpenStack
Issue/Introduction
- We have to update Keystone's bind account for LDAP authentication.
- Procedure to update the 'default_ldap_password' object.
Cause
LDAP password needs updated within VIO
Resolution
- List VIOSecret objects (namespace is usually 'openstack')
osctl get VIOSecret -n openstack
- Show full YAML for the specific secret (read-only)
osctl get VIOSecret viosecret1 -n openstack -o yaml | less
- edit VIOSecret
osctl edit VIOSecret <nameofsecret>
- spec:
nsx_password: ######
vcenter_password: #####
vio1: <newPassword> Update password here; plaintext is fine.
Feedback
thumb_up
Yes
thumb_down
No