identities: in the LDAP store ignore invalid syntax exception on save()

This commit is contained in:
Benjamin Dauvergne 2014-01-13 14:37:53 +01:00
parent 2047b39309
commit 75a17288cf
1 changed files with 0 additions and 2 deletions

View File

@ -1041,8 +1041,6 @@ class IdentitiesStoreLdap(BaseIdentitiesStore):
# because called from SOAP for a defederate or something,
# ignore; the federation data is anyway stored elsewhere
return False
except ldap.INVALID_SYNTAX:
return False
return modified
def get_identity_for_name_identifier(self, name_identifier):