mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
ldap: Clean up from code review
Co-authored-by: Benjamin Bannier <benjamin.bannier@corelight.com>
This commit is contained in:
parent
07bf7f8b18
commit
b8e573a3b9
3 changed files with 40 additions and 27 deletions
|
@ -26,6 +26,8 @@ export {
|
|||
|
||||
const BIND_SIMPLE = "bind simple";
|
||||
const BIND_SASL = "bind SASL";
|
||||
const BIND_SICILY_NEGOTIATE = "sicily_negotiate";
|
||||
const BIND_SICILY_RESPONSE= "sicily_response";
|
||||
|
||||
const RESULT_CODES = { [ LDAP::ResultCode_SUCCESS ] = "success", [
|
||||
LDAP::ResultCode_OPERATIONS_ERROR ] = "operations error", [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue