summaryrefslogtreecommitdiffstats
path: root/ipa-python/ipaclient.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-python/ipaclient.py')
-rw-r--r--ipa-python/ipaclient.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/ipa-python/ipaclient.py b/ipa-python/ipaclient.py
index 0eeb2f36f..cda8ceb93 100644
--- a/ipa-python/ipaclient.py
+++ b/ipa-python/ipaclient.py
@@ -342,17 +342,17 @@ class IPAClient:
return entries
- def mark_group_active(self,cn):
- """Set a group as active by cn."""
-
- result = self.transport.mark_group_active(cn)
- return result
-
- def mark_group_inactive(self,cn):
- """Set a group as inactive by cn."""
-
- result = self.transport.mark_group_inactive(cn)
- return result
+ def mark_group_active(self,cn):
+ """Set a group as active by cn."""
+
+ result = self.transport.mark_group_active(cn)
+ return result
+
+ def mark_group_inactive(self,cn):
+ """Set a group as inactive by cn."""
+
+ result = self.transport.mark_group_inactive(cn)
+ return result
# Configuration