Merge pull request #406 from vmware/topic/dmilov/fix-addactivedirectory-for-67
Fix issue #405
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -638,8 +638,8 @@ namespace VMware.vSphere.SsoAdminClient
|
|||||||
InvokeOperation(() =>
|
InvokeOperation(() =>
|
||||||
_ssoAdminBindingClient.AddExternalDomainAsync(
|
_ssoAdminBindingClient.AddExternalDomainAsync(
|
||||||
new ManagedObjectReference {
|
new ManagedObjectReference {
|
||||||
type = "SsoAdminConfigurationManagementService",
|
type = "SsoAdminDomainManagementService",
|
||||||
Value = "configurationManagementService"
|
Value = "domainManagementService"
|
||||||
},
|
},
|
||||||
serverType,
|
serverType,
|
||||||
domainName,
|
domainName,
|
||||||
|
|||||||
Reference in New Issue
Block a user