mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
fix method arguments
This commit is contained in:
parent
efa7012adb
commit
97773549e0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue