DESIGNING OF REQUEST TRACKER FOR CLOUD RESOURCES AND INTRANET

Size: px
Start display at page:

Download "DESIGNING OF REQUEST TRACKER FOR CLOUD RESOURCES AND INTRANET"

Transcription

1 DESIGNING OF REQUEST TRACKER FOR CLOUD RESOURCES AND INTRANET By: Tanmay Jhunjhunwala (IIT Delhi) Under The Guidance of: Dr. SHAKTI MISHRA (Assistant Professor) IDRBT, Hyderabad

2 Acknowledgement Any accomplishment requires the effort of many people and there are no exceptions. The report being submitted today is a result of collective effort. Although the report has been solely prepared by me with the purpose of fulfilling the requirements of the institute IDRBT; there are innumerous helping hands behind it who have guided me on my way. I wish to express my profound gratitude to my Guide Dr.Shakti Mishra for giving me opportunity to do this project in the Institute for Development and Research in Banking Technology. The supervision and support that she gave truly help the progression and smoothness of the internship program. The co-operation is much indeed appreciated. Project would have been nothing without the enthusiasm and imagination from our teaching assistants at IDRBT, Mr. Santosh Kumar, Mr.Sashi and Ms.Gayatri Hari Priyanka. Last but not least I would like to thank other trainees at IDRBT for nurturing my confidence. Tanmay Jhunjhunwala

3 Certificate This is to certify that Mr. Tanmay Jhunjhunwala, pursuing Integrated Mtech course at Indian Institute of Technology, Delhi in Mathematics and Computing has undertaken a project as an intern at IDRBT, Hyderabad from May 13, 2013 to July 12, He was assigned the project Designing of Request Tracker for Cloud Resources and Intranet under my guidance. I wish him all the best for all his endeavors. (Dr. Shakti Mishra) Project Guide Assistant Professor IDRBT, Hyderabad

4 Contents 1. Introduction Project Description Project Workflow List of Open-source Projects OTRS-Introduction Basic Features Components Involved The Administrators Panel Implementation Details Hardware Requirements Software Requirements Requirement Specifications Customization of OTRS for IDRBT Using existing LDAP directory to authenticate agents Adding customers from an active directory Implementing single-on Adding new skins Changing logos and text on the front end Conclusion Web References... 24

5 Introduction Request Tracker is a software/application through which one can create, revert and check the tickets (requests or complaints) of users, customers and agents. It has widespread use in institutions, companies, schools, hospitals, NGO s etc. to track the requests of customers/users and handle them properly and subtly. Users and customers generate tickets and agents handle them, agents can also generate tickets/requests which would be handled by some other agent or admin. Different types of requests coming in need to be handled by different groups of agents. Additionally each request/complaint has a different priority. Thus the tracking application should direct the incoming tickets to the relevant agents, allow them to reply to them and address them in an organized manner. Further request tracker have plethora of additional functionalities like tickets can be moved from agent to another, escalation of tickets if it is not handled on time and many more. These functionalities depends on our requirements whether we want to add them or not and that s how we can customize and develop a request tracker as per our thirst. Request tracker is deployed over the server and can easily be accessed by internal users as well as external customers. Of course, this is only a short preview of the possibilities and features of trouble ticket systems. But if your company has to attend to a high volume of customer requests through s and phone calls, and if different service representatives need to respond at different times, a request tracking system can be of great assistance. It can help streamline work flow processes, add efficiencies, and improve your overall productivity. A ticket system helps you to flexibly structure your Support or Help Desk environment. Communications between customers and service staff become more transparent. The net result is an increase in service effectiveness. And no doubt, satisfied customers will translate into better financial results for your company.

6 Chapter 1 Project Description Different organizations and institutes have different hierarchy and management system; hence the priorities, hierarchy and queues are varied. Our project goal was to design and develop a request tracker for the IDRBT institute with all the requirements infused in it. Request Tracker serves mainly three purposes here i.e. for cloud resources and virtualization as well as for the local intranet requests. IDRBT have its own cloud setup, so many clients mainly government and semi government banks requests for cloud services and resources. Virtualization related requests such as request for VM images also become a big domain of requests. Local intranet requests mainly take care of all the requests with in an institute like HR related requests, electricity or hardware problem, or any other request employees and people of the institute are facing. Hence three main classifications of queues and agents have to be executed. If one doesn t have an automated and organized system to handle this myriad number of requests it will cause deadlocks and splurge a lot of resources. Thus a need of request tracker was very much needed by the institute to handle these requests. SRS was developed with the help of senior technology expert here at the institute and all the requirements were carried out to be delivered till the end of our project. Finally, an open source application OTRS was selected. OTRS is one of the most widely used tracker systems. This open source code was modified to meet the needs and requirements of IDRBT and was tailored so that it is completely ready to be integrated into the existing web portal of IDRBT and used by agents and users.

7 1.1. Project Workflow It was decided that first an open-source request tracker application will be chosen and then modified. This serves mainly two purposes: a) There is no need to build the basic functionalities and GUI. b) Modification of these open-source applications is manageable and we can customize them as per our requirements. The next step was to decide on an open-source project that could serve the needs and requirements; keeping in mind its popularity, support group, usage, amendments and many other attributes. Finally OTRS An open-source project on request tracker with a wide integration of all useful functions was chosen. Its complete description is followed further. Further the requirements (SRS) given by IDRBT and additional features were added into the OTRS application. The last step was of setting OTRS up on a local-server.

8 1.2. List of Open-source Projects There are many open-source request tracker projects available written in almost all languages like Perl, python, C, C#, java, PHP, ASP.NET, etc. List is exhaustive, but few popular ones are depicted below: Open-source adefhelpdesk - Asset Tracker- Big Help- Bugzilla - Google Apps Help Desk Workflow- Information Resource Manager- jhelpdesk- OTRS Trac Description An open source based on ASP.NET. Can create multiple asset databases containing any information to be tracked. Some examples: putting entire IT infrastructure into the database, or for a building manager, putting all the facilities equipment in the database. A help desk portal built with Ruby on Rails. A Perl based software bug tracking system which can also be used for help desk support. Used by the Mozilla Foundation, creators of FireFox. A simple script for giving any Google Apps account a help desk workflow. IRM is a PHP based help desk and asset tracker designed for IT departments. A Java/JSP based open source corporate help desk system. A trouble ticket system to track telephone call and s. Designed to allow support, sales, pre-sales, billing, internal IT, and helpdesk to operate in one system. OTRS is open sourced under the A-GPL and is written in Perlscript. Minimalistic web based project management and bug tracking tool. Trac also includes wiki functionality. It is written in Python language. After considering many pros and cons, OTRS was selected. The underlying reasons and its features are discussed in the next chapter.

