We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0afe96 + 617c57c commit 7a84a44Copy full SHA for 7a84a44
lib/ldapauth.js
@@ -46,7 +46,6 @@ function LdapAuth(opts) {
46
this.opts = opts;
47
assert.ok(opts.url);
48
assert.ok(opts.adminDn);
49
- assert.ok(opts.adminPassword);
50
assert.ok(opts.searchBase);
51
assert.ok(opts.searchFilter);
52
0 commit comments