added comment because of change in configuration dependencies

reviewable/pr3909/r1
Stefan Maaßen 4 years ago
parent 0555b7e34c
commit c0d1ed714e
  1. 2
      packages/wekan-ldap/server/ldap.js

@ -226,7 +226,7 @@ export default class LDAP {
return;
}
/* if SimpleAuth is configured, the BaseDN is not needed */
if (!this.options.BaseDN && !this.options.AD_Simple_Auth) throw new Error('BaseDN is not provided');
var userDn = "";

Loading…
Cancel
Save