- Add a variable locked in the LDAP_CONN structure. We use this to avoid deadlocks...
authorkkalev <kkalev>
Mon, 24 Jun 2002 14:55:10 +0000 (14:55 +0000)
committerkkalev <kkalev>
Mon, 24 Jun 2002 14:55:10 +0000 (14:55 +0000)
commit89e16907fb61fdc1ef783b324b07182d215fcc04
tree0414ee222448c4f023dee657c7f00a6bdaa5f58c
parent4ccb5b04d78566ec7f702bda6e2c676f3e820820
- Add a variable locked in the LDAP_CONN structure. We use this to avoid deadlocks. The mutex
  we are using is of type fast and can deadlock if the same thread tries to relock it. That
  could happen in case of calls to xlat.
- When ldap_search returns NO_SUCH_OBJECT don't return fail but notfound
src/modules/rlm_ldap/rlm_ldap.c