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



66
67
68
# File 'lib/msf/core/exploit/remote/ldap/entry_cache.rb', line 66

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