You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-vmware/configure-identity-source-vcenter.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ You'll run the `New-LDAPIdentitySource` cmdlet to add AD over LDAP as an externa
152
152
|**BaseDNUsers**| Where to look for valid users, for example, **CN=users,DC=avslab,DC=local**. Base DN is needed to use LDAP Authentication. |
153
153
|**BaseDNGroups**| Where to look for groups, for example, **CN=group1, DC=avslab,DC=local**. Base DN is needed to use LDAP Authentication. |
154
154
|**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**. |
156
156
|**Retain up to**| Retention period of the cmdlet output. The default value is 60 days. |
157
157
|**Specify name for execution**| Alphanumeric name, for example, **addexternalIdentity**. |
158
158
|**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
161
161
162
162
## Add existing AD group to cloudadmin group
163
163
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.
@@ -204,7 +204,7 @@ You'll run the `Get-ExternalIdentitySources` cmdlet to list all external identit
204
204
## Assign additional vCenter Server Roles to Active Directory Identities
205
205
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.
206
206
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**.
208
208
209
209
:::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":::
210
210
@@ -260,6 +260,9 @@ Now that you've learned about how to configure LDAP and LDAPS, you can learn mor
260
260
261
261
-[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.
262
262
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.
264
264
-[Configure external identity source for NSX-T](configure-external-identity-source-nsx-t.md)
0 commit comments