Access to TASS panel

From PTAGISWiki

Jump to: navigation, search

The TASS panel is a diagnostic tool which provides information about the status of transceivers. It includes links to event logs for major sites and a facility for managing alarm conditions at the sites.

The TASS panel is linked into the PTAGIS site through Data > Reports > System Generated Reports > TASS Panel.

Access to the TASS panel is managed by a .htaccess document which can be found at sebastes:/global/ds1/web/ptoccentral/htdocs/maint_op/.htaccess and looks like this:

AuthName "PTAGIS Web Portal (LDAP) Accounts"
AuthType Basic

LDAP_Server ldap.psmfc.org
LDAP_Port 389
Base_DN "o=psmfc,c=US"
UID_Attr_Alt uid

SupportNestedGroups On
require valid-user
# require group "cn=ptagis,ou=Groups,ou=internal_access"

This means that any valid user in the LDAP has access to the TASS Panel. As soon as a PTAGIS account is created, the user will be able to validate against the LDAP server.

Personal tools