implementing backend method for delete user

This commit is contained in:
kakwa 2015-06-22 23:15:09 +02:00
parent 622e730017
commit 700ae5ce1e
1 changed files with 2 additions and 1 deletions

View File

@ -445,7 +445,8 @@ class LdapCherry(object):
pass
def _deleteuser(self, username):
pass
for b in self.backends:
self.backends[b].del_user(username)
@cherrypy.expose
def signin(self):