Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unify various logins #116

Open
clonm opened this issue Sep 27, 2018 · 3 comments
Open

unify various logins #116

clonm opened this issue Sep 27, 2018 · 3 comments

Comments

@clonm
Copy link
Member

clonm commented Sep 27, 2018

some kind of single sign on would be nice. things to look into:

  • CAS
  • just using the same SQL database
  • Oauth provider

existing things to unify logins for:

  • sympa
  • wordpress
  • PeerMind?
@nzoghb
Copy link
Collaborator

nzoghb commented Oct 13, 2018

On combining sympa + wordpress logins:

For reference:

  • relevant data found at development/db/dev/wp_user.frm
  • users-csv.py is a script that prints user data in a csv-friendly format, e.g. extracted from sympa's list
  • all wp_ prefixed files are db-relevant

Next action items:

  • check out a few of the SQL plugins available on WP
  • figure out what Sympa's DBMS backend looks like
  • figure out whether a cron job is the best way to sync up user information

@clonm
Copy link
Member Author

clonm commented Oct 13, 2018 via email

@clonm
Copy link
Member Author

clonm commented Aug 26, 2019

This is being worked on at https://github.com/clonm/apacheds-docker/

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

No branches or pull requests

2 participants