class mutex : string list -> string -> string -> string -> object .. end
string list -> string -> string -> string ->
object
end
new mutex ldapurls binddn bindpw mutexdn
method lock : unit
unit
lock the mutex. This WILL block if the mutex is already locked
unlock the mutex
method unlock : unit