Skip to content

Commit c624c0f

Browse files
committed
Make sample commands safer.
1 parent 39f32dc commit c624c0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/user-manual/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -758,17 +758,17 @@ you can see the result before running live.
758758

759759
2. Add users to one or more configured directory/security groups.
760760

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`)
762762

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`)
764764

765765
4. Check that test users were created in Adobe Admin Console.
766766

767767
##### User Update
768768

769769
1. Modify group membership of one or more test user in the directory.
770770

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`)
772772

773773
2. Check that test users in Adobe Admin Console were updated to
774774
reflect new product configuration membership.
@@ -778,12 +778,12 @@ reflect new product configuration membership.
778778
1. Remove or disable one or more existing test users in your
779779
enterprise directory.
780780

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`)
782782

783783
3. Check that users were removed from configured product
784784
configurations in the Adobe Admin Console.
785785

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.
787787

788788
5. Check that the user accounts are removed from the Adobe Admin Console.
789789

0 commit comments

Comments
 (0)