Final release of UST 2.6.0
New Features
#530 New directory connector: Admin Console
#537 New Feature --exclude-unmapped-users
#593 Standalone EXE Builds
#552 Post-Sync and Sign Sync Connector
#583 Certificate generation for adobe.io integrations (and private key encryption)
#564 Kerberos support for LDAP connector
#585 Disable SSL validation for UMAPI connections
#548 Skip creation of Federated ID if Adobe ID with same email aexists
Bug Fixes
#578 Fix for 'invalid attribute type memberOf' at user-level LDAP request
#584 Added whitelist for functions available inside of eval()
#568 Python 2 build issue due to Zipp
#561 Centos environment and dependency build issues fix
#523 Replace / Remove unused methods
#527 use jeepney 0.4 for py 3
#576 Bug Fix: Email update if username (@ based) is diff from email on UMAPI
Compatibility with Prior Versions
PEX builds have been deprecated in favor of standalone executable builds. Python is embedded in the executable, so Python is no longer required on the system to run the Sync Tool.
To upgrade to v2.6.0, simply download the Sync Tool build for your platform, extract the executable, and copy it to your User Sync Tool directory. Instead of invoking Python to run the pex (e.g. python user-sync
or python user-sync.pex
), just execute the tool (./user-sync
or .\user-sync.exe
).
Known Issues
No known issues at this time.
Additional Build Information
- Python 2.7 support has been removed as per #586. All builds are currently targeted at Python 3.6.8
- This release introduces the
-noext
build variant. It disables extension configuration support.
v2.6.0 - 2020-04-30