diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-08-14 16:15:51 -0300 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2017-08-14 16:15:51 -0300 |
commit | 65d6f87328680e57583552efe4c9fa1da31e525e (patch) | |
tree | 46ddf0b4ac3f074a1cf1e2ea3f5420ee46881419 /doc/user/group/index.md | |
parent | 0edc0e27f3f0e9fe384ca0fbbd31fce70fcf0d9e (diff) | |
download | gitlab-ce-65d6f87328680e57583552efe4c9fa1da31e525e.tar.gz |
move "share projects with groups" docs
- correct the file tree
- remove duplicate doc
- move to project/members/
- move images
- update links
Diffstat (limited to 'doc/user/group/index.md')
-rw-r--r-- | doc/user/group/index.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/user/group/index.md b/doc/user/group/index.md index 08da721c71d..ceec8b74373 100644 --- a/doc/user/group/index.md +++ b/doc/user/group/index.md @@ -153,6 +153,14 @@ Find this option under your project's settings. GitLab administrators can use the admin interface to move any project to any namespace if needed. +## Sharing a project with a group + +You can [share your projects with a group](../project/members/share_project_with_groups.md) +and give your group members access to the project all at once. + +Alternatively, with [GitLab Enterprise Edition Starter](https://about.gitlab.com/gitlab-ee/), +you can [lock the sharing with group feature](#share-with-group-lock-ees-eep). + ## Manage group memberships via LDAP In GitLab Enterprise Edition it is possible to manage GitLab group memberships using LDAP groups. @@ -189,7 +197,7 @@ Learn more about [Member Lock](https://docs.gitlab.com/ee/user/group/index.html# In [GitLab Enterprise Edition Starter](https://about.gitlab.com/gitlab-ee/) it is possible to prevent projects in a group from [sharing -a project with another group](../../workflow/share_projects_with_other_groups.md). +a project with another group](../project/members/share_project_with_groups.md). This allows for tighter control over project access. Learn more about [Share with group lock](https://docs.gitlab.com/ee/user/group/index.html#share-with-group-lock-ees-eep). |