kill exit

This commit is contained in:
root 2012-10-25 20:44:57 +02:00
parent be4243ba80
commit 428ea27e34

View file

@ -225,6 +225,9 @@ class YunoHostLDAP(Singleton):
except ldap.INVALID_CREDENTIALS:
raise YunoHostError(13, _('Invalid credentials'))
def __exit__(self, type, value, traceback):
pass
def disconnect(self):
"""
Unbind from LDAP