No need to log profile on every login
Showing
with
0 additions
and
1 deletions
-
Please register or sign in to post a comment
... | ... | @@ -47,6 +47,5 @@ var opts = { |
}; | ||
passport.use(new LdapStrategy(opts, function (profile, done) { | ||
console.log('ldap', profile); | ||
done(null, profile); | ||
})); |