Changes between Version 7 and Version 8 of Internal/LoginService


Ignore:
Timestamp:
Jun 21, 2011, 3:18:49 PM (13 years ago)
Author:
Olivera Tosic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/LoginService

    v7 v8  
    4747 === Database ===
    4848Currently, it is necessary to run sql script to create database. Resources table need to be fill out with data manually.
     49
    4950Example:
    5051INSERT into resources (machid,name,location,rphone,notes,minRes,maxRes) VALUES
    5152('sc1431b400c5f130', 'grid', 'Orbit Facility', '(732) 932-6857, 'Main 400 node grid,30,120)
     53machid – unique resource identifier
     54name – resource name
     55rphone – phone number
     56notes – resource description
     57minRes – minimal reservation length
     58maxRes – maximal reservation length
     59
     60How to access login service
     61
     62
     631. Scheduler:
     64        https://<server_name>/schedule/
     65        this is how scheduler is mapped in default-ssl. This is not obligatory, so it is possible to change this link. But, it is necessary to keep “/loginService” link name
     66
     672. ControlPanel – for administrators; to View, Approve and Delete reservation, to Administrate Users and Groups etc.
     68        https://<server_name>/loginService/ControlPanel
     69       
     703. User Registration
     71        http://<server_name>/userManagement/register
     72        ( userManagement same as one in login.yaml and apache default)
     734. Group/Organization Registration
     74        http://<server_name>/userManagement/orgReg
     75        ( userManagement same as one in login.yaml and apache default)
     76
     77
     78Note:
     79There is file /usr/share/omf-aggmgr-5.2/omf-aggmgr/public_html/template/ogs_login/orbit_banner.png, used for user management pages. Replace content of that file to show your logo.