Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9a8eefe5
Commit
9a8eefe5
authored
Oct 27, 2020
by
Ricardo Amarilla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LDAP Group Links not available in SaaS
parent
ee8e6fa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/api/groups.md
doc/api/groups.md
+5
-5
No files found.
doc/api/groups.md
View file @
9a8eefe5
...
...
@@ -1113,7 +1113,7 @@ DELETE /groups/:id/hooks/:hook_id
Group audit events can be accessed via the
[
Group Audit Events API
](
audit_events.md#group-audit-events
)
## Sync group with LDAP **(STARTER)**
## Sync group with LDAP **(STARTER
ONLY
)**
Syncs the group with its linked LDAP group. Only available to group owners and administrators.
...
...
@@ -1133,7 +1133,7 @@ Please consult the [Group Members](members.md) documentation.
List, add, and delete LDAP group links.
### List LDAP group links **(STARTER)**
### List LDAP group links **(STARTER
ONLY
)**
Lists LDAP group links.
...
...
@@ -1145,7 +1145,7 @@ GET /groups/:id/ldap_group_links
| --------- | -------------- | -------- | ----------- |
|
`id`
| integer/string | yes | The ID or
[
URL-encoded path of the group
](
README.md#namespaced-path-encoding
)
|
### Add LDAP group link with CN or filter **(STARTER)**
### Add LDAP group link with CN or filter **(STARTER
ONLY
)**
Adds an LDAP group link using a CN or filter. Adding a group link by filter is only supported in the Premium tier and above.
...
...
@@ -1164,7 +1164,7 @@ POST /groups/:id/ldap_group_links
NOTE:
**Note:**
To define the LDAP group link, provide either a
`cn`
or a
`filter`
, but not both.
### Delete LDAP group link **(STARTER)**
### Delete LDAP group link **(STARTER
ONLY
)**
Deletes an LDAP group link. Deprecated. Will be removed in a future release.
...
...
@@ -1189,7 +1189,7 @@ DELETE /groups/:id/ldap_group_links/:provider/:cn
|
`cn`
| string | yes | The CN of an LDAP group |
|
`provider`
| string | yes | LDAP provider for the LDAP group link |
### Delete LDAP group link with CN or filter **(STARTER)**
### Delete LDAP group link with CN or filter **(STARTER
ONLY
)**
Deletes an LDAP group link using a CN or filter. Deleting by filter is only supported in the Premium tier and above.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment