Skip to content

Commit 3d65372

Browse files
Merge pull request #107406 from Jiancao164/caojian/update-docs-updating-password-identitysource
Rotating password of identity source
2 parents c4d06e8 + 9ce12e2 commit 3d65372

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

articles/azure-vmware/configure-identity-source-vcenter.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -260,17 +260,22 @@ You'll run the `Remove-ExternalIdentitySources` cmdlet to remove all existing ex
260260

261261
## Rotate an existing external identity source account's username and/or password
262262

263-
1. Use the [Get-ExternalIdentitySources](configure-identity-source-vcenter.md#list-external-identity) run command to pull current populated values.
263+
1. Rotate the password of account used for authentication with the AD source in the domain controller.
264264

265-
1. Run [Remove-ExternalIdentitySource](configure-identity-source-vcenter.md#remove-existing-external-identity-sources) and provide DomainName of External Identity source you'd like to rotate.
266-
> [!IMPORTANT]
267-
> If you do not provide a DomainName, all external identity sources will be removed.
265+
1. Select **Run command** > **Packages** > **Update-IdentitySourceCredential**.
268266

269-
1. Run [New-LDAPSIdentitySource](configure-identity-source-vcenter.md#add-active-directory-over-ldap-with-ssl) or [New-LDAPIdentitySource](configure-identity-source-vcenter.md#add-active-directory-over-ldap) depending on your configuration.
267+
1. Provide the required values and the updated password, and then select **Run**.
268+
269+
| **Field** | **Value** |
270+
| --- | --- |
271+
| **Credential** | The domain username and password used for authentication with the AD source (not cloudadmin). The user must be in the **[email protected]** format. |
272+
| **DomainName** | The FQDN of the domain, for example **avslab.local**. |
273+
274+
1. Check **Notifications** or the **Run Execution Status** pane to see the progress.
275+
276+
> [!IMPORTANT]
277+
> If you do not provide a DomainName, all external identity sources will be removed. The command **Update-IdentitySourceCredential** should be run only after the password is rotated in the domain controller.
270278
271-
>[!NOTE]
272-
>There is work to make this an easier process than it is today with a new run command.
273-
>[PR with VMware](https://github.com/vmware/PowerCLI-Example-Scripts/pull/604)
274279

275280
## Next steps
276281

0 commit comments

Comments
 (0)