Skip to content

Commit 7656df3

Browse files
authored
Merge pull request #41 from adobe-apiplatform/v1
Pull updated release note and readme
2 parents 0c6bf6f + 1f56bf7 commit 7656df3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Admin Console.
2424
* Python 2.7+
2525
* User Management API Credentials (see [the official documentation](https://www.adobe.io/products/usermanagement/docs/gettingstarted))
2626
* Accessible LDAP server (optional)
27+
* If running on Windows, a 64 bit version of Windows is required.
2728

2829
# Installation
2930

@@ -42,6 +43,8 @@ To build, run `make pex` from the command line in the main repo directory.
4243

4344
## Build Instructions for local execution and debugging on Windows
4445

46+
Builds and execution are setup for 64 bit windows versions.
47+
4548
First, there are several projects that do not have good 64 bit builds for Windows platforms. These are enum34, python_ldap, and pyYaml. Acceptable builds are in the misc/build/Win64 folder and these can be used directly. You can also check http://www.lfd.uci.edu/~gohlke/pythonlibs/
4649

4750
Load dependencies into interpreter directory:

RELEASE_NOTES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Release Notes for User Sync Tool Version 1.1
2-
2017-03-03.
2+
**2017-03-03.**
33

44
## Updating from prior versions
55

@@ -13,15 +13,17 @@ To update your installation, download the release for your platform and replace
1313

1414
Because this version contains a more aggressive --process-groups function (a bug fix) you may want to run with --test-only first and make sure nothing unexpected is happening.
1515

16-
## New Features
16+
## New Features / Bugs Fixed
1717

18-
1. Ability to specify additional directory attributes to load and specify a code snippet to implement complex mappings from directory information to Adobe user information and group membership. This is covered in more detail in the updated documentastion.
18+
1. Ability to specify additional directory attributes to load and specify a code snippet to implement complex mappings from directory information to Adobe user information and group membership. This is covered in more detail in the updated documentation.
1919

2020
2. Releases for different platforms are packaged separately so you only have to download the platform(s) you want. You do have to download the example configuration files and documentation separately.
2121

2222
3. User removal limits and guards. There are some new features to prevent user sync from accidentally removing large numbers of users in the event of misconfiguration or changes in the directory which result in users not being returned from queries.
2323

24+
4. A bug preventing sync from working properly with Federated domains with username rather than email based logins is fixed.
2425

26+
5. A bug in --process-groups was fixed. Details below.
2527

2628
## Changes in Behavior
2729

0 commit comments

Comments
 (0)