Skip to content

Commit f26ede6

Browse files
authored
Merge pull request #178507 from suzizuber/v-szuber/11032021-configure-external-id-source-vcenter
changed PrimaryUrl from 389 to 636 in LDAP with SSL section
2 parents 15c678b + 392f7fc commit f26ede6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You'll run the `New-AvsLDAPSIdentitySource` cmdlet to add an AD over LDAP with S
8383
| **Name** | User-friendly name of the external identity source, for example, **avslap.local**. |
8484
| **DomainName** | The FQDN of the domain. |
8585
| **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. |
86-
| **PrimaryUrl** | Primary URL of the external identity source, for example, **ldap://yourserver:389**. |
86+
| **PrimaryUrl** | Primary URL of the external identity source, for example, **ldap://yourserver:636**. |
8787
| **SecondaryURL** | Secondary fall-back URL if there's primary failure. |
8888
| **BaseDNUsers** | Where to look for valid users, for example, **CN=users,DC=yourserver,DC=internal**. Base DN is needed to use LDAP Authentication. |
8989
| **BaseDNGroups** | Where to look for groups, for example, **CN=group1, DC=yourserver,DC= internal**. Base DN is needed to use LDAP Authentication. |

0 commit comments

Comments
 (0)