We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72dbd32 commit ceba62bCopy full SHA for ceba62b
coldfront/plugins/project_openldap/utils.py
@@ -170,8 +170,6 @@ def remove_dn_from_openldap(dn, write=True):
170
171
try:
172
conn.delete(dn)
173
- conn.unbind()
174
- conn = openldap_connection(server, PROJECT_OPENLDAP_BIND_USER, PROJECT_OPENLDAP_BIND_PASSWORD)
175
except Exception as exc_log:
176
logger.info(exc_log)
177
finally:
0 commit comments