Technical preview version of VMware vCenter Orchestrator Plug-In for Microsoft Active Directory
This is a patch release of the plug-in.
Version 3.0.4-4950206
- Fix UserGroup.memberOf method always return NULL
Version 3.0.2-4209033
- Added LdapFilter scripting object
Note: 3.0.2-4209033 GA version of the plugin is available as part of vRealize Orchestrator Appliance 7.1
Version 3.0.0-4132888
- Added generic LDAP client (LdapClient).
- Added support for SimplePagedResultsControl. It allows the client to iterate through a potentially large set of search results in subsets of a specified
number of entries (i.e., "pages").
- Added support for non-persistent LDAP connections ().
- Added User.getSID() and UserGroup.getSID() scripting methods for retrieving objectSID attribute in folowing format format 'S-1-IdentifierAuthority-SubAuthority1-SubAuthority2-...-SubAuthorityn'
- Added getGUID() support for retrieving objectGUID formatted as dashed string
- Fix: ActiveDriectory.search() methods discards configured LDAP base
- Removed sub-domain entries from inventory tree of parent domain. (Deprecated since 2.0)
Notes : Compatible with vRealize Orchestrator 5.5.2+
Notes : Introduction to new feature available here Active Directory plugin 3.0.0 - New and Noteworthy
Version 2.0.8-3635144
- Support for named Active Directory connection configurations
Version 2.0.7-3423847
- Fix : rename method for AD:User does not accept names that contain commas.
- Fix : ActiveDirectory "Base" setting discarded.
Version 2.0.6-3285066
- Fix : rename method for AD:User does not accept names that contain commas
Version 2.0.5-3151865
- Fix : Can not modify attributes of entry containing forward slash in the name.
- Fix : Configuration changes not propagated among vRO cluster nodes
- Added ActiveDirectory.rename() method for renaming/moving entries inside same domain.
Version 2.0.4-3014454
- Fix : ActiveDirectory.searchExactMatch not returning correct result when user name contain forward slash.
Version 2.0.3-2824604
- Fix : User.memeberOf not returning correct result when user is not from default domain
Version 2.0.2-2670588
- Fix : AD:UserGroup.userMembers return null when user name contain comma.
- Fix : AD:UserGroup.userMembers return null when the users are not part of default domain.
Version 2.0.1-2597988
- Fix : Configure "Active Directory plug-in options" workflow does not set default server.
Version 2.0.0-2543027 GA
- Add support for Multiple Active Directory hosts
Notes : GA version available for download from - VMware vCenter Orchestrator Plug-In for Microsoft Active Directory Release Notes
Notes : Compatible with vRealize Orchestrator 5.5.2+
Version 1.0.6-2315152
- Fixed validation warning messages in the AD plugin's workflows.
Version 1.0.5-1866388
- OU/AD objects from the AD plugin are getting lost/not-found. In configurations, a value with the attribute of AD:OrganizationalUnit reports "Not found"
- Fix "Object 'OU:DC=xxxx,DC=yyyy,DC=com' of type ActiveDirectory not found" for AD entities containing special characters like COMMA in CN value.
Version 1.0.4-760
- Plugin configuration performed trough workflows.
- Fix. Deleted ad object is still returned by the plugin.