UNPKG

ad-promise

Version:

This is a fork of the gheeres node-activedirectory. It fixes some issues with timeouts with very large AD-Groups as well as returning also promises so you won't have to use callbacks

18 lines (16 loc) 408 B
module.exports = { chunksItems : null, maxSearchesAtOnce: 6000, members : null, searchTimeoutAndReject : { // Timeout : { // timeoutBehaviour : "retry", // retryAttempts: 1, // timeoutMillis: 30000 // }, Reject : { rejectBehaviour : "retry", retryAttempts : 1 } }, }