Synchronise Lookup groups.
This causes Lookup groups and their members to be synchronised with groups in Google. As for people, there are various configuration options to control which groups to synchronise, what settings should be applied to them, and to enforce limits on the number of changes the script will perform. The group email and display name in Google are based on the Lookup groupID and groupName, noting that the email is the group's unique identifier in Google: email = {groupID}@{groups_domain} name = {groupName}{group_name_suffix} where groups_domain is a configurable secondary domain for groups in Google, and group_name_suffix is a configurable suffix appended to group names in Google.
parent
6366bf5b
No related branches found
No related tags found
Checking pipeline status
Showing
- README.md 5 additions, 0 deletionsREADME.md
- configuration-example.yaml 84 additions, 5 deletionsconfiguration-example.yaml
- gsuitesync/gapidomain.py 5 additions, 0 deletionsgsuitesync/gapidomain.py
- gsuitesync/gapiutil.py 124 additions, 0 deletionsgsuitesync/gapiutil.py
- gsuitesync/ldap.py 51 additions, 6 deletionsgsuitesync/ldap.py
- gsuitesync/limits.py 41 additions, 3 deletionsgsuitesync/limits.py
- gsuitesync/sync.py 423 additions, 45 deletionsgsuitesync/sync.py
Loading
Please register or sign in to comment