浏览代码

added comment because of change in configuration dependencies

Stefan Maaßen 3 年之前
父节点
当前提交
c0d1ed714e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/wekan-ldap/server/ldap.js

+ 1 - 1
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 = "";