[dokuwiki] Re: Authenticating vs MySQL - bad credentials?
- From: Matthias Grimm <matthiasgrimm@xxxxxxxxxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Mon, 24 Nov 2008 09:53:31 +0100
On Wed, 19 Nov 2008 14:42:42 -0600
Whil Hentzen <cms08@xxxxxxxxxxxxxxxxxx> wrote:
> 4. Added the MySQL access credentials to mysql.conf.php
>
> 5. Set up MySQL to be clear passwords in mysql.conf.php:
>
> $conf['auth']['mysql']['forwardClearPass'] = 1;
Did you encrypt your password? This option above only means that
MySQL itself doesn't decrypt the password and forward it as it
is to Dokuwiki's authentication layer. The decryption is done
by the authentication layer then. The password is never stored
unencrypted in the database.
Best Regards
Matthias
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
Other related posts: