Explorar o código

added comment because of change in configuration dependencies

Stefan Maaßen %!s(int64=3) %!d(string=hai) anos
pai
achega
c0d1ed714e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = "";