X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2be95ce7f069d9eb131b0d2d922a5e556f75810c..5d669cd4f3af6ff27575931ccede9ecd19ca2e49:/doc/user/topics/arvados-sync-groups.html.textile.liquid diff --git a/doc/user/topics/arvados-sync-groups.html.textile.liquid b/doc/user/topics/arvados-sync-groups.html.textile.liquid index 7d831bf040..1f7eede4bb 100644 --- a/doc/user/topics/arvados-sync-groups.html.textile.liquid +++ b/doc/user/topics/arvados-sync-groups.html.textile.liquid @@ -19,7 +19,7 @@ Every line on the file should have 3 values: a group name, a local user identifi Users can be identified by their email address or username: the tool will check if every user exist on the system, and report back when not found. Groups on the other hand, are identified by their name. -Permission level can be one of the following: @can_read@, @can_write@ or @can_manage@, giving the group member read, read/write or managing privileges on the group. For backwards compatibility purposes, if any record omits the third (permission) field, it will default to @can_write@ permission. You can read more about permissions on the "group management admin guide":/admin/group-management.html. +Permission level can be one of the following: @can_read@, @can_write@ or @can_manage@, giving the group member read, read/write or managing privileges on the group. For backwards compatibility purposes, if any record omits the third (permission) field, it will default to @can_write@ permission. You can read more about permissions on the "group management admin guide":{{ site.baseurl }}/admin/group-management.html. This tool is designed to be run periodically reading a file created by a remote auth system (ie: LDAP) dump script, applying what's included on the file as the source of truth. @@ -32,11 +32,12 @@ The following command line options are supported: table(table table-bordered table-condensed). |_. Option |_. Description | -|==--help==| This list of options| -|==--parent-group-uuid==| UUID of group to own all the externally synchronized groups| -|==--user-id== | Identifier to use in looking up user. One of 'email' or 'username' (Default: 'email')| -|==--verbose==| Log informational messages (Default: False)| -|==--version==| Print version and exit| +|==--help==|This list of options| +|==--case-insensitive==|Uses case-insensitive username matching| +|==--parent-group-uuid==|UUID of group to own all the externally synchronized groups| +|==--user-id==|Identifier to use in looking up user. One of 'email' or 'username' (Default: 'email')| +|==--verbose==|Log informational messages (Default: False)| +|==--version==|Print version and exit| h2. Examples