Skip to content

Instantly share code, notes, and snippets.

@jvanbaarsen
Created September 17, 2014 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvanbaarsen/b8dcd2e7e9320e35dbb4 to your computer and use it in GitHub Desktop.
Save jvanbaarsen/b8dcd2e7e9320e35dbb4 to your computer and use it in GitHub Desktop.
Fix for PhpLdapAdmin
  1. Go to /usr/share/phpldapadmin/lib
  2. open the file TemplateRender.php
  3. Search for password_hash and change to password_hash_custom
  4. Save the file, your problem has been solved!

Credits to http://stackoverflow.com/a/21195761

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment