You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I add a list of url addresses?
For example:
var ActiveDirectory = require('activedirectory');
var config = { url: 'ldap://dc.domain1.com, ldap://dc.domain2.com, ldap://dc.domain3.com',
baseDN: 'dc=domain,dc=com',
username: '[email protected]',
password: 'password' }
var ad = new ActiveDirectory(config);
The text was updated successfully, but these errors were encountered:
asigithub
changed the title
Can I add a url list?
Can I add a list of url addresses?
Mar 3, 2021
Can I add a list of url addresses?
For example:
var ActiveDirectory = require('activedirectory');
var config = { url: 'ldap://dc.domain1.com, ldap://dc.domain2.com, ldap://dc.domain3.com',
baseDN: 'dc=domain,dc=com',
username: '[email protected]',
password: 'password' }
var ad = new ActiveDirectory(config);
The text was updated successfully, but these errors were encountered: