[Date Prev][Date Next] [Chronological] [Thread] [Top]

AW: Get the decoded ldap password for openldap2.4.40



Title: AW: Get the decoded ldap password for openldap2.4.40

Keep in mind, that SSHA is salted hash. So for SHA it would have been possible to compare the hash against rainbow tables - it is not for salted hashes.


Stefan

-----Ursprüngliche Nachricht-----
Von: Ferenc Wagner <wferi@niif.hu>
Gesendet: Mit 10 Juni 2015 16:38
An: PRATIK SINGAL <pratik.singal13@gmail.com>
CC: openldap-technical@openldap.org
Betreff: Re: Get the decoded ldap password for openldap2.4.40

PRATIK SINGAL <pratik.singal13@gmail.com> writes:

> While configuring ldap i have used the slappasswd to get teh encrypted
> value and stored in slapd.conf
>
> Is there any way to get the palin password based the encrypted one.I am
> using openldap 2.4.40

Slappasswd probably hashed (not encrypted) your password by the default
{SSHA} schema (see man slappasswd). Hashing is one-way, you can only
get the plain password by brute-forcing it.
--
Regards,
Feri.