ntx_ssvm_customize.cred 292 B

1234567891011
  1. # Nutanix Prism Central/Element credentials
  2. # Replace <auth token> by the base64 encoded value of user:password.
  3. #
  4. [ntx_prism]
  5. ntx_pc_auth = <auth token>
  6. ntx_pe_auth = <auth token>
  7. # Active Directory Bind account credentials
  8. [ad_bind]
  9. ad_bind_user = <username>
  10. ad_bind_password = <password>