Skip to content

Commit

Permalink
disabled the test feature until #3 is done
Browse files Browse the repository at this point in the history
  • Loading branch information
tbe committed Jan 3, 2017
1 parent 34a29c0 commit d91904b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ For Microsoft Active Directory, you can try one of the following filters:
required: ['uri', 'userBase', 'groupBase', 'groups']
}

/*
exports.testSchema = {
type: 'object',
properties: {
Expand All @@ -94,6 +95,7 @@ exports.testSchema = {
},
required: ['username', 'password']
}
*/

var bind = function bind(fn, thisArg) {
return function () {
Expand Down

0 comments on commit d91904b

Please sign in to comment.