9 Chapter 2 OTRS-Introduction 2.1. Basic Features: Web interface: Easy and initial handling with any modern web browser, even with mobile phones or other mobile computers. A web interface to administer the system via the web is available. A web interface to handle customer requests by employees/agents via the web is integrated. A web interface for customers is available to write new tickets, check the state and answer existing tickets and search through their own tickets. The web interface can be customized with different themes; own themes can be integrated. Support for many languages. The appearance of output templates can be customized (dtl). Mails from and into the system can contain multiple attachments Components involved in OTRS Mail interface: Support for mail attachments (MIME support). Automatic conversion of HTML into plain text messages (increased security for sensitive content and enables faster searching). Mail can be filtered with the X-OTRS headers of the system or via mail addresses, e.g. for spam messages. PGP support, creation and import of own keys, signing and encrypting outgoing mail, signed and encrypted messages can be displayed. Support for viewing and encrypting S/MIME messages, handling of S/MIME certificates. Auto answers for customers, configurable for every queue. notifications for agents about new tickets, follow-ups or unlocked tickets. Follow-ups by references or In-Reply-To header entries. Tickets: Any complaint/request generates its own unique ticket. Tickets can be locked. Creation of own auto response templates. Creation of own auto responders, configurable for every queue. Ticket history, overview of all events for a ticket (changes of ticket states, replies, notes, etc.).

10 Print view for tickets. Adding own (internal or external) notes to a ticket (text and attachments). Ticket zooming. Access control lists for tickets can be defined. Forwarding or bouncing tickets to other mail addresses. Transferring tickets between queues. Setting or changing the priority of a ticket. The working time for every ticket can be counted. Up-coming tasks for a ticket can be defined (pending features). Bulk actions on tickets are possible. Automatic and timed actions on tickets are possible with the "GenericAgent". Administrator: Can make/remove agents/users and edit their rights. Can make groups/queues/salutation etc and link them to users/agents. Can change rights and access areas of agents. Has access to all ticket information and history. Agents: Limited rights. (Can be admin also) Job is to address all tickets coming to the system. Have access only to tickets/queues which are relevant to them. Can change status of tickets, move tickets among queues etc. Users: Can login using user login portal. They can generate tickets, track them, edit them etc. They can choose which queue should their ticket go to and request follow up on previous closed tickets. Can be put into groups so that it is easier to give them access to specific queues. Can belong to a company and thereby can see tickets from different users of the same company. Queues: All the incoming tickets can be organized into different queues. Different agents have access to specific queues they are concerned with. Users can be given permission to send tickets to particular queues. Tickets can be moved among queues by agents who have permission to do so. There can be sub-queues within queues for another level of filtering.

11 2.3. The Administrator s Panel All the customizations, settings for agents, customers, queues etc and other customizations of the OTRS interface are done using the administrator s panel. Screenshot of the panel is shown below. Figure 1: The Admin Panel

12 Responses: We can have standard responses. Responses can be linked to specific queues. This helps in having standard response for all tickets. Attachments can be defined separately. Multiple attachments can be associated with the same response and vice versa. Before being sent we can edit responses. There is option of sending automatic responses. For example a mail saying your request has been recorded for each ticket. System: OTRS runs on many operating systems (Linux, Solaris, AIX, FreeBSD, OpenBSD, Mac OS 10.x, Microsoft Windows). ASP support (active service providing). Linking several objects is possible, e.g. tickets and FAQ entries. Integration of external back-ends for the customer data, e.g. via AD, edirectory or OpenLDAP. Setting up an own ticket identifier, e.g. Call#, Ticket# or Request#. The integration of your own ticket counter is possible. Support of several database systems for the central OTRS back-end, e.g. MySQL, PostgreSQL, Oracle, MSSQL). Framework to create stats. utf-8 support for the front- and back-end. Authentication for customers via database, LDAP, HTTPAuth or Radius. Support of user accounts, user groups, and roles. Support of different access levels for several systems components or queues. Integration of standard answer texts. Support of sub queues. Different salutations and signatures can be defined for every queue. notifications for admins. Information on updates via mail or the web interface. Escalation for tickets. Support for different time zones. Simple integration of own add-ons or applications with the OTRS API. Simple creation of own front-ends, e.g. for X11, console.

13 Chapter 3 Implementation Details 3.1. Hardware Requirements: OTRS can be installed on many different operating systems. OTRS can run on linux and on other unix derivates (e.g. OpenBSD or FreeBSD). You can also run it on Microsoft Windows. OTRS does not have excessive hardware requirements. We recommend using a machine with at least a 2 GHz Xeon or comparable CPU, 2 GB RAM, and a 160 GB hard drive for a small setup. To run OTRS, you'll also need to use a web server and a database server. Apart from that, you should install perl and/or install some additional perl modules on the OTRS machine. The web server and Perl must be installed on the same machine as OTRS. The database back-end may be installed locally or on another host. For the web server using the Apache HTTP Server is recommended, because its module mod_perl greatly improves the performance of OTRS. Apart from that, OTRS should run on any web server that can execute Perl scripts. OTRS can be deployed on different databases. There is choice between MySQL, PostgreSQL, Oracle, or Microsoft SQL Server. Using MySQL has the advantage that the database and some system settings can be configured during the installation, through a web front-end. For Perl, it is recommended to use at least version or higher. Some additional modules which can be installed either with the Perl shell and CPAN, or via the package manager of the operating system (rpm, yast, apt-get) are also needed according to the usage Software Requirements: 1. Perl support a. Perl or higher 2. Web server support a. Apache2 + mod_perl2 or higher (recommended, mod_perl is really fast!) b. Webserver with CGI support (CGI is not recommended) c. Microsoft Internet Information Server (IIS) 6 or higher 3. Database support a. MySQL 5.0 or higher b. PostgreSQL 7.0 or higher (8.2 or higher recommended) c. Oracle 10g or higher d. Microsoft SQL Server 2005 or higher 4. Web browser support

