-
Notifications
You must be signed in to change notification settings - Fork 24
Ungültiger Benutzerkonto-Name oder Passwort #11
Comments
hi, |
http://planetozh.com/blog/2009/04/http-authentication-on-php-as-cgi-like-dreamhost/ .htaccess part: php-part: |
Thanks for your efforts, but I dont get the php-part. Which lines do I have to change? |
right now i'm not that far. a additional above |
@dmnk code helped me out:
list($_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW']) = explode(':' , base64_decode(substr($_SERVER['REDIRECT_REMOTE_USER'], 6))); I think there's nothing wrong in supplying .htaccess file in the distribution, it's support is standard now. Anyway I can't make Sync in Firefox for android even connect to https server (checked with |
No PHP change necessary if you use one of the already checked headers from
|
Has anyone found a solution to this problem? I'm trying to setup my FSyncMS Server. Unfortunately I have the same problem (wrong username/password) as described above. My Error-Log looks like this (it's similar to the one LaTristesse posted earlier):
|
If you are on Apache + php as some sort of cgi add this .htaccess
|
WOW - this did the trick. Thanks a lot! |
Since some apache configurations are even more problematic (including the one i have to struggle with), i came up with the following solution: weave_utils.php else if (array_key_exists('HTTP_AUTHORIZATION', $_GET)) {
$auth_str = $_GET['HTTP_AUTHORIZATION'];
} |
Hi, has anyone an idea for nginx? i have the same proplem with username or password. i tried the htaccess trick and added the workarounds, but nothing worked for me. |
ok, found another solution that works, but thanks for the good work |
And what is the solution? I've tried all the tips, but I do not get it to work. |
I have installed Ownloud on my server too. There is a Firefox Sync plugin for OwnCloud, this works perfect for me. http://apps.owncloud.com/content/show.php?content=161793 |
Bis vor kurzem lief mein FSyncMS-Sever bei all-inkl.com noch ohne Schwierigkeiten, aber seit letzer Woche versagt er denn Dienst. Eine gelbe Statuszeile unten im Browser beschwert sich über einen Fehler bei der Synchronisation und ein "Ungültiger Benutzerkonto-Name oder Passwort". Ich habe bereits eine neue MySQL-Datenbank erstellt und die Dateien neu hochgeladen. Erfolglos. Ich verstehe nicht das Problem. An meinen Einstellungen kann es nicht liegen.
Hier die Logs aus about:sync-log:
https://gist.github.com/LaTristesse/5298858
Über Hilfe würde ich mich freuen.
The text was updated successfully, but these errors were encountered: