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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ You'll run the `Get-ExternalIdentitySources` cmdlet to list all external identit
66
66
67
67
## Add Active Directory over LDAP with SSL
68
68
69
-
You'll run the `New-AvsLDAPSIdentitySource` cmdlet to add an AD over LDAP with SSL as an external identity source to use with SSO into vCenter.
69
+
You'll run the `New-LDAPSIdentitySource` cmdlet to add an AD over LDAP with SSL as an external identity source to use with SSO into vCenter.
70
70
71
71
1. Download the certificate for AD authentication and upload it to an Azure Storage account as blob storage. If multiple certificates are required, upload each certificate individually.
72
72
@@ -75,13 +75,13 @@ You'll run the `New-AvsLDAPSIdentitySource` cmdlet to add an AD over LDAP with S
75
75
>[!IMPORTANT]
76
76
>Make sure to copy each SAS string, because they will no longer be available once you leave this page.
1. Provide the required values or change the default values, and then select **Run**.
81
81
82
82
|**Field**|**Value**|
83
83
| --- | --- |
84
-
|**Name**| User-friendly name of the external identity source, for example, **avslap.local**. |
84
+
|**Name**| User-friendly name of the external identity source, for example, **avslab.local**. |
85
85
|**DomainName**| The FQDN of the domain. |
86
86
|**DomainAlias**| For Active Directory identity sources, the domain's NetBIOS name. Add the NetBIOS name of the AD domain as an alias of the identity source if you're using SSPI authentications. |
87
87
|**PrimaryUrl**| Primary URL of the external identity source, for example, **ldaps://yourserver:636**. |
@@ -103,9 +103,9 @@ You'll run the `New-AvsLDAPSIdentitySource` cmdlet to add an AD over LDAP with S
103
103
>[!NOTE]
104
104
>We don't recommend this method. Instead, use the [Add Active Directory over LDAP with SSL](#add-active-directory-over-ldap-with-ssl) method.
105
105
106
-
You'll run the `New-AvsLDAPIdentitySource` cmdlet to add AD over LDAP as an external identity source to use with SSO into vCenter.
106
+
You'll run the `New-LDAPIdentitySource` cmdlet to add AD over LDAP as an external identity source to use with SSO into vCenter.
0 commit comments