mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
added comment because of change in configuration dependencies
This commit is contained in:
parent
0555b7e34c
commit
c0d1ed714e
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ export default class LDAP {
|
||||||
return;
|
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');
|
if (!this.options.BaseDN && !this.options.AD_Simple_Auth) throw new Error('BaseDN is not provided');
|
||||||
|
|
||||||
var userDn = "";
|
var userDn = "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue