bind error

Hi,
When I use the ldapadd command I get this error.
ldap_simple_bind: Conidentiality required
ldap_simple_bind: additional info: confidentiality required

I was able to use this command and the ldapsearch command yesterday just fine. I think I may have made a change to a file, but I don't know which file could be doing this.
OS: solaris 10
application: openldap

Any help would be great.

bind ldap confidentiality required - Google Search

9.4.� Authentication against LDAP servers

Guessed this before the Google, and I really am not an LDAP guy.

If the bind instead fails with ldap_bind: Confidentiality required this means the server is configured not to allow binds without transport security which means you must either use SSL to connect to the LDAP server or configure the LDAP server to allow bind operations without SSL.

Your 2nd link has what seems to be the answer I'm looking for. It is hard when You use a guild online and it don't help you with errors.