You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-manual/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -758,17 +758,17 @@ you can see the result before running live.
758
758
759
759
2. Add users to one or more configured directory/security groups.
760
760
761
-
3. Run User Sync in test mode. (`./user-sync -t --users all --process-groups`)
761
+
3. Run User Sync in test mode. (`./user-sync -t --users all --process-groups --adobe-only-user-action exclude`)
762
762
763
-
3. Run User Sync not in test mode. (`./user-sync --users all --process-groups`)
763
+
3. Run User Sync not in test mode. (`./user-sync --users all --process-groups --adobe-only-user-action exclude`)
764
764
765
765
4. Check that test users were created in Adobe Admin Console.
766
766
767
767
##### User Update
768
768
769
769
1. Modify group membership of one or more test user in the directory.
770
770
771
-
1. Run User Sync. (`./user-sync -t --users all --process-groups`)
771
+
1. Run User Sync. (`./user-sync -t --users all --process-groups --adobe-only-user-action exclude`)
772
772
773
773
2. Check that test users in Adobe Admin Console were updated to
774
774
reflect new product configuration membership.
@@ -778,12 +778,12 @@ reflect new product configuration membership.
778
778
1. Remove or disable one or more existing test users in your
779
779
enterprise directory.
780
780
781
-
2. Run User Sync. (`./user-sync -t --users all --process-groups`)
781
+
2. Run User Sync. (`./user-sync -t --users all --process-groups --adobe-only-user-action exclude`)
782
782
783
783
3. Check that users were removed from configured product
784
784
configurations in the Adobe Admin Console.
785
785
786
-
4. Run User Sync to remove the users (`./user-sync -t --users all --process-groups --adobe-only-user-action delete`) Then run without -t.
786
+
4. Run User Sync to remove the users (`./user-sync -t --users all --process-groups --adobe-only-user-action delete`) Then run without -t. Caution: check that only the desired user was removed when running with -t. This run (without -t) will actually delete users.
787
787
788
788
5. Check that the user accounts are removed from the Adobe Admin Console.
0 commit comments