First commit
This commit is contained in:
7
node_modules/ldapjs/lib/client/constants.js
generated
vendored
Normal file
7
node_modules/ldapjs/lib/client/constants.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
// https://tools.ietf.org/html/rfc4511#section-4.1.1
|
||||
// Message identifiers are an integer between (0, maxint).
|
||||
MAX_MSGID: Math.pow(2, 31) - 1
|
||||
}
|
||||
Reference in New Issue
Block a user