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

Update wiki tutorial #39

Closed poVoq closed 6 years ago

poVoq commented 6 years ago

Or at least put a notice that it is severely outdated and you should rather use the installation.md

Also: for time limited tokens I need to uncomment that user.db line? is that directory writeable by the xcauth user by default?

MarcelWaldvogel commented 6 years ago
  1. Documentation: The two instructions do focus on different users. doc/Installation.md is a quick-setup guide for the experienced admin, while the wiki should also be accessible to a more novice admin. We'd appreciate any help maintaining (or (re-)achieving) this goal.
  2. user.db: Do you mean cache-db? That is only necessary for user caching. Tokens are always accepted by xmpp-cloud-auth; the setting in JSXC for Nextcloud is only whether JSXC uses them for authentication.
  3. /usr/lib/xcauth: Depends on how you set up your system. That directory needs to be created. install.sh sets the permissions accordingly.