In OpenLDAP documentation I can find information that it supports the following encryption schemes: MD5, SMD5, SHA and SSHA.
From these schemes the most secure is SSHA (SHA-1 with salt), but it still usus SHA-1 which has been compromised and can be crracked using tools like John the Ripper or Cain and Abel - How to crack password hashed using SSHA?.
Is it possible to configure LDAP in other way? Should I use LDAP? Is it secure if I will use salt which will be at least eight octets (64 bits) long according to http://www.ietf.org/rfc/rfc2898.txt.