I'm trying to turn off tls in smbldap-tools on a Debian 6 server.
root@files:/etc/smbldap-tools# net getlocalsid
[2011/07/20 14:10:21.935576, 0] lib/smbldap.c:731(smb_ldap_start_tls)
Failed to issue the StartTLS instruction: Connect error
In my /etc/smbldap-tools/smbldap.conf file I have:
ldapTLS="0"
ldapSSL="0"
but it's still apperantly trying to make a TLS connection. My ldap server doesn't require it nor supports TLS so I need to turn it off.
Any ideas?