remove this check, let if get marked as conflicting

This commit is contained in:
Girish Ramakrishnan
2019-10-30 11:05:26 -07:00
parent 2f5ece8f1d
commit 7781ea3205
-4
View File
@@ -173,10 +173,6 @@ function sync(progressCallback, callback) {
// we ignore all errors here and just log them for now
async.eachSeries(ldapUsers, function (user, iteratorCallback) {
// ignore the bindDn user if any
if (user.dn === externalLdapConfig.bindDn) return iteratorCallback();
const username = user[externalLdapConfig.usernameField];
const email = user.mail;
const displayName = user.cn;