14 a. Internet Explorer 8.0 or higher (agent interface) b. Internet Explorer 7.0 or higher (customer interface) c. Mozilla Firefox 3.6 or higher d. Google Chrome e. Opera 10 or higher 3.3. Requirement Specifications (SRS) Tickets can be created, updated, reverted and escalated as per the need of users, agents and admin. Tickets should be routed to queues based on ticket type and queue chosen. Request/Tickets are generated for mainly three macro-purpose : Local Intranet use (In Institute) a) HRM related requests. b) Infrastructure related etc. Cloud Resources a) Requests for VM s, servers, bandwidth, storage space, backup disks..etc. b) Payments request. Virtualization a) Requests for virtual images. (Bases on these requests, formation of queues<<>>roles, agents<<>>queues and agents<<>>roles depends) Requests can be generated by the users through the OTRS portal or by sending a mail also. So, whenever a request through mail is sent; a reverted mail should be send to the user-id (automatically without any agent or admin interface) and also updating the ticket in user s account in OTRS portal (if exists). Queues Functionalities : Separate queues for three main classifications. More sub queues under three main queues. Agents can move request to any of the sub-queues (if possible). Agents Functionalities : Agents must be exclusively as per queues. Agents <<>>Queues must be defined properly and no overlapping must be there for three main classification. Agents<<>>groups must be defined within a main category. Escalation of requests/tickets as per the hierarchy of agents described in the OTRS system in compliance with the institute hierarchy; from time to time (if unchecked by one agent) and user can see the status of escalation of his ticket.

15 System should support at least 3 level of escalation. Escalation should go as an SMS/ alert. Contact details of escalation points should be maintained. Integration with LDAP/Active Directory. There would also be users accessing through user id and password. OTRS should be replaced with IDRBT. Look and feel should also be reflecting IDRBT internet site. System must support Queue Managers. Agents of one queue could be queue manager for other queues. Agents can be users and vice versa raising tickets.

