Module: Rex::Proto::LDAP::Server::LdapClient
- Defined in:
- lib/rex/proto/ldap/server.rb
Instance Attribute Summary collapse
-
#authenticated ⇒ Object
Returns the value of attribute authenticated.
Instance Method Summary collapse
-
#init_ldap_client ⇒ Object
Initialize LDAP client state.
Instance Attribute Details
#authenticated ⇒ Object
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_client ⇒ Object
Initialize LDAP client state
18 19 20 |
# File 'lib/rex/proto/ldap/server.rb', line 18 def init_ldap_client self.authenticated = false end |