cloyne / network

5 stars 5 forks source link

unify various logins #116

Open clonm opened 5 years ago

clonm commented 5 years ago

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

existing things to unify logins for:

nzoghb commented 5 years ago

On combining sympa + wordpress logins:

For reference:

Next action items:

clonm commented 5 years ago

Sympa has options for including members defined in an external data source, with SQL or LDAP. So may it will be easier to have Sympa get users from Wordpress than the other way around.

On Sat, Oct 13, 2018 at 12:05 PM Nick Zoghb notifications@github.com wrote:

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cloyne/network/issues/116#issuecomment-429567241, or mute the thread https://github.com/notifications/unsubscribe-auth/AGMCp8pciEYD-OSaTP8wXWCfr7RdlZQPks5ukjmSgaJpZM4W7_z5 .

clonm commented 4 years ago

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