Updating the Login Authentication Mode of a Storage Backend

Example of Updating the Backend Login Authentication Type to LDAP

  1. Run the following command to update a storage backend. In the command, backend-name indicates the name of the storage backend to be updated.

    oceanctl update backend backend-name --password --authenticationMode=ldap
    

    Enter the user name and new password as prompted:

    Please enter this backend user name:admin
    Please enter this backend password:
    
    backend/backend-name updated