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.