Skip to content

Commit c68ddd3

Browse files
authored
Merge pull request #212182 from jjaygbay1/nsx-t-external-identity-3
Nsx t external identity 3
2 parents 66e4d2e + 3d9f55f commit c68ddd3

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

articles/azure-vmware/configure-external-identity-source-nsx-t.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ After adding an external identity, you can assign NSX-T Roles to Active Director
8282
Now that you've configured the external source, you can also learn about:
8383

8484
- [Configure external identity source for vCenter Server](configure-identity-source-vcenter.md)
85-
85+
- [Azure VMware Solution identity concepts](concepts-identity.md)
86+
- [VMware product documentation](https://docs.vmware.com/en/VMware-NSX-T-Data-Center/3.1/administration/GUID-DB5A44F1-6E1D-4E5C-8B50-D6161FFA5BD2.html)
8687

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ You'll run the `New-LDAPIdentitySource` cmdlet to add AD over LDAP as an externa
152152
| **BaseDNUsers** | Where to look for valid users, for example, **CN=users,DC=avslab,DC=local**. Base DN is needed to use LDAP Authentication. |
153153
| **BaseDNGroups** | Where to look for groups, for example, **CN=group1, DC=avslab,DC=local**. Base DN is needed to use LDAP Authentication. |
154154
| **Credential** | The domain username and password used for authentication with the AD source (not cloudadmin). The user must be in the **[email protected]** format. |
155-
| **GroupName** | The group to give cloud admin access in your external identity source, for example, **avs-admins**. |
155+
| **GroupName** | The group to give cloudadmin access in your external identity source, for example, **avs-admins**. |
156156
| **Retain up to** | Retention period of the cmdlet output. The default value is 60 days. |
157157
| **Specify name for execution** | Alphanumeric name, for example, **addexternalIdentity**. |
158158
| **Timeout** | The period after which a cmdlet exits if taking too long to finish. |
@@ -161,7 +161,7 @@ You'll run the `New-LDAPIdentitySource` cmdlet to add AD over LDAP as an externa
161161

162162
## Add existing AD group to cloudadmin group
163163

164-
You'll run the `Add-GroupToCloudAdmins` cmdlet to add an existing AD group to a cloudadmin group. Users in the cloud admin group have privileges equal to the cloudadmin ([email protected]) role defined in vCenter Server SSO.
164+
You'll run the `Add-GroupToCloudAdmins` cmdlet to add an existing AD group to a cloudadmin group. Users in the cloudadmin group have privileges equal to the cloudadmin ([email protected]) role defined in vCenter Server SSO.
165165

166166
1. Select **Run command** > **Packages** > **Add-GroupToCloudAdmins**.
167167

@@ -204,7 +204,7 @@ You'll run the `Get-ExternalIdentitySources` cmdlet to list all external identit
204204
## Assign additional vCenter Server Roles to Active Directory Identities
205205
After you've added an external identity over LDAP or LDAPS you can assign vCenter Server Roles to Active Directory security groups based on your organization's security controls.
206206

207-
1. After you sign in to vCenter Server with cloud admin privileges, you can select an item from the inventory, select **ACTIONS** menu and select **Add Permission**.
207+
1. After you sign in to vCenter Server with cloudadmin privileges, you can select an item from the inventory, select **ACTIONS** menu and select **Add Permission**.
208208

209209
:::image type="content" source="media/run-command/ldaps-vcenter-permission-assignment-1.png" alt-text="Screenshot displaying hot to add permission assignment." lightbox="media/run-command/ldaps-vcenter-permission-assignment-1.png":::
210210

@@ -260,6 +260,9 @@ Now that you've learned about how to configure LDAP and LDAPS, you can learn mor
260260

261261
- [How to configure storage policy](configure-storage-policy.md) - Each VM deployed to a vSAN datastore is assigned at least one VM storage policy. You can assign a VM storage policy in an initial deployment of a VM or when you do other VM operations, such as cloning or migrating.
262262

263-
- [Azure VMware Solution identity concepts](concepts-identity.md) - Use vCenter Server to manage virtual machine (VM) workloads and NSX-T Manager to manage and extend the private cloud. Access and identity management use the CloudAdmin role for vCenter Server and restricted administrator rights for NSX-T Manager.
263+
- [Azure VMware Solution identity concepts](concepts-identity.md) - Use vCenter Server to manage virtual machine (VM) workloads and NSX-T Manager to manage and extend the private cloud. Access and identity management use the cloudadmin role for vCenter Server and restricted administrator rights for NSX-T Manager.
264264
- [Configure external identity source for NSX-T](configure-external-identity-source-nsx-t.md)
265+
- [Azure VMware Solution identity concepts](concepts-identity.md)
266+
- [VMware product documentation](https://docs.vmware.com/en/VMware-NSX-T-Data-Center/3.1/administration/GUID-DB5A44F1-6E1D-4E5C-8B50-D6161FFA5BD2.html)
267+
265268

articles/azure-vmware/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@
106106
href: ../migrate/how-to-create-azure-vmware-solution-assessment.md?context=%2fazure%2fazure-vmware%2fcontext%2fcontext
107107
- name: Create a placement policy
108108
href: create-placement-policy.md
109-
- name: Configure external identity source for vCenter Server
110-
href: configure-identity-source-vcenter.md
111109
- name: Configure GitHub Enterprise Server
112110
href: configure-github-enterprise-server.md
113111
- name: Configure Identity

0 commit comments

Comments
 (0)