summaryrefslogtreecommitdiff
path: root/gitlab/__init__.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2018-06-13 22:01:48 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2018-06-13 22:01:48 +0200
commitebf822cef7e686d8a198dcf419c20b1bfb88dea3 (patch)
treecedd504652d23863f6e7350805cec15cbd75842d /gitlab/__init__.py
parent5183069722224914bd6c2d25996163861183415b (diff)
downloadgitlab-ebf822cef7e686d8a198dcf419c20b1bfb88dea3.tar.gz
Add support for the LDAP gorups API
Diffstat (limited to 'gitlab/__init__.py')
-rw-r--r--gitlab/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py
index b6ef5b5..4a79551 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -111,6 +111,7 @@ class Gitlab(object):
self.groups = objects.GroupManager(self)
self.hooks = objects.HookManager(self)
self.issues = objects.IssueManager(self)
+ self.ldapgroups = objects.LDAPGroupManager(self)
self.licenses = objects.LicenseManager(self)
self.namespaces = objects.NamespaceManager(self)
self.notificationsettings = objects.NotificationSettingsManager(self)