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
11 lines (10 loc) • 352 B
JavaScript
const defaultReferrals = {
enabled: false,
// Active directory returns the following partitions as default referrals which we don't want to follow
exclude: [
'ldaps?://ForestDnsZones\\..*/.*',
'ldaps?://DomainDnsZones\\..*/.*',
'ldaps?://.*/CN=Configuration,.*'
]
};
module.exports = defaultReferrals;