Open gshif opened 5 years ago
I just made a change in sample-ldap-config.toml
that lives in Litmus/scripts
, but this is a temporary change (since it won't work for anything that is not 1.7
or master
). Need to dynamically change the file or use a separate copy of a ldap configuration file for tests against 1.6
branch
There is a change in master/1.7 where LDAP supports TLS connections and as such a new option is added to ldap config
security = "starttls"
, but... since test server does not support TLS then we need to setsecurity = "none"
for ldap config that is used in tests formaster
and1.7
branches.