Module: Rex::Proto::LDAP::Server::LdapClient

Defined in:
lib/rex/proto/ldap/server.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#authenticatedObject

Returns the value of attribute authenticated.



13
14
15
# File 'lib/rex/proto/ldap/server.rb', line 13

def authenticated
  @authenticated
end

Instance Method Details

#init_ldap_clientObject

Initialize LDAP client state



18
19
20
# File 'lib/rex/proto/ldap/server.rb', line 18

def init_ldap_client
  self.authenticated = false
end