ntx_ssvm_customize.cred 390 B

12345678910111213
  1. ##############################################
  2. # Nutanix Prism Central credentials
  3. # DO NOT use quotes in credential values
  4. ##############################################
  5. # Replace <auth hash> by the base64 encoded value of user:password.
  6. #
  7. [ntx_prism]
  8. ntx_pc_auth = <auth hash>
  9. # Active Directory Bind account credentials
  10. [ad_bind]
  11. ad_bind_user = <username>
  12. ad_bind_password = <password>