1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-05-30 15:48:05 +02:00

fix error handling when adding user that already exists

This commit is contained in:
kakwa 2019-02-09 20:47:34 +01:00
parent 932e7a8b40
commit b68214022c

View File

@ -678,6 +678,7 @@ class LdapCherry(object):
self._add_notification(
'User already exists in backend "' + b + '"'
)
return
if not added:
raise e