Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: odbc authorization using phpass password encryption? |
|
Author |
|
grglaz
Joined: 08 Aug 2012 Posts: 1 Location: Greece
|
Posted: Wed 08 Aug '12 18:23 Post subject: odbc authorization using phpass password encryption? |
|
|
Hello
I have correctly configured my odbc authorization using simple mysql login/register script without any password encryption..
Now i want to connect to a wordpress database that uses phpass encryption.
My code without encryption is
Code: | DBDriver odbc
DBDParams "DATASOURCE=mysql"
DBDMin 4
DBDKeep 8
DBDMax 20
DBDExptime 300
<Directory "path_to_directory">
AuthType Basic
AuthName "Protected Directory"
AuthBasicProvider dbd
Require valid-user
AuthDBDUserPWQuery "SELECT user_pass FROM wp_users WHERE user_login = %s"
</Directory> |
could be that possible?anyone has tried it?
http://www.openwall.com/phpass/ |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
|
|
|
|
|