Hi, I am using LDAP server as an authentication backend. userPassword field of my records in LDAP server is hashed with des or md5. Is there any way to get salt from LDAP server? from userPassword field? I think getSalt function in Auth.php is doing something else. And also ldap.php. Thks.