I have installed a directory server but I can't change the password of user. I have used this command:
[root@xxxx]# ldappasswd -x -D "cn=directory manager" -W "uid=xxxxx,ou=xxxx,dc=xxx,dc=xx" -S
New password:
Re-enter new password:
Enter LDAP Password:
Result: Confidentiality required (13)
Additional info: Operation requires a secure connection.
Important: This command works on OpenLDAP, I've already tested! Where is the error?
Thanks in advance!