Module: Msf::Exploit::Remote::LDAP::EntryCache

Included in:
ActiveDirectory
Defined in:
lib/msf/core/exploit/remote/ldap/entry_cache.rb

Defined Under Namespace

Classes: LDAPEntryCache

Instance Method Summary collapse

Instance Method Details

#ldap_entry_cacheObject



37
38
39
# File 'lib/msf/core/exploit/remote/ldap/entry_cache.rb', line 37

def ldap_entry_cache
  @ldap_entry_cache ||= LDAPEntryCache.new(1000)
end