| | 1 | == Login Service == |
| | 2 | |
| | 3 | ''' Usage ''' |
| | 4 | |
| | 5 | This service manages login access based on scheduler reservations. It prevents users from logging in when they do not have a valid reservation. |
| | 6 | |
| | 7 | ---- |
| | 8 | ''' Notes ''' |
| | 9 | |
| | 10 | This service is '''DEPRECIATED!'''. It was replaced by the account management service. |
| | 11 | |
| | 12 | ---- |
| | 13 | |
| | 14 | ''' Installation and Configuration ''' |
| | 15 | |
| | 16 | The Login Service is packaged in the ''omf-ogs-login_1.0.2'' package. It can be installed form the package repository with |
| | 17 | |
| | 18 | {{{ |
| | 19 | apt-get install omf-ogs-login_1.0.2 |
| | 20 | }}} |
| | 21 | |
| | 22 | Instructions on how to add the Orbit software repository to your list of apt-sources can be found here. |
| | 23 | |
| | 24 | Once installed the service is configured by TODO. |