Commit 9dc77992 by Torkel Ödegaard

fix(ldap): updated to ldap bindDN and bindPassword is allowed to be empty, fixes #2439

parent 956a2bbd
......@@ -63,8 +63,6 @@ func loadLdapConfig() {
// set default org id
for _, server := range ldapCfg.Servers {
assertNotEmptyCfg(server.Host, "host")
assertNotEmptyCfg(server.BindDN, "bind_dn")
assertNotEmptyCfg(server.SearchFilter, "search_filter")
assertNotEmptyCfg(server.SearchBaseDNs, "search_base_dns")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment