mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
kill exit
This commit is contained in:
parent
be4243ba80
commit
428ea27e34
1 changed files with 3 additions and 0 deletions
|
@ -225,6 +225,9 @@ class YunoHostLDAP(Singleton):
|
||||||
except ldap.INVALID_CREDENTIALS:
|
except ldap.INVALID_CREDENTIALS:
|
||||||
raise YunoHostError(13, _('Invalid credentials'))
|
raise YunoHostError(13, _('Invalid credentials'))
|
||||||
|
|
||||||
|
def __exit__(self, type, value, traceback):
|
||||||
|
pass
|
||||||
|
|
||||||
def disconnect(self):
|
def disconnect(self):
|
||||||
"""
|
"""
|
||||||
Unbind from LDAP
|
Unbind from LDAP
|
||||||
|
|
Loading…
Add table
Reference in a new issue