[TYPO3-project-4-3] BE login problem using sysext rsaauth
Marcus Krause
marcus#exp2009 at t3sec.info
Thu Dec 3 11:06:45 CET 2009
Moreno Feltscher schrieb:
> Hi!
>
> I've just set up a new TYPO3 4.3 installation using rsaauth and
> saltedpasswords for backend logins. I configured everything as stated in
> the saltedpasswords installation information (and of course its
> configuration check states "No errors were found") but I'm not able to
> log in.
>
> The following error occurs: Fatal error: Call to a member function
> getPrivateKey() on a non-object in
> /typo3_srcs/typo3_src-4.3.0/typo3/sysext/rsaauth/hooks/class.tx_rsaauth_loginformhook.php
> on line 66
>
> I tested it with different storage folders for the temporary files for
> rsaauth but without success.
> My system information:
> - PHP Version: 5.2.11
> - Web Server: Apache/2.2.13 (FreeBSD) mod_hcgi/0.7.0 mod_ssl/2.2.13
> OpenSSL/0.9.8k DAV/2
> (I already love the new report module ;-) )
>
> There's already a bug report concerning this problem:
> http://bugs.typo3.org/view.php?id=12862
>
> Do you have any idea about this one? I tried to solve it by myself but I
> wasn't able to track it down.
It looks like the backendfactory cannot deliver a valid backendstorage.
Possible reasons:
* PHP is compiled without openssl extension AND
* openssl binary is not accessible via CLI (open_basedir activated?)
Marcus.
More information about the TYPO3-project-4-3
mailing list