mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 01:14:21 +01:00
fix method arguments
This commit is contained in:
parent
efa7012adb
commit
97773549e0
@ -55,7 +55,7 @@ class Backend(ldapcherry.backend.Backend):
|
||||
def set_attrs(self, attrs):
|
||||
pass
|
||||
|
||||
def rm_from_group(self):
|
||||
def rm_from_group(self,username):
|
||||
pass
|
||||
|
||||
def add_user(self, username):
|
||||
|
Loading…
Reference in New Issue
Block a user