The following is a list of issues addressed in this release.
Resolved Issue | Issue ID |
---|---|
Previously, the Active Roles Configuration Transfer Wizard could not be installed, even if the required Active Roles ADSI Provider was installed. This issue was caused by a version checking problem, and is now fixed. |
389286 |
Resolved Issue | Issue ID |
---|---|
Improved the Active Roles Service to reduce potential memory leak issues after changing Azure tenants. | 367188 |
Resolved Issue | Issue ID |
---|---|
Previously, attempting to install Active Roles Add-in for Outlook for Microsoft Outlook versions newer than Outlook 2007 could fail with the following error message: This product requires the following software: Microsoft Office Outlook 2007 or later. This issue is now fixed, and the installer can properly detect all newer Microsoft Office Outlook versions. |
283442 |
Resolved Issue | Issue ID |
---|---|
Previously, it could occur that when adding a new Azure tenant for Active Roles, the configured tenant was added to the Active Roles database but did not appear in the Configuration Center. This issue is now fixed. |
326042 |
Previously, when clicking Azure AD Configuration > Remove Azure Application to delete an Azure application that had already been deleted in the Azure Portal, the Configuration Center displayed a misleading warning. This issue was fixed by updating the instructions and notices of the Remove Azure Application confirmation page, so that it accurately shows the typical use cases and risks of deleting an Active Roles Azure application. |
142303 |
Resolved Issue | Issue ID |
---|---|
Previously, in certain environments, Dynamic Groups may not have been updated in time when adding a new rule or forcing a rebuild. Also, in case of more than 1000 changes, the changes were not processed until the nightly scheduled task. To solve this problem, Active Roles 8.1.1 features a rebuilt Dynamic Group logic that removes the 1000 group member limit for normal group membership changes, and also ensures that changes are now always processed immediately. |
405859 |
Previously, after creating a hybrid Azure user and assigning licenses to it in the Web Interface, its edsaAzureSubscribedSkus property in the Advanced Properties window of the Active Roles Console could appear empty, not showing the assigned licenses. This issue is now fixed, and the edsaAzureSubscribedSkus property is populated correctly. |
315810 |
Previously, when the cross-domain membership policy was enabled for dynamic groups, it could occur that the membership of Group Families was updated incorrectly. This issue was fixed by enabling Group Family updates permanently. |
297705 |
Resolved Issue | Issue ID |
---|---|
Previously, creating an Exchange mailbox for a user that does not have a mailbox with the edsaCreateMsExchMailbox"=$true command resulted in the following error: Set-QADUser : Administrative Policy returned an error. This issue is now fixed, and mailbox creation is completed without errors. |
322998 |
Previously, after an in-place upgrade, the product version shown in the title bar of the Management Shell did not update to the new version. This issue is now fixed. |
314299 |
Previously, the following Microsoft 365 Group cmdlets worked incorrectly in the Active Roles Management Shell, typically running with no results:
The issue is now fixed, and all M365 Group cmdlets work as expected. |
116151 |
Resolved Issue | Issue ID |
---|---|
Previously, reconfiguring Azure BackSync in the Synchronization Service Console after performing an in-place upgrade caused workflows with automatically created connectors to break. During the reconfiguration of Azure BackSync, both the workflows and the automatically generated connectors were assigned new IDs, but the BackSync configuration used the old IDs. The issue is now fixed. |
392777 |
Previously, when configuring a sync workflow between Active Roles and Azure AD, the Synchronization Service indicated the Name attribute of the synchronized Azure AD object to be changed to an identification string instead of its actual value, even if it was not modified. This issue occurred when the value of the Azure object DisplayName attribute was missing, and was fixed by adding DisplayName as a mandatory attribute to the Azure AD Connector. |
322276 |
Previously, the Synchronization Service Capture Agent recorded and processed password change events for computer accounts. This behavior was changed so that the Capture Agent no longer logs and forwards password change events for computer accounts to the Synchronization Service. |
307297 |
Previously, the SCIM Connector did not support synchronizing data from WorkdayHR via Starling Connect. This issue was fixed by updating the WorkdayHR schema. |
294258 |
Previously, if the Synchronization Service lost connection to the configured database, it never attempted to re-establish connection until restarting the service. Instead, launching the Synchronization Service Console resulted in the following error message, even if the database came back online in the meantime: Synchronization Service requires a configured database.
Configure a database, and then try again.
This issue was fixed by modifying the Synchronization Service so that it checks the availability of the database once every minute. |
275479 |
Resolved Issue | Issue ID |
---|---|
Previously, searching for Azure objects took approximately 15-20 seconds. The issue has been resolved by modifying the Microsoft graph API pagination to reduce network traffic, and as a result, searching for Azure objects is now significantly faster. |
389314 |
Previously, using a personal view to open an Organizational Unit (OU) whose name contained special characters resulted in a Directory object not found error. This issue was caused by Active Roles removing these special characters from the OU name when saving the configured personal view, and it is now fixed. |
322727 |
Previously, when using the Customization > Directory Objects > Customize Navigation Bar > General option of the Web Interface to open the Item Properties of the Reload button or the Restore Default button, clicking OK to close the dialog without any changes and reloading the configuration resulted in the changed Reload or Restore Default button no longer working. This issue occurred because Active Roles was unable to get the target URL of these buttons, resulting in the Item Properties > URL to open field appearing empty in the Web Interface. If this field was left empty, clicking OK in the dialog to save the button settings broke the button. To fix the issue, the Web Interface now sends a pop-up alert to inform users that the URL to open field cannot be left empty. |
322689 |
Previously, performing an Undo Deprovision action on a deprovisioned user from the Member Of page could result in a Directory object not found error. This issue is now fixed. |
322063 |
Previously, in a multi-tenant environment, the domain selection drop-down lists (for example, in the Create Azure User > Create Azure Account > User Principal Name setting) of the Web Interface only listed the domains of the first Azure tenant. This issue is now fixed. |
311702 |
Previously, when using a virtual attribute for cloud-only Azure users, guest users, M365 groups or security groups, the value you specified for the virtual attribute did not appear on the Web Interface. This issue occurred because of incorrect virtual attribute handling, and it is now fixed. |
310538 |
Previously, if the EnableAntiForgery and EnableRequestValidation settings of the IIS Manager were enabled, downloading the certificates of a user via the General Properties > Published Certificates page of the Web Interface silently failed with an Invalid request error. This issue was due to an internal error, and it is now fixed. |
306210 |
Previously, selecting an AD LDS (ADAM) user in the Web Interface failed to load the context menu listing the available administration actions for the selected user. This issue is now fixed, and the list of available actions appears properly. |
304001 |
Previously, when using a custom script to generate user names in the New User page, the fields of the User logon name setting were slightly misaligned. This issue was fixed by modifying the CSS formatting of the affected setting. |
301150 |
Previously, when checking the Change history or User activity of an on-premises user that had non-standard ASCII characters in its name, clicking Next page resulted in errors on Page 2. This issue was caused by incorrect encoding that was changed during page load, and it is now fixed. |
291185 |
Previously, when searching for an existing hybrid user, the search results listed both the on-premises hybrid user and the cloud Azure user account of the user from the cloud-only Azure user container. This issue was fixed by modifying the search method to filter out the Azure user profile, ensuring that only the on-premises user account appears in the search results. |
288570 |
Previously, when using a policy based on a Script Module that used the onGetEffectivePolicy function, using the form of the policy in the Web Interface resulted in excessive onGetEffectivePolicy function calls, impacting performance. This issue was fixed by reducing the number of onGetEffectivePolicy function calls. |
279815 |
Previously, when the property form of an object appeared in the central pane instead of a pop-up (for example, after moving a user to another Organizational Unit), the Web Interface displayed the General Properties > Organization settings (such as Department or Company) values in a text box instead of a drop-down, even if those values previously appeared in a drop-down. This issue is now fixed, so the Organization settings appear in a drop-down as in earlier Active Roles versions. |
257609, 262882 |