Skip to content

Commit 5a351cb

Browse files
committed
small error
1 parent 9e538b9 commit 5a351cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/config files - basic/user-sync-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ directory_users:
194194
# see https://docs.python.org/howto/regex.html )
195195
# additional_groups:
196196
# - source: "ACL-(.+)"
197-
# target: "ACL-Grp-(\\1)"
197+
# target: "ACL-Grp-\\1"
198198
# - source: "(.+)-ACL"
199-
# target: "ACL-Grp-(\\1)"
199+
# target: "ACL-Grp-\\1"
200200

201201
# (optional) group_sync_options (default: all options false)
202202
# Options that govern the automatic creation and/or deletion of Adobe user groups

0 commit comments

Comments
 (0)