In order to test LDAP connectivity and make sure it is working fine, I've tested the following command on my CentOS server where OSTicket is running:
ldapsearch -x -D "CN=userID,OU=USERS,OU=WLON01 London,OU=England,OU=Europe Africa and Middle East,DC=level5,DC=level4,DC=level3,DC=com,DC=br" -W -H ldaps://nononono.nonono.nonono.com.br:636 -b "OU=England,OU=Europe Africa and Middle East,DC=level5,DC=level4,DC=level3,DC=com,DC=br" -s sub 'cn=userID
After typing the correct password, the query succeeded. Grateful in advance for any hint.