Skip to content

Third release candidate for v2.2.2

Pre-release
Pre-release

Choose a tag to compare

@adobeDan adobeDan released this 15 Nov 02:28
· 1793 commits to v2 since this release
59cc6a5

These notes apply to v2.2.2rc3 of 2017-11-14.

New Features

#294: Show statistics about users added to secondaries.

Bug Fixes

#283: Don't import keyring unless needed.

#286: Allow specifying attributes for Adobe IDs.

#288: Escape special characters in user input to LDAP queries.

#293: Don't crash when existing users are added to secondaries.

#301: User Sync fails when adding more than 10 groups to a user.

Compatibility with Prior Versions

There are no interface changes from prior versions.

Known Issues

The nosetests are broken in this release candidate.

Because the release on Windows is built with a pre-compiled version of pyldap, we have to specify a specific version to be used in each release. This may not always be the latest version.

On the Win64 platform, there are very long pathnames embedded in the released build artifact user-sync.pex, which will cause problems unless you are on Windows 10 and are either running Python 3.6 or have enabled long pathnames system-wide (as described in this Microsoft Dev Center article). To work around this issue on older platforms, set the PEX_ROOT environment variable (as described in the docs here) to be a very short path (e.g., set PEX_ROOT=C:\pex).

Each release on each platform is built with a specific version of Python. Typically this is the latest available (from the OS vendor, if they provide one) for that platform. In general, and especially on Windows, you should use the same Python to run User Sync as it was built with.