jsxc / xmpp-cloud-auth

:key: Authentication hub for Nextcloud+JSXC→Prosody, ejabberd, saslauthd, Postfix
https://www.jsxc.org
MIT License
60 stars 18 forks source link

Changing auth method from sql to external #64

Closed Thomas301263 closed 5 years ago

Thomas301263 commented 5 years ago

HI, in my case Nextcloud 13.0.4 ejabberd 16.01 mariadb 10.1.34 php 7.0 Nextcloud 13.0.4 is running. I tried to change authentication from sql to external but that will not work. I like to get such a synchronisation of password with nextcloud and ejabberd if a new user will be created or a user changes the password. Is there a way to get that working together with sql or do I have to change the password manually like before? I already tried it with xcauth but without success. Thanks for helping

MarcelWaldvogel commented 5 years ago

Let me summarize what I believe I understand:

  1. You had a Nextcloud running (with user management from within Nextcloud)
  2. You had ejabberd running with everything (including users) stored in MariaDB.
  3. I presume this were the same users in both installations, but with potentially diverging passwords.
  4. You want to change ejabberd so the accounts (and therefore passwords) are all maintained by Nextcloud only
  5. You did not get that to work
MarcelWaldvogel commented 5 years ago

Can we close this issue?