1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-02 00:58:05 +02:00

fix method arguments

This commit is contained in:
kakwa 2015-05-24 15:20:17 +02:00
parent efa7012adb
commit 97773549e0

View File

@ -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):