Skip to content

Commit

Permalink
Merge pull request #1 from markhowson/master
Browse files Browse the repository at this point in the history
Minor doc fix (integrated option is at top level not in ldap)
  • Loading branch information
jfromaniello committed May 29, 2013
2 parents 352334f + 9d0315b commit 8655cb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ passport.use(new WindowsStrategy({
url: 'ldap://wellscordoba.wellscordobabank.com/DC=wellscordobabank,DC=com',
base: 'DC=wellscordobabank,DC=com',
bindDN: 'someAccount',
bindCredentials: 'andItsPass',
integrated: false
}
bindCredentials: 'andItsPass'
},
integrated: false
}, function(profile, done){
User.findOrCreate({ waId: profile.id }, function (err, user) {
done(err, user);
Expand Down Expand Up @@ -186,4 +186,4 @@ Example:

## License

MIT 2013!
MIT 2013!

0 comments on commit 8655cb7

Please sign in to comment.