From ebf822cef7e686d8a198dcf419c20b1bfb88dea3 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Wed, 13 Jun 2018 22:01:48 +0200 Subject: Add support for the LDAP gorups API --- gitlab/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gitlab/__init__.py') 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) -- cgit v1.2.1