Skip to content

Commit 7a0c0db

Browse files
committed
Fix indents
1 parent 2cebd4b commit 7a0c0db

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/en/user-manual/advanced_configuration.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -571,30 +571,30 @@ some other source.
571571
Create a file “users-file.csv” with information on users to add or update. An example of
572572
the file is:
573573

574-
firstname,lastname,email,country,groups,type,username,domain
575-
Jane 1,Doe,[email protected],US,Sync-CC-INCREMENTAL
576-
Jane 2,Doe,[email protected],US,Sync-CC-INCREMENTAL
574+
firstname,lastname,email,country,groups,type,username,domain
575+
Jane 1,Doe,[email protected],US,Sync-CC-INCREMENTAL
576+
Jane 2,Doe,[email protected],US,Sync-CC-INCREMENTAL
577577

578578
The command line to push updates from the file is:
579579

580-
user-sync –t --strategy push --process-groups --users file users-file.csv
580+
user-sync –t --strategy push --process-groups --users file users-file.csv
581581

582582
Run without the `-t` when you are ready for the actions to take effect.
583583

584584
To remove users, a separate file is created with a different format. Example contents could be:
585585

586-
type,username,domain
587-
588-
enterpriseID,[email protected],
589-
federatedID,jsmith2,user-login-fed-domain.com
590-
federatedID,[email protected],
586+
type,username,domain
587+
588+
enterpriseID,[email protected],
589+
federatedID,jsmith2,user-login-fed-domain.com
590+
federatedID,[email protected],
591591

592592
Each entry must include the identity type, user email or user name, and, for a federated identity type
593593
that is set for username login, the domain.
594594

595595
The command line to process deletions based on a file like this (say remove-list.csv) is:
596596

597-
user-sync -t --adobe-only-user-list remove-list.csv --adobe-only-user-action remove
597+
user-sync -t --adobe-only-user-list remove-list.csv --adobe-only-user-action remove
598598

599599
The action "remove" could be "remove-adobe-groups" or "delete" to keep the account in the organization
600600
or to delete it, respectively.

0 commit comments

Comments
 (0)