Skip to content

Commit

Permalink
Remove admin password assert
Browse files Browse the repository at this point in the history
Passwordless implementations do exist
  • Loading branch information
Dmitry Fink committed Jul 20, 2012
1 parent a0afe96 commit 617c57c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ldapauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ function LdapAuth(opts) {
this.opts = opts;
assert.ok(opts.url);
assert.ok(opts.adminDn);
assert.ok(opts.adminPassword);
assert.ok(opts.searchBase);
assert.ok(opts.searchFilter);

Expand Down

0 comments on commit 617c57c

Please sign in to comment.