| Line 52... |
Line 52... |
| 52 |
HTTP_PKG_ARCHIVE = "http://" & archive_server
|
52 |
HTTP_PKG_ARCHIVE = "http://" & archive_server
|
| 53 |
dpkg_archiveURL = "http://" & archive_server & "/dpkg_archive/"
|
53 |
dpkg_archiveURL = "http://" & archive_server & "/dpkg_archive/"
|
| 54 |
deploy_archiveURL = "http://" & archive_server & "/deploy_archive/"
|
54 |
deploy_archiveURL = "http://" & archive_server & "/deploy_archive/"
|
| 55 |
Const enumFTP_DPKG_ARCHIVE_WRITE = "10.240.2.240/dpkg_archive_write"
|
55 |
Const enumFTP_DPKG_ARCHIVE_WRITE = "10.240.2.240/dpkg_archive_write"
|
| 56 |
Const enumFTP_DPKG_ARCHIVE_READ = "10.240.2.240/dpkg_archive_view"
|
56 |
Const enumFTP_DPKG_ARCHIVE_READ = "10.240.2.240/dpkg_archive_view"
|
| 57 |
Const ACCESS_MANAGER_URL = "http://erg:8002/ManagerSuite/Access_Manager"
|
57 |
Const ACCESS_MANAGER_URL = "http://bms:8002/ManagerSuite/Access_Manager"
|
| 58 |
Const RELEASE_MANAGER_URL = "http://erg:8002/ManagerSuite/Release_Manager"
|
58 |
Const RELEASE_MANAGER_URL = "http://bms:8002/ManagerSuite/Release_Manager"
|
| 59 |
|
59 |
|
| 60 |
' -- User Roles ---------------------------------------
|
60 |
' -- User Roles ---------------------------------------
|
| 61 |
' S -> System Admin ( Full access to system for data alteration )
|
61 |
' S -> System Admin ( Full access to system for data alteration )
|
| 62 |
' A -> Administrator (Full access to data manipulation)
|
62 |
' A -> Administrator (Full access to data manipulation)
|
| 63 |
' P -> Power User (Ability to make release official, no access to ADMIN menu)
|
63 |
' P -> Power User (Ability to make release official, no access to ADMIN menu)
|