remove this check, let if get marked as conflicting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user