mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix indentation error that occured in merge
This commit is contained in:
parent
f42f1f44c8
commit
bf743087d2
@ -342,17 +342,17 @@ class IPAClient:
|
|||||||
|
|
||||||
return entries
|
return entries
|
||||||
|
|
||||||
def mark_group_active(self,cn):
|
def mark_group_active(self,cn):
|
||||||
"""Set a group as active by cn."""
|
"""Set a group as active by cn."""
|
||||||
|
|
||||||
result = self.transport.mark_group_active(cn)
|
result = self.transport.mark_group_active(cn)
|
||||||
return result
|
return result
|
||||||
|
|
||||||
def mark_group_inactive(self,cn):
|
def mark_group_inactive(self,cn):
|
||||||
"""Set a group as inactive by cn."""
|
"""Set a group as inactive by cn."""
|
||||||
|
|
||||||
result = self.transport.mark_group_inactive(cn)
|
result = self.transport.mark_group_inactive(cn)
|
||||||
return result
|
return result
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user