module Ldap_mutex: sig
.. end
A library for implementing mutexes on top of LDAP's built in test
and set mechanism. In order to use this module you must load
mutex.schema, which is an rfc2252 format schema file.
exception Ldap_mutex of string * exn
raised when a mutex operation fails. The string argument contains
the name of the method which failed, and the exception contains
details about what failed.
class type mutex_t = object
.. end
class mutex : string list -> string -> string -> string ->
object
.. end
new mutex ldapurls binddn bindpw mutexdn