Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

"Internal server error" on login new NC user #11

Open
PaulAudebert opened this issue Feb 21, 2022 · 0 comments
Open

"Internal server error" on login new NC user #11

PaulAudebert opened this issue Feb 21, 2022 · 0 comments

Comments

@PaulAudebert
Copy link

PaulAudebert commented Feb 21, 2022

Hello,
I'm Frensh, sorry for my English.
This app is definitely the glue that was missing from my infrastructure, really thanks if it works.

I installed the app via git, then activated it in NC

~web2/web (master*) # cd apps/
~web2/web/apps (master*) # git clone https://github.com/SpicyWeb-de/nextcloud-user-ispconfig.git user_ispconfig`
~web2/web/apps (master*) # ls -l user_ispconfig
total 32
-rw-r--r-- 1 web2 client1  4118 Feb 20 22:10 CHANGELOG.md
-rw-r--r-- 1 web2 client1 11704 Feb 20 22:10 README.md
drwxr-xr-x 2 web2 client1  4096 Feb 20 22:29 appinfo
drwxr-xr-x 2 web2 client1  4096 Feb 20 22:10 img
drwxr-xr-x 3 web2 client1  4096 Feb 20 22:28 lib

And /var/www/clients/client1/web2/web/config/config.php

    0 => array(
        'class' => 'OC_User_ISPCONFIG',
        'arguments' =>
            array(
                0 => 'https://localhost:8080/remote/index.php',
                1 => 'https://localhost:8080/remote/',
                2 => 'c1_nextcloud',
                3 => 'password',
            ),
    ),
)

I have a remote user:
Screenshot_20220221_010604

I have a valid SSL certificate for the ISPConfig API
Screenshot_20220221_001929

I have no email users in NC
Screenshot_20220221_001635

I have two email addresses in ISPConfig that I want to open in NC
Screenshot_20220221_001818

I get an error message when I log in with the users root@xxx (with the right or wrong password).
Screenshot_20220221_011007

I have no errors in /var/log/apache2/access.log

I have this in https://cloud.xxx/index.php/settings/admin/logging

SoapFault: Could not connect to host

<<closure>>

SoapClient->__doRequest()

/var/www/clients/client1/web2/web/apps/user_ispconfig/lib/ispconfig_soap.php - line 73:

SoapClient->__call()

/var/www/clients/client1/web2/web/apps/user_ispconfig/lib/user_ispconfig.php - line 174:

OCA\user_ispconfig\ISPConfig_SOAP->connectSoap()

/var/www/clients/client1/web2/web/apps/user_ispconfig/lib/user_ispconfig.php - line 113:

OC_User_ISPCONFIG->loginWithUIDMapping("*** sensiti ... *")

/var/www/clients/client1/web2/web/lib/private/User/Manager.php - line 258:

OC_User_ISPCONFIG->checkPassword("*** sensiti ... *")

/var/www/clients/client1/web2/web/lib/private/Authentication/Login/UidLoginCommand.php - line 49:

OC\User\Manager->checkPasswordNoLogging("*** sensiti ... *")

/var/www/clients/client1/web2/web/lib/private/Authentication/Login/ALoginCommand.php - line 40:

OC\Authentication\Login\UidLoginCommand->process()

/var/www/clients/client1/web2/web/lib/private/Authentication/Login/UserDisabledCheckCommand.php - line 58:

OC\Authentication\Login\ALoginCommand->processNextOrFinishSuccessfully()

/var/www/clients/client1/web2/web/lib/private/Authentication/Login/ALoginCommand.php - line 40:

OC\Authentication\Login\UserDisabledCheckCommand->process()

/var/www/clients/client1/web2/web/lib/private/Authentication/Login/PreLoginHookCommand.php - line 53:

OC\Authentication\Login\ALoginCommand->processNextOrFinishSuccessfully()

/var/www/clients/client1/web2/web/lib/private/Authentication/Login/Chain.php - line 108:

OC\Authentication\Login\PreLoginHookCommand->process()

/var/www/clients/client1/web2/web/core/Controller/LoginController.php - line 329:

OC\Authentication\Login\Chain->process()

/var/www/clients/client1/web2/web/lib/private/AppFramework/Http/Dispatcher.php - line 217:

OC\Core\Controller\LoginController->tryLogin("*** sensiti ... *")

/var/www/clients/client1/web2/web/lib/private/AppFramework/Http/Dispatcher.php - line 126:

OC\AppFramework\Http\Dispatcher->executeController()

/var/www/clients/client1/web2/web/lib/private/AppFramework/App.php - line 157:

OC\AppFramework\Http\Dispatcher->dispatch()

/var/www/clients/client1/web2/web/lib/private/Route/Router.php - line 302:

OC\AppFramework\App::main()

/var/www/clients/client1/web2/web/lib/base.php - line 1006:

OC\Route\Router->match()

/var/www/clients/client1/web2/web/index.php - line 36:

OC::handleRequest()

How can I find out what the problem is? "ID de la demande"?

Thanks again for your time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant