Add SecondaryUrl parameter to Add-LDAPIdentitySource

This commit is contained in:
Dimitar Milov
2021-02-17 16:38:46 +02:00
parent 13dc050dd2
commit 8606722f6e
7 changed files with 14 additions and 1 deletions

View File

@@ -663,6 +663,7 @@ namespace VMware.vSphere.SsoAdminClient
string domainAlias,
string friendlyName,
string primaryUrl,
string failoverUrl,
string baseDNUsers,
string baseDNGroups,
string authenticationUserName,
@@ -677,6 +678,7 @@ namespace VMware.vSphere.SsoAdminClient
var adminLdapIdentitySourceDetails = new SsoAdminLdapIdentitySourceDetails {
friendlyName = friendlyName,
primaryUrl = primaryUrl,
failoverUrl = failoverUrl,
userBaseDn = baseDNUsers,
groupBaseDn = baseDNGroups
};