16 Chapter 4 Customization of OTRS for IDRBT OTRS has almost all the features of a well-developed request tracker. However before setting it up and using it in IDRBT, we had to come some modifications in the code in order to customize it for its use here and to ensure easy adaptation and integration into the existing web services in IDRBT. Some of the features added are: 1) Using existing LDAP directory to authenticate agents. 2) Adding customers from an active directory 3) Implementing single-on. 4) Adding new skins resembling IDRBT s existing web interface. 5) Changing logos and text on the front end. These have been described in detail, along with the changes/additions required in the code in the following sections: 4.1. Using LDAP directory to authenticate agents If we have a LDAP directory where all the agent data is stored, we can use it to authenticate the agents in OTRS. This can be achieved easily by using a LDAP Perl module (available easily on the internet) and requires certain additions in the Perl code. Adding this feature has many advantages: ADVANTAGES: There is no need to add each agent individually using the OTRS interface. Agents can use their existing username and password on OTRS and don t have to choose a new username and password. The LDAP module being used (described below) has only read-access to the LDAP tree, thus the data cannot be edited through the OTRS interface and thus remains protected. This also facilitates implementing single-on (which is useful when many different portals need to accessed simultaneously). IMPLEMENTATION: First we need to ensure that LDAP libraries are installed on the server (for details refer to Then we need to edit the Config.pm file (path: /ours/kernel/config.pm). Add the following piece of code in the space provided for changes by users.

17 PERL CODE: # (Make sure Net::LDAP is installed!) $Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP'; $Self->{'AuthModule::LDAP::Host'} = 'ldap.example.com'; $Self->{'AuthModule::LDAP::BaseDN'} = 'dc=example,dc=com'; $Self->{'AuthModule::LDAP::UID'} = 'uid'; # Check if the user is allowed to auth in a posixgroup # (e. g. user needs to be in a group xyz to use otrs) $Self->{'AuthModule::LDAP::GroupDN'} = 'cn=otrsallow,ou=posixgroups,dc=example,dc=com'; $Self->{'AuthModule::LDAP::AccessAttr'} = 'memberuid'; # for ldap posixgroups objectclass (just uid) # $Self->{'AuthModule::LDAP::UserAttr'} = 'UID'; # for non ldap posixgroups objectclass (with full user dn) # $Self->{'AuthModule::LDAP::UserAttr'} = 'DN'; # The following is valid but would only be necessary if the # anonymous user do NOT have permission to read from the LDAP tree $Self->{'AuthModule::LDAP::SearchUserDN'} = ''; $Self->{'AuthModule::LDAP::SearchUserPw'} = ''; # in case you want to add always one filter to each ldap query, use # this option. e. g. AlwaysFilter => '(mail=*)' or AlwaysFilter => '(objectclass=user)' $Self->{'AuthModule::LDAP::AlwaysFilter'} = ''; # in case you want to add a suffix to each login name, then # you can use this option. e. g. user just want to use user but # in your ldap directory exists user@domain. $Self->{'AuthModule::LDAP::UserSuffix'} = '@domain.com'; # Net::LDAP new params (if needed - for more info see perldoc Net::LDAP) $Self->{'AuthModule::LDAP::Params'} = { port => 389, timeout => 120, async => 0, version => 3, };

18 4.2. Adding customers from an active directory Instead of adding username, password and all other details of each customer one by one to OTRS, we can populate the customer database along with login details by using information from existing active directory (LDAP directory). This uses the same perl module for LDAP which we used while authenticating agents and requires some more additions to the perl code. ADVANTAGES: Customers do not need to go through the process of registering and entering all their information on OTRS Authenticity of the customer information is guaranteed as the details are filled using existing data. The LDAP module being used has only read-access to the LDAP tree, thus the customers cannot edit it using the OTRS interface. Additionally it also has all the advantages mentioned in agent authentication section. IMPLEMENTATION: If LDAP is already being used to authenticate agents then there is no need to download any module otherwise perl module for LDAP needs to be installed on the server (for details refer to After ensuring that this module is available the Config.pm file (path: /otrs/kernel/config.pm) needs to be edited. Add the following piece of code in the space provided for changes by users. PERL CODE # (make sure Net::LDAP is installed!) $Self->{'Customer::AuthModule'} = 'Kernel::System::CustomerAuth::LDAP'; $Self->{'Customer::AuthModule::LDAP::Host'} = 'ldap.example.com'; $Self->{'Customer::AuthModule::LDAP::BaseDN'} = 'dc=example,dc=com'; $Self->{'Customer::AuthModule::LDAP::UID'} = 'uid'; # Check if the user is allowed to auth in a posixgroup # (e. g. user needs to be in a group xyz to use otrs) $Self->{'Customer::AuthModule::LDAP::GroupDN'} = 'cn=otrsallow,ou=posixgroups,dc=example,dc=com'; $Self->{'Customer::AuthModule::LDAP::AccessAttr'} = 'memberuid'; # for ldap posixgroups objectclass (just uid) $Self->{'Customer::AuthModule::LDAP::UserAttr'} = 'UID'; # for non ldap posixgroups objectclass (full user dn) #$Self->{'Customer::AuthModule::LDAP::UserAttr'} = 'DN'; # The following is valid but would only be necessary if the # anonymous user does NOT have permission to read from the LDAP tree $Self->{'Customer::AuthModule::LDAP::SearchUserDN'} = '';

19 $Self->{'Customer::AuthModule::LDAP::SearchUserPw'} = ''; # in case you want to add always one filter to each ldap query, use # this option. e. g. AlwaysFilter => '(mail=*)' or AlwaysFilter => '(objectclass=user)' $Self->{'Customer::AuthModule::LDAP::AlwaysFilter'} = ''; # in case you want to add a suffix to each customer login name, then # you can use this option. e. g. user just want to use user but # in your ldap directory exists user@domain. $Self->{'Customer::AuthModule::LDAP::UserSuffix'} = '@domain.com'; # Net::LDAP new params (if needed - for more info see perldoc Net::LDAP) $Self->{'Customer::AuthModule::LDAP::Params'} = { port => 389, timeout => 120, async => 0, version => 3, }; 4.3. Implementing Single Sign-on Single sign-on (SSO) is a property of access control of multiple related, but independent software systems. With this property a user logs in once and gains access to all systems without being prompted to log in again at each of them. Conversely, Single sign-off is the property whereby a single action of signing out terminates access to multiple software systems. Thus implementing SSO in OTRS can be of great help if we want to merge many internal portals together and don t want agents to be signing in and out of all of them independently. ADVANTAGES: The biggest advantage is that it saves the hassle of logging in and out again and again as we navigate from one portal to another. It also saves the agents the effort of remembering multiple usernames and passwords. Can be useful in saving the effort of registering each user in each platform independently.

20 IMPLEMENTATION: Implementing single-on in OTRS is quite a simple task. We need to use the HTTPBasicAuth module with OTRS. This module can be easily downloaded from perl libraries (for details refer to Once we have this module small additions need to be made in the Config file (path: /otrs/kernel/config.pm). PERL CODE: #This is the configuration for an apache auth. backend. It enables you to have a single #login through apache http-basic-auth $Self->{'Customer::AuthModule'} = 'Kernel::System::CustomerAuth::HTTPBasicAuth'; # Also we need the following config settings as fallback, if user isn't login through #apache. $Self->{CustomerPanelLoginURL} = ' $Self->{CustomerPanelLogoutURL} = ' Adding new skins to change the frontend In order to use OTRS in IDRBT the presence of many features is definitely most important but with that it should also have the look and feel of IDRBT so that it can merge well with the existing web portals of IDRBT. Thus it is very important and essential to make and use customized skins (defining colors, styles, font, font size etc) in OTRS. STEPS: First we need to understand how OTRS loads its skins (By loads I mean puts tags to the HTML content which cause the CSS files to be loaded by the browser). All skins in OTRS are in /var/httpd/htdocs/skins/$skin_type/$skin_name. There is one predefined skin called default that loads if no other skin is defined. Further there are two types of skins in this location: Agent skins: Each agent has the choice was choosing which skins he wants to wear. Customer skins: All customers use the same predefined skin. In OTRS always the default skin is loaded first and if the agent has chosen some other skin then it will load after that. Thus we need to keep few things in mind: While designing custom themes the names of each file needs to be same as its name in the default skin folder. While defining a new theme it is not required to redefine each file. We only need to define those features that we want to change and rest will be picked up from the default skin. However we need to be careful that we overwrite all the rules we want to change and don t miss any by chance.

21 EXAMPLE: As an example I have explained how to change the default background color of the OTRS agent interface from white to grey: First we need to create a new folder for this skin (say custom ). This will be placed in the folder /var/httpd/htdocs/skins/agent. Now we need to place a new CSS file in this directory while will define the custom skin s appearance. It has to be called Core.Default.css to keep its name same as one of the files in the default skin. Now this code needs to be written in the CSS file: body { background-color: #d0d0d0 } Finally we need to activate this new skin from the administrator s area of OTRS. (Alternatively we can also run the script /bin/otrs.rebuildconfig.pl) 4.5. Changing the logos to company logo Even after changing the look and skin of OTRS, it is important to remove the default logos of OTRS and use logos of IDRBT in their place. This process is very simple. All logos being used in OTRS are saved in /var/httpd/htdocs/skins/agent/default/img and /var/httpd/htdocs/skins/customer/default/img. Thus we need to replace these by logos of IDRBT or delete them so that they don t show up in the user frontend. Screenshots of customer and agent login pages after putting up the logo of IDRBT are shown on the next page.

22 CUSTOMER and AGENT LOGIN PAGE Figure 1: 2: Customer login page Figure 3: Agent Login Page Figure 2: Agent Login Page

23 Conclusion OTRS application in all has more than 9000 files comprising of Perl modules, CSS, html files. Going through these files again and again for changing a particular code for a particular requirement is the toughest part, although managed to change a lot code for our benefit. Forking an open source project is always a difficult task. Finally, in this project a single interface for local intranet as well as cloud purposes and virtualization has been developed as per the requirements of IDRBT and deployed it on a server in IDRBT (still in testing phase not available to outside users/customers). Thus all the requests or complaints regarding cloud resources, virtualization and all the internal requests will be handled in an organized way. Now users will have the freedom to choose which kind of request they want to post. Customers with in a company have privileges to see each other request. Also the requests will reach the concerned person/agent in a regulated manner as agent and queues roles are well defined, this will reduce a lot of time of customers and thus agents can handle the requests effectively and timely. Patent digital signatures, PGP certificates and S/MIME certificates from the institute are added to the OTRS application thus strengthening the security issues. Full testing against all the security breaches still remains a task to fulfill.

24 Web References (as accessed on 12 th July 2013) doc.otrs.org/3.0/en/html/auth-backends.html

IT Support Tracking with Request Tracker (RT)

IT Support Tracking with Request Tracker (RT) IT Support Tracking with Request Tracker (RT) Archibald Steiner AfNOG 2013 LUSAKA Overview What is RT? A bit of terminology Demonstration of the RT web interface Behind the scenes configuration options

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Report on Content Management Systems. University Communications Web Services Office March, 29 2010

Report on Content Management Systems. University Communications Web Services Office March, 29 2010 University Communications Web Services Office March, 29 2010 Table of Contents Overview...1 Our Current Situation:...1 Our Problems:...1 What We Need in a CMS:...1 concrete5...3...3...3 Impress CMS...4...4...4

More information

Acknowledgement. I am also thankful to Mr. Santosh Kumar P. and Ms. Gayatri Hari Priyanka S. for giving me valuable suggestions during the work.

Acknowledgement. I am also thankful to Mr. Santosh Kumar P. and Ms. Gayatri Hari Priyanka S. for giving me valuable suggestions during the work. INTRANET REVAMP Project Title: Intranet Revamp Tool: OrangeHRM Human Resource Management System Guide: Mr. Lalit Mohan S. Name: Sanjay Kumar Ram Course: Bachelor of Technology in Computer Science & Engineering

More information

Installation, Configuration and Administration Guide

Installation, Configuration and Administration Guide Installation, Configuration and Administration Guide ehd10.0.1 everything HelpDesk Installation, Configuration and Administration Guide GroupLink Corporation 2013 GroupLink Corporation. All rights reserved

More information

Cloud Authentication. Getting Started Guide. Version 2.1.0.06

Cloud Authentication. Getting Started Guide. Version 2.1.0.06 Cloud Authentication Getting Started Guide Version 2.1.0.06 ii Copyright 2011 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document complete and accurate.

More information

Remote Application Server Version 14. Last updated: 25-02-15

Remote Application Server Version 14. Last updated: 25-02-15 Remote Application Server Version 14 Last updated: 25-02-15 Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

Prepared by Enea S.Teresa (Italy) Version 1.0 2006-October 24

Prepared by Enea S.Teresa (Italy) Version 1.0 2006-October 24 Mersea Information System: an Authentication and Authorization System to access distributed oceanographic data. Prepared by Enea S.Teresa (Italy) Version 1.0 2006-October 24 Revision History Date Version

More information

Remote Application Server Version 14. Last updated: 06-02-15

Remote Application Server Version 14. Last updated: 06-02-15 Remote Application Server Version 14 Last updated: 06-02-15 Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

Getting Started - The Control Panel

Getting Started - The Control Panel Table of Contents 1. Getting Started - the Control Panel Login Navigation Bar Domain Limits Domain User Account Properties Session Management 2. FTP Management Creating and Editing Users Accessing FTP

More information

everything HelpDesk [Ease of Use] [100% Web Help Desk] [Business Process Automation] [World Class Customer Service]

everything HelpDesk [Ease of Use] [100% Web Help Desk] [Business Process Automation] [World Class Customer Service] everything HelpDesk [Ease of Use] [100% Web Help Desk] [Business Process Automation] [World Class Customer Service] [Essential Third Party Integration] [Cross Platform Service Desk Solution] [Reporting

More information

SMART Vantage. Installation guide

SMART Vantage. Installation guide SMART Vantage Installation guide Product registration If you register your SMART product, we ll notify you of new features and software upgrades. Register online at smarttech.com/registration. Keep the

More information

SchoolBooking SSO Integration Guide

SchoolBooking SSO Integration Guide SchoolBooking SSO Integration Guide Before you start This guide has been written to help you configure SchoolBooking to operate with SSO (Single Sign on) Please treat this document as a reference guide,

More information

Installing The SysAidTM Server Locally

Installing The SysAidTM Server Locally Installing The SysAidTM Server Locally Document Updated: 17 October 2010 Introduction SysAid is available in two editions: a fully on-demand ASP solution and an installed, in-house solution for your server.

More information

insync Installation Guide

insync Installation Guide insync Installation Guide 5.2 Private Cloud Druva Software June 21, 13 Copyright 2007-2013 Druva Inc. All Rights Reserved. Table of Contents Deploying insync Private Cloud... 4 Installing insync Private

More information

VIP Help Desk Web Application User Guide Version 3.0

VIP Help Desk Web Application User Guide Version 3.0 1 VIP Help Desk Web Application User Guide Version 3.0 2 Table of Contents-... New Features of VIP Help Desk 3.0 New features of Admin panel New features of Operator panel New features of User panel How

More information

Administrator Guide. v 11

Administrator Guide. v 11 Administrator Guide JustSSO is a Single Sign On (SSO) solution specially developed to integrate Google Apps suite to your Directory Service. Product developed by Just Digital v 11 Index Overview... 3 Main

More information

Request Manager Installation and Configuration Guide

Request Manager Installation and Configuration Guide Request Manager Installation and Configuration Guide vcloud Request Manager 1.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

MEGA Web Application Architecture Overview MEGA 2009 SP4

MEGA Web Application Architecture Overview MEGA 2009 SP4 Revised: September 2, 2010 Created: March 31, 2010 Author: Jérôme Horber CONTENTS Summary This document describes the system requirements and possible deployment architectures for MEGA Web Application.

More information

itop: the open-source ITSM solution

itop: the open-source ITSM solution itop: the open-source ITSM solution itop is a multi-client web portal designed for service providers and businesses. Simple and easy to use, it allows all configuration items and their relationships to

More information

Content Distribution Management

Content Distribution Management Digitizing the Olympics was truly one of the most ambitious media projects in history, and we could not have done it without Signiant. We used Signiant CDM to automate 54 different workflows between 11

More information

kalmstrom.com Business Solutions

kalmstrom.com Business Solutions HelpDesk OSP User Manual Content 1 INTRODUCTION... 3 2 REQUIREMENTS... 4 3 THE SHAREPOINT SITE... 4 4 THE HELPDESK OSP TICKET... 5 5 INSTALLATION OF HELPDESK OSP... 7 5.1 INTRODUCTION... 7 5.2 PROCESS...

More information

Cloud. Hosted Exchange Administration Manual

Cloud. Hosted Exchange Administration Manual Cloud Hosted Exchange Administration Manual Table of Contents Table of Contents... 1 Table of Figures... 4 1 Preface... 6 2 Telesystem Hosted Exchange Administrative Portal... 7 3 Hosted Exchange Service...

More information

RSA Authentication Manager 7.1 Basic Exercises

RSA Authentication Manager 7.1 Basic Exercises RSA Authentication Manager 7.1 Basic Exercises Contact Information Go to the RSA corporate web site for regional Customer Support telephone and fax numbers: www.rsa.com Trademarks RSA and the RSA logo

More information

Table of Contents INTRODUCTION... 2 HOME PAGE... 3. Announcements... 7 Personalize & Change Password... 8 Reminders... 9 SERVICE CATALOG...

Table of Contents INTRODUCTION... 2 HOME PAGE... 3. Announcements... 7 Personalize & Change Password... 8 Reminders... 9 SERVICE CATALOG... Table of Contents INTRODUCTION... 2 HOME PAGE... 3 Announcements... 7 Personalize & Change Password... 8 Reminders... 9 SERVICE CATALOG... 11 Raising a Service Request... 12 Edit the Service Request...

More information

WHITE PAPER. Domo Advanced Architecture

WHITE PAPER. Domo Advanced Architecture WHITE PAPER Domo Advanced Architecture Overview There are several questions that any architect or technology advisor may ask about a new system during the evaluation process: How will it fit into our organization

More information

2X Cloud Portal v10.5

2X Cloud Portal v10.5 2X Cloud Portal v10.5 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

User-ID Best Practices

User-ID Best Practices User-ID Best Practices PAN-OS 5.0, 5.1, 6.0 Revision A 2011, Palo Alto Networks, Inc. www.paloaltonetworks.com Table of Contents PAN-OS User-ID Functions... 3 User / Group Enumeration... 3 Using LDAP Servers

More information

Version 1.7. Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide. Last updated October 2011

Version 1.7. Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide. Last updated October 2011 Version 1.7 Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide Last updated October 2011 1 Introduction and Overview... 1 2 The Case for Email monitoring... 2 3 Installation

More information

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V Installation Guide for Microsoft Hyper-V Egnyte Inc. 1890 N. Shoreline Blvd. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) www.egnyte.com 2013 by Egnyte Inc. All rights reserved. Revised

More information

Installing an open source version of MateCat

Installing an open source version of MateCat Installing an open source version of MateCat This guide is meant for users who want to install and administer the open source version on their own machines. Overview 1 Hardware requirements 2 Getting started

More information

Deploying BitDefender Client Security and BitDefender Windows Server Solutions

Deploying BitDefender Client Security and BitDefender Windows Server Solutions Deploying BitDefender Client Security and BitDefender Windows Server Solutions Quick Install Guide Copyright 2010 BitDefender; 1. Installation Overview Thank you for selecting BitDefender Business Solutions

More information

SchoolBooking LDAP Integration Guide

SchoolBooking LDAP Integration Guide SchoolBooking LDAP Integration Guide Before you start This guide has been written to help you configure SchoolBooking to connect to your LDAP server. Please treat this document as a reference guide, your

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

ADMINISTRATOR GUIDE VERSION

ADMINISTRATOR GUIDE VERSION ADMINISTRATOR GUIDE VERSION 4.0 2014 Copyright 2008 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means electronic or mechanical, for any purpose

More information

Web+Center Version 7.x Windows Quick Install Guide 2 Tech Free Version Rev March 7, 2012

Web+Center Version 7.x Windows Quick Install Guide 2 Tech Free Version Rev March 7, 2012 Web+Center Version 7.x Windows Quick Install Guide 2 Tech Free Version Rev March 7, 2012 1996-2012 Internet Software Sciences Welcome to the Web+Center Installation and Configuration guide. This document

More information

User Guide. Version R91. English

User Guide. Version R91. English AuthAnvil User Guide Version R91 English August 25, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from

More information

SMT v4.0 Users Guide (Linux version)

SMT v4.0 Users Guide (Linux version) SMT v4.0 Users Guide (Linux version) Table of Contents 1. Manage Customer Billing 2. Provision Web Services a. Add a virtual host b. Password protect a directory c. Enable virtual host logs d. Change password

More information

Installing TeamLab on a Local Server

Installing TeamLab on a Local Server About TeamLab Server TeamLab Server is a portal version intended for those who decided to install and configure TeamLab on their own server. Starting with version 6.0 TeamLab installer performs all operations

More information

101 ways to use SysAid

101 ways to use SysAid 101 ways to use SysAid Keep IT simple by letting SysAid do what it does best- help you manage your IT. Print out this handy checklist of everything you can do with SysAid, and make sure you are taking

More information

Active Directory Integration. Documentation. http://mid.as/ldap v1.02. making your facilities work for you!

Active Directory Integration. Documentation. http://mid.as/ldap v1.02. making your facilities work for you! Documentation http://mid.as/ldap v1.02 making your facilities work for you! Table of Contents Table of Contents... 1 Overview... 2 Pre-Requisites... 2 MIDAS... 2 Server... 2 AD Users... 3 End Users...

More information

Installation and Deployment

Installation and Deployment Installation and Deployment Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Installation and Deployment SmarterStats

More information

PRiSM Security. Configuration and considerations

PRiSM Security. Configuration and considerations PRiSM Security Configuration and considerations Agenda Security overview Authentication Adding a User Security Groups Security Roles Asset Roles Security Overview Three Aspects of Security Authentication

More information

Interstage Application Server V7.0 Single Sign-on Operator's Guide

Interstage Application Server V7.0 Single Sign-on Operator's Guide Interstage Application Server V7.0 Single Sign-on Operator's Guide Single Sign-on Operator's Guide - Preface Trademarks Trademarks of other companies are used in this user guide only to identify particular

More information

Using LDAP Authentication in a PowerCenter Domain

Using LDAP Authentication in a PowerCenter Domain Using LDAP Authentication in a PowerCenter Domain 2008 Informatica Corporation Overview LDAP user accounts can access PowerCenter applications. To provide LDAP user accounts access to the PowerCenter applications,

More information

owncloud Architecture Overview

owncloud Architecture Overview owncloud Architecture Overview Time to get control back Employees are using cloud-based services to share sensitive company data with vendors, customers, partners and each other. They are syncing data

More information

Cloudwork Dashboard User Manual

Cloudwork Dashboard User Manual STUDENTNET Cloudwork Dashboard User Manual Make the Cloud Yours! Studentnet Technical Support 10/28/2015 User manual for the Cloudwork Dashboard introduced in January 2015 and updated in October 2015 with

More information

EOP ASSIST: A Software Application for K 12 Schools and School Districts Installation Manual

EOP ASSIST: A Software Application for K 12 Schools and School Districts Installation Manual EOP ASSIST: A Software Application for K 12 Schools and School Districts Installation Manual Released January 2015 Updated March 2015 Table of Contents Overview...2 General Installation Considerations...2

More information

Copyright 2014 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified,

Copyright 2014 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, Copyright 2014 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled, disassembled, published or distributed, in whole

More information

Automated Process Center Installation and Configuration Guide for UNIX

Automated Process Center Installation and Configuration Guide for UNIX Automated Process Center Installation and Configuration Guide for UNIX Table of Contents Introduction... 1 Lombardi product components... 1 Lombardi architecture... 1 Lombardi installation options... 4

More information

DirX Identity V8.5. Secure and flexible Password Management. Technical Data Sheet

DirX Identity V8.5. Secure and flexible Password Management. Technical Data Sheet Technical Data Sheet DirX Identity V8.5 Secure and flexible Password Management DirX Identity provides a comprehensive password management solution for enterprises and organizations. It delivers self-service

More information

What's New in BlackBerry Enterprise Server 5.0 SP4 for Novell GroupWise

What's New in BlackBerry Enterprise Server 5.0 SP4 for Novell GroupWise What's New in BlackBerry Enterprise Server 5.0 SP4 for Novell GroupWise Upgrade paths Enhancements to the setup application Administrators can upgrade to BlackBerry Enterprise Server 5.0 SP4 for Novell

More information

LEARNING MANAGEMENT SYSTEM

LEARNING MANAGEMENT SYSTEM LEARNING MANAGEMENT SYSTEM PROJECT REPORT SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE COURSES OF B.TECH AS WELL AS THE INSTITUTE, IDRBT. SUBMITTED TO INSTITUTE FOR DEVELOPMENT AND RESEARCH

More information

InstaFile. Complete Document management System

InstaFile. Complete Document management System InstaFile Complete Document management System Index : About InstaFile 1.1 What is InstaFile 1.2 How does it work 1.3 Where you can use InstaFile 1.4 Why only InstaFile InstaFile features and benefits Start

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

Set Up and Maintain Customer Support Tools

Set Up and Maintain Customer Support Tools Set Up and Maintain Customer Support Tools Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

HP Client Automation Standard Fast Track guide

HP Client Automation Standard Fast Track guide HP Client Automation Standard Fast Track guide Background Client Automation Version This document is designed to be used as a fast track guide to installing and configuring Hewlett Packard Client Automation

More information

Interact Intranet Version 7. Technical Requirements. August 2014. 2014 Interact

Interact Intranet Version 7. Technical Requirements. August 2014. 2014 Interact Interact Intranet Version 7 Technical Requirements August 2014 2014 Interact Definitions... 3 Licenses... 3 On-Premise... 3 Cloud... 3 Pulic Cloud... 3 Private Cloud... 3 Perpetual... 3 Self-Hosted...

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server November 6, 2008 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail:

More information

Content Management Systems: Drupal Vs Jahia

Content Management Systems: Drupal Vs Jahia Content Management Systems: Drupal Vs Jahia Mrudula Talloju Department of Computing and Information Sciences Kansas State University Manhattan, KS 66502. mrudula@ksu.edu Abstract Content Management Systems

More information

NTP Software VFM Administration Web Site for EMC Atmos

NTP Software VFM Administration Web Site for EMC Atmos NTP Software VFM Administration Web Site for EMC Atmos User Manual Revision 1.1 - July 2015 This guide details the method for using NTP Software VFM Administration Web Site, from an administrator s perspective.

More information

AVG Business SSO Partner Getting Started Guide

AVG Business SSO Partner Getting Started Guide AVG Business SSO Partner Getting Started Guide Table of Contents Overview... 2 Getting Started... 3 Web and OS requirements... 3 Supported web and device browsers... 3 Initial Login... 4 Navigation in

More information

Online Backup Client User Manual Linux

Online Backup Client User Manual Linux Online Backup Client User Manual Linux 1. Product Information Product: Online Backup Client for Linux Version: 4.1.7 1.1 System Requirements Operating System Linux (RedHat, SuSE, Debian and Debian based

More information

Smartphone Pentest Framework v0.1. User Guide

Smartphone Pentest Framework v0.1. User Guide Smartphone Pentest Framework v0.1 User Guide 1 Introduction: The Smartphone Pentest Framework (SPF) is an open source tool designed to allow users to assess the security posture of the smartphones deployed

More information

Install, Configure and Admin Guide

Install, Configure and Admin Guide Install, Configure and Admin Guide ehd 9.3.4 everything HelpDesk Install, Configure and Admin Guide GroupLink Corporation 2012 GroupLink Corporation. All rights reserved GroupLink and everything HelpDesk

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

PANDA CLOUD EMAIL PROTECTION 3.3.0 / Administrator s Manual / 1

PANDA CLOUD EMAIL PROTECTION 3.3.0 / Administrator s Manual / 1 PANDA CLOUD EMAIL PROTECTION 3.3.0 / Administrator s Manual / 1 Contents 1 INTRODUCTION TO PANDA CLOUD EMAIL PROTECTION... 5 1.1 WHAT IS PANDA CLOUD EMAIL PROTECTION?... 5 1.2 FUNCTIONALITIES... 5 2 PANDA

More information

Installation and Setup Guide

Installation and Setup Guide Installation and Setup Guide Contents 1. Introduction... 1 2. Before You Install... 3 3. Server Installation... 6 4. Configuring Print Audit Secure... 11 5. Licensing... 16 6. Printer Manager... 17 7.

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

Lesson 7 - Website Administration

Lesson 7 - Website Administration Lesson 7 - Website Administration If you are hired as a web designer, your client will most likely expect you do more than just create their website. They will expect you to also know how to get their

More information

Authentication Methods

Authentication Methods Authentication Methods Overview In addition to the OU Campus-managed authentication system, OU Campus supports LDAP, CAS, and Shibboleth authentication methods. LDAP users can be configured through the

More information

Getting Started Guide

Getting Started Guide Getting Started Guide CensorNet Professional Copyright CensorNet Limited, 2007-2011 This document is designed to provide information about the first time configuration and testing of the CensorNet Professional

More information

Adobe Connect LMS Integration for Blackboard Learn 9

Adobe Connect LMS Integration for Blackboard Learn 9 Adobe Connect LMS Integration for Blackboard Learn 9 Install Guide Introduction The Adobe Connect LMS Integration for Blackboard Learn 9 gives Instructors, Teaching Assistants and Course Builders the ability

More information

SAP NetWeaver AS Java

SAP NetWeaver AS Java Chapter 75 Configuring SAP NetWeaver AS Java SAP NetWeaver Application Server ("AS") Java (Stack) is one of the two installation options of SAP NetWeaver AS. The other option is the ABAP Stack, which is

More information

Virtual Office Account Manager Phone System Setup Guide. 8x8 Virtual Office Phone System Setup Guide

Virtual Office Account Manager Phone System Setup Guide. 8x8 Virtual Office Phone System Setup Guide 8x8 Virtual Office Version 1.1, October 2011 Contents Introduction...3 System Requirements...4 Supported Operating Systems....4 Required Plug-ins....4 Supported Browsers....4 Required Firewall Ports...4

More information

1.0 Hardware Requirements:

1.0 Hardware Requirements: 01 - ServiceDesk Plus - Best Practices We appreciate you choosing ServiceDesk Plus for your organization to deliver world-class IT services. Before installing the product, take a few minutes to go through

More information

Administrator s User Manual for OrangeHRM Version 3.0

Administrator s User Manual for OrangeHRM Version 3.0 Administrator s User Manual for OrangeHRM Version 3.0 All Rights Reserved. Published in the United States of America. This publication is protected by copyright, and permission must be obtained from the

More information

8x8 Virtual Office Phone System Setup Guide

8x8 Virtual Office Phone System Setup Guide 8x8 Virtual Office May 2013 Effective May 10, 2013, the Privileges tab in the top navigation bar of the Account Manager was renamed My Account. Privileges and User Profiles can now be found in the My Account

More information

FMCS SINGLE SIGN ON Overview and Installation Guide. November 2014. SSO-MNL-v3.0

FMCS SINGLE SIGN ON Overview and Installation Guide. November 2014. SSO-MNL-v3.0 FMCS SINGLE SIGN ON Overview and Installation Guide November 2014 SSO-MNL-v3.0 CONTENTS Introduction... 3 About Single Sign On... 3 Application Architecture... 4 Implementation Checklist... 5 Component...

More information

Introduction. Connection security

Introduction. Connection security SECURITY AND AUDITABILITY WITH SAGE ERP X3 Introduction An ERP contains usually a huge set of data concerning all the activities of a company or a group a company. As some of them are sensitive information

More information

Managing Identities and Admin Access

Managing Identities and Admin Access CHAPTER 4 This chapter describes how Cisco Identity Services Engine (ISE) manages its network identities and access to its resources using role-based access control policies, permissions, and settings.

More information

SonicWALL SSL VPN 3.0 HTTP(S) Reverse Proxy Support

SonicWALL SSL VPN 3.0 HTTP(S) Reverse Proxy Support SonicWALL SSL VPN 3.0 HTTP(S) Reverse Proxy Support Document Scope This document describes the implementation of reverse proxy to provide HTTP and HTTPS access to Microsoft Outlook Web Access (OWA) Premium

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

More information

PLESK 7 NEW FEATURES HOW-TO RESOURCES

PLESK 7 NEW FEATURES HOW-TO RESOURCES PLESK 7 NEW FEATURES HOW-TO RESOURCES Copyright (C) 1999-2004 SWsoft, Inc. All rights reserved. Distribution of this work or derivative of this work in any form is prohibited unless prior written permission

More information

CA Performance Center

CA Performance Center CA Performance Center Single Sign-On User Guide 2.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

SolarWinds Web Help Desk Quick Start Guide

SolarWinds Web Help Desk Quick Start Guide SolarWinds Web Help Desk Quick Start Guide Copyright 1995-2012 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled,

More information

RecoveryVault Express Client User Manual

RecoveryVault Express Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

More information

Contents. Installation and Licensing... 4. Configuring TARMAC... 7. Assigning profiles to user groups... 23 Setting Compliance Rules 24

Contents. Installation and Licensing... 4. Configuring TARMAC... 7. Assigning profiles to user groups... 23 Setting Compliance Rules 24 TARMAC Version 2.0 Contents Installation and Licensing... 4 Installing TARMAC 4 Licensing TARMAC 5 Configuring TARMAC... 7 Securing access to TARMAC... 8 Automatic Configuration 8 HTTPS 9 Secure your connection

More information

Lepide Active Directory Self Service. Configuration Guide. Follow the simple steps given in this document to start working with

Lepide Active Directory Self Service. Configuration Guide. Follow the simple steps given in this document to start working with Lepide Active Directory Self Service Configuration Guide 2014 Follow the simple steps given in this document to start working with Lepide Active Directory Self Service Table of Contents 1. Introduction...3

More information

Workflow Templates Library

Workflow Templates Library Workflow s Library Table of Contents Intro... 2 Active Directory... 3 Application... 5 Cisco... 7 Database... 8 Excel Automation... 9 Files and Folders... 10 FTP Tasks... 13 Incident Management... 14 Security

More information

FileMaker Server 9. Custom Web Publishing with PHP

FileMaker Server 9. Custom Web Publishing with PHP FileMaker Server 9 Custom Web Publishing with PHP 2007 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker,

More information

HP OO 10.X - SiteScope Monitoring Templates

HP OO 10.X - SiteScope Monitoring Templates HP OO Community Guides HP OO 10.X - SiteScope Monitoring Templates As with any application continuous automated monitoring is key. Monitoring is important in order to quickly identify potential issues,

More information

1. Product Information

1. Product Information ORIXCLOUD BACKUP CLIENT USER MANUAL LINUX 1. Product Information Product: Orixcloud Backup Client for Linux Version: 4.1.7 1.1 System Requirements Linux (RedHat, SuSE, Debian and Debian based systems such

More information

TeamViewer 9 Manual Management Console

TeamViewer 9 Manual Management Console TeamViewer 9 Manual Management Console Rev 9.2-07/2014 TeamViewer GmbH Jahnstraße 30 D-73037 Göppingen www.teamviewer.com Table of Contents 1 About the TeamViewer Management Console... 4 1.1 About the

More information

Introduction to Directory Services

Introduction to Directory Services Introduction to Directory Services Overview This document explains how AirWatch integrates with your organization's existing directory service such as Active Directory, Lotus Domino and Novell e-directory

More information

Okta/Dropbox Active Directory Integration Guide

Okta/Dropbox Active Directory Integration Guide Okta/Dropbox Active Directory Integration Guide Okta Inc. 301 Brannan Street, 3rd Floor San Francisco CA, 94107 info@okta.com 1-888- 722-7871 1 Table of Contents 1 Okta Directory Integration Edition for

More information

Kaseya 2. Installation guide. Version 7.0. English

Kaseya 2. Installation guide. Version 7.0. English Kaseya 2 Kaseya Server Setup Installation guide Version 7.0 English September 4, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

escan Corporate Edition User Guide

escan Corporate Edition User Guide Anti-Virus & Content Security escan Corporate Edition (with Hybrid Network Support) User Guide www.escanav.com sales@escanav.com The software described in this guide is furnished under a license agreement

More information