Skip to content

Commit 2d89535

Browse files
authored
Merge pull request #160 from adobe-apiplatform/v2
merge release notes changes into master
2 parents efd7c7e + 0ef168a commit 2d89535

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
# user-sync.py
1+
# user-sync.py: User Sync Tool from Adobe
22

3-
Application for synchronizing customer directories with the
4-
Adobe Enterprise Admin Console via the
5-
[User Management API](https://www.adobe.io/products/usermanagement/docs/gettingstarted.html)
6-
(aka UMAPI).
3+
The User Sync Tool is a command-line tool that automates the creation and management of Adobe user accounts. It
4+
does this by reading user and group information from an organization's enterprise directory system or a file and
5+
then creating, updating, or removing user accounts in the Adobe Admin Console. The key goals of the User Sync
6+
Tool are to streamline the process of named user deployment and automate user management for all Adobe users and products.
77

88
This application is open source, maintained by Adobe, and distributed under the terms
99
of the OSI-approved MIT license. See the LICENSE file for details.
1010

1111
Copyright (c) 2016-2017 Adobe Systems Incorporated.
1212

13-
# Overview
13+
# Quick Links
14+
15+
- [User Sync Overview](https://www.adobe.io/apis/cloudplatform/usermanagement/docs/UserSyncTool.html)
16+
- [User Manual](https://adobe-apiplatform.github.io/user-sync.py/user-manual/)
17+
- [Step-by-Step Setup](https://adobe-apiplatform.github.io/user-sync.py/success-guide/)
18+
- [Non-Technical Overview](https://spark.adobe.com/page/E3hSsLq3G1iVz/)
1419

15-
`user-sync` automates user creation and product entitlement
16-
assignment in the Adobe Enterprise Admin Console.
17-
It takes a list of enterprise directory users,
18-
either from an LDAP connection or from a tab-separated file,
19-
and creates, updates, or removes user accounts in the
20-
Admin Console.
2120

2221
# Requirements
2322

RELEASE_NOTES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Release Notes for User Sync Tool Version 1.2
1+
# Release Notes for User Sync Tool Version 2.0
22

3-
These notes apply to 2.0rc1 of 2017-04-03.
3+
These notes apply to 2.0rc2 of 2017-04-07.
44

55
## New Arguments & Configuration Syntax
66

@@ -79,5 +79,7 @@ a new file, call it `extension.yaml`
7979
the `directory_users` section, and put the relative
8080
path to the new `extension.yaml` file as its value.
8181

82+
If you have a file that lists users for input (--users file f) or removal, the column named `user` should be renamed to `username`.
83+
8284

8385

0 commit comments

Comments
 (0)