Skip to content

Commit 41ec61d

Browse files
authored
Update configure-identity-source-vcenter.md
Outline current process to update an existing identity source. ------- cc: @jjaygbay1
1 parent 7ce9613 commit 41ec61d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,20 @@ You'll run the `Remove-ExternalIdentitySources` cmdlet to remove all existing ex
249249

250250
1. Check **Notifications** or the **Run Execution Status** pane to see the progress.
251251

252+
## Rotate an existing external identity source account's username and/or password
253+
254+
1. Use the [Get-ExternalIdentitySources](https://learn.microsoft.com/en-us/azure/azure-vmware/configure-identity-source-vcenter#list-external-identity) run command to pull current populated values.
255+
256+
1. Run [Remove-ExternalIdentitySource](https://learn.microsoft.com/en-us/azure/azure-vmware/configure-identity-source-vcenter#remove-existing-external-identity-sources) and provide DomainName of External Identity source you'd like to rotate.
257+
> [!IMPORTANT]
258+
> If you do not provide a DomainName, all external identity sources will be removed.
259+
260+
1. Run [New-LDAPSIdentitySource](https://learn.microsoft.com/en-us/azure/azure-vmware/configure-identity-source-vcenter#add-active-directory-over-ldap-with-ssl) or [New-LDAPIdentitySource](https://learn.microsoft.com/en-us/azure/azure-vmware/configure-identity-source-vcenter#add-active-directory-over-ldap) depending on your configuration.
261+
262+
>[!NOTE]
263+
>There is work to make this an easier process than it is today with a new run command.
264+
>[PR with VMware](https://github.com/vmware/PowerCLI-Example-Scripts/pull/604)
265+
252266
## Next steps
253267

254268
Now that you've learned about how to configure LDAP and LDAPS, you can learn more about:

0 commit comments

Comments
 (0)