Hello all,
we are facing an issue when using the command line "sso-config.sh -add_identity_source -type adldap......." on vcenter 8u2 to configure the ldap authentication. We are using it to automatize the deployments.
It worked on previous versions, and now the command hangs with no result.
Does anyone encounter that issue or any workaround ?
Many thanks
Exception in thread "main" java.lang.NoSuchMethodError: com.vmware.identity.idm.IdentityStoreData.CreateExternalIdentityStoreData(Ljava/lang/String;Ljava/lang/String;Lcom/vmware/identity/idm/IdentityStoreType;Lcom/vmware/identity/idm/AuthenticationType;Ljava/lang/String;ILjava/lang/String;ZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Collection;Ljava/util/Map;Lcom/vmware/identity/idm/IdentityStoreSchemaMapping;Ljava/util/Set;Ljava/util/Collection;[I)Lcom/vmware/identity/idm/IdentityStoreData;
at com.vmware.identity.ssoconfig.SsoConfig.addIdentitySourcesADOverLDAP(SsoConfig.java:2030)
at com.vmware.identity.ssoconfig.SsoConfig.addIdentitySources(SsoConfig.java:1911)
at com.vmware.identity.ssoconfig.SsoConfig.main(SsoConfig.java:453)