[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: plaintext works, {crypt} - Inappropriate authentication
Michael Bartosh said:
> OK- if I specify a plain text rootpw for rootdn, plain binds, etc work.
> If, however, I change the rootpw to a crypt hash, I get "Inappropriate
> authentication (48)".
>
> Below is a sample- the hash was generated with 'openssl passwd apple'
>
> rootpw {crypt}NpB5BzzSkEMnU
have you tried specifying the password type in the config file:
password-hash {crypt}
nate
(I use {MD5} on my systems)