base/protocols/ldap/main.zeek
- LDAP
- Namespace
LDAP
- Imports
base/frameworks/reporter, base/protocols/conn/removal-hooks.zeek, base/protocols/ldap/consts.zeek
Summary
Runtime Options
Whether clear text passwords are captured or not. |
|
Whether to log LDAP search attributes or not. |
Redefinable Options
TCP ports which should be considered for analysis. |
|
UDP ports which should be considered for analysis. |
Types
Redefinitions
|
|
Events
Hooks
LDAP finalization hook. |
|
Default logging policy hook for LDAP_LOG. |
|
Default logging policy hook for LDAP_SEARCH_LOG. |
Detailed Interface
Runtime Options
- LDAP::default_capture_password
-
Whether clear text passwords are captured or not.
- LDAP::default_log_search_attributes
-
Whether to log LDAP search attributes or not.
Redefinable Options
- LDAP::ports_tcp
-
TCP ports which should be considered for analysis.
- LDAP::ports_udp
-
UDP ports which should be considered for analysis.
Types
- LDAP::SearchInfo
- LDAP::State
- Type
-
messages:
table
[int
] ofLDAP::MessageInfo
&optional
searches:
table
[int
] ofLDAP::SearchInfo
&optional
Events
- LDAP::log_ldap
- Type
event
(rec:LDAP::MessageInfo
)
- LDAP::log_ldap_search
- Type
event
(rec:LDAP::SearchInfo
)
Hooks
- LDAP::finalize_ldap
- Type
LDAP finalization hook.
- LDAP::log_policy
- Type
Default logging policy hook for LDAP_LOG.
- LDAP::log_policy_search
- Type
Default logging policy hook for LDAP_SEARCH_LOG.