[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: tips in ldappasswd
On Sex, 2008-02-08 at 14:33 -0200, Gustavo Mendes de Carvalho wrote:
> Hi there,
>
> I have an OpenLDAP Server authenticating with TLSv1, but I Âfoound
> some probelms when I have to change my ldap userÂs password. I use the
> following command to try to change it
>
> [ming@ldap-cli ~]$ ldappasswd -AS -ZZ -H ldaps://ldap.server/ -D
This doesn't make sense. You are trying to use start_tls (-ZZ) on an
already encrypted connection (ldaps://). Use one or the other. Not both.