added comment because of change in configuration dependencies

This commit is contained in:
Stefan Maaßen 2021-07-22 10:46:35 +02:00
parent 0555b7e34c
commit c0d1ed714e

View file

@ -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 = "";