Commit d5296e28 by Johannes

No need to log profile on every login

1 parent 9e3a924b
Showing with 0 additions and 1 deletions
......@@ -47,6 +47,5 @@ var opts = {
};
passport.use(new LdapStrategy(opts, function (profile, done) {
console.log('ldap', profile);
done(null, profile);
}));
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!