Changes between Version 4 and Version 5 of infrastructure-2018
- Timestamp:
- Dec 18, 2018, 2:36:49 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
infrastructure-2018
v4 v5 53 53 === Authentication === 54 54 55 Our current authentication system is a mish-mash of MySQL provided by our control panel (the final authori y), a [wiki:login-service login service api] that is backed by the database, an open ID system (also backed by the database) that is due to be retired, and a process of keeping traditional /etc/shadow files in sync with the control panel MySQL database.55 Our current authentication system is a mish-mash of MySQL provided by our control panel (the final authority), a [wiki:login-service login service api] that is backed by the database, an open ID system (also backed by the database) that is due to be retired, and a process of keeping traditional /etc/shadow files in sync with the control panel MySQL database. 56 56 57 57 These will need to be replaced by a single, distributed system - most likely LDAP, [https://www.freeipa.org/page/Main_Page FreeIPA], or an improved SQL based solution.