Skip to content

Commit 7a84a44

Browse files
committed
Merge pull request vesse#4 from finik/master
Remove ldap admin password assert
2 parents a0afe96 + 617c57c commit 7a84a44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ldapauth.js

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ function LdapAuth(opts) {
4646
this.opts = opts;
4747
assert.ok(opts.url);
4848
assert.ok(opts.adminDn);
49-
assert.ok(opts.adminPassword);
5049
assert.ok(opts.searchBase);
5150
assert.ok(opts.searchFilter);
5251

0 commit comments

Comments
 (0)