package ldap

  1. Overview
  2. Docs
Implementation of the Light Weight Directory Access Protocol

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ldap-2.5.2.tar.gz
md5=746db5d6239931ff7ceff7a75bc61315
sha512=8dcad3e5b86445c914ea6bb76e2a8fbf35deb674b226222a6482e3ffea0144b30f2e39bb2920b068b0c11f66a4bda3c12d5e1408e19739069ef066ce5b65980c

doc/ldap/Ldap_mutex/class-object_lock_table/index.html

Class Ldap_mutex.object_lock_tableSource

new object_lock_table ldapurls binddn bindpw mutexdn

method lock : Ldap_types.dn -> unit

lock the specified dn, if it is already locked, then block until the lock can be aquired

method unlock : Ldap_types.dn -> unit

unlock the specified dn, if it is not locked do nothing