Hallo Chris, 

in deinem XAMPP fehlt open ssl. Das wird von der Extension rsa benutzt, um das 
Login abzusichern. Du hast zwei Möglichkeiten: 

1. open ssl nachzuinstallieren: 
Ich kenne mich mit XAMPP nicht aus, ich arbeite mit MAMP, aber das hilft dir 
vielleicht weiter. 
http://cynwong.com/blog/?p=430
http://www.typo3.net/forum/thematik/zeige/thema/116156/

2. du kannst rsa abschalten - in einer lokalen Installation braucht es das ja 
nicht. Das wird in dem zitierten Text beschrieben. Die Datei, in der du das 
umstellen kannst, findest du in deiner Web-Root hier: 

typo3conf/LocalConfiguration.php
'loginSecurityLevel' => 'rsa', 
ändern in: 
'loginSecurityLevel' => 'normal',

(zweimal) und den Cache löschen (am einfachsten den ganzen typo3temp-Ordner 
ausleeren). Die Passwörter werden jetzt im Klartext übertragen (eine 
Man-In-The-Middle-Attacke ist jetzt möglich). ACHTUNG: das ist KEINE 
empfehlenswerte Konfiguration für eine Produktiv-Instanz! Also nicht auf einen 
echten Server übertragen. 

Müsste danach funktionieren. 

Gruß
Peter



Am 31.03.2014 um 17:36 schrieb hallo hallo <wastebi...@gmx.at>:

> Hallo, ich bin ein kompletter Neuling in der Typo3-Welt. Laut dem 
> nachstehenden Link sollte das die Lösung für mein Problem sein:
> 
>   Activate and configure (on Windows) the PHP module openssl
>   Configure rsaauth to use the openssl executable inside localconf.php
>       Set $TYPO3_CONF_VARS['SYS']['binSetup'] to the executable. E.g. 
> 'openssl=C:/ ... /openssl.exe'
>       If your path to openssl.exe contains blanks, make sure to quote the 
> openssl parameter, e.g. 'openssl="C:/ ... /openssl.exe"'
>   Set $TYPO3_CONF_VARS[TYPO3_mode]['loginSecurityLevel'] to 'normal' instead 
> of 'rsa' (replace TYPO3_mode with BE or FE) and set the hash of your user 
> account's password to the md5 hashed value of your password. This way you can 
> at least access your installation. Please be aware that this is a bad idea 
> and disabling rsaauth/saltedpasswords results in all your passwords being 
> unusable, until openssl is available.
> 
> Leider verstehe ich diese Beschreibung nicht, kann mir jemand bitte 
> weiterhelfen ?
> Z.b. in der ersten Zeile steht ich sollte das Php-Modul aktivieren, aber wie 
> aktiviert man ein Modul. Ich verwende die Installation unter XAMPP v3.2.
> 
> Mit freundlichen Grüßen
> Chris
> 
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german



--
Xing: http://www.xing.com/profile/Peter_Linzenkirchner
Web: http://www.typo3-lisardo.de
Facebook: http://tinyurl.com/lisardo-multimedia

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an