class Net::LDAP::Connection

def next_msgid

def next_msgid
  @msgid ||= 0
  @msgid += 1
end