ldap_tls can never be set false
Opened this issue · 0 comments
dhaval-vnc commented
Here https://github.com/tdubrownik/mod_roster_ldap/blob/master/mod_roster_ldap.lua#L5. It's written that ldap_tls = options.ldap_tls or true. It's basically boolean or and therefore always choose true no matter what you set in options. Please correct the code.