diff --git a/README.md b/README.md index 544660d..cb0165e 100644 --- a/README.md +++ b/README.md @@ -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); @@ -186,4 +186,4 @@ Example: ## License -MIT 2013! \ No newline at end of file +MIT 2013!