HiPath optipoint application module LDAP Functionality on optipoint application module

Size: px
Start display at page:

Download "HiPath optipoint application module LDAP Functionality on optipoint application module"

Transcription

1 LDAP HiPath optipoint application module LDAP Functionality on optipoint application module

2 bktoc.fm Contents Contents 0 1 Overview Scope of document What is LDAP? Required components Requirements Scope of functions on optipoint application module Configuration overview Entering LDAP Server Data on optipoint application module Entering LDAP server data Modifying LDAP Templates Editing LDAP templates Template header Search bases Search filters Search attributes Template footer Installing LDAP templates References Documentation Software Index Abbreviations and Terminology LDAP Functionality on optipoint application module, Function description

3 Overview Scope of document 1 Overview This document contains practical information on how to configure the LDAP client on an opti- Point application module (via the "LDAP" application). 1.1 Scope of document This document describes how to configure the optipoint telephone so you can use and modify the LDAP function on the optipoint application module. The following topics are not dealt with in this document: Running an LDAP search on an optipoint application module LDAP server administration Configuring further applications on an optipoint application module For further information on these topics, refer to the relevant documents listed in section 4, References. The information provided in this document contains merely general descriptions or characteristics of performance which in case of actual use do not always apply as described or which may change as a result of further development of the products. The trademarks used are the property of Siemens AG or their respective owners. 1.2 What is LDAP? LDAP is an abbreviation of Lightweight Directory Access Protocol. This network protocol allows you to access a directory server (LDAP server) via an LDAP client. You can then access various information stored there. In practice, this means, for example, that you enter the surname of a person you want to call in the optipoint application module. After a few moments, a hit list of the name(s) matching your entry is displayed. You can then call this person directly using the number that appears. 1.3 Required components The most important LDAP components are: Directory server (LDAP server): provides hierarchical storage of attributes such as names, telephone numbers, etc. LDAP client: allows you to enter search parameters and display the results. The following devices support the LDAP function: LDAP Functionality on optipoint application module, Function description 3

4 Overview Requirements optipoint application module optipoint display module optipoint 600 office Other optipoint telephones on the HiPath 3000/5000 communication platform (V5.0 and later) LDAP template: connects input and output fields on the LDAP client with attributes on the directory server. 1.4 Requirements The following requirements must be met before you start configuration: The optipoint application module must be connected to one of the following optipoint telephones and operational: optipoint 410 standard (CorNet IP) optipoint 410 advance (CorNet IP) optipoint 420 standard (CorNet IP) optipoint 420 advance (CorNet IP) You can also run the optipoint application module on optipoint 500 telephones, but these do not support the LDAP function. To optimize browser-based administration: You should know the IP address of the optipoint telephone with the optipoint application module you wish to configure. You should have a PC with a Web browser that can access the optipoint telephone with an attached optipoint application module via LAN. You can also connect a PC (a laptop, for example) directly to one of the telephones listed above using a LAN cable ( socket on the underside of the telephone). > See section 4, References to find out where you can obtain any additional information you need. 1.5 Scope of functions on optipoint application module You can use one or more search strings to find information on the directory server. You can use complete or partial strings. Enter an asterisk (*) if you are not using a complete string. You can call a person from the hit list simply by pressing a button. 4 LDAP Functionality on optipoint application module, Function description

5 Overview Configuration overview 1.6 Configuration overview The following table provides an overview of the sections in this document that describe how to administer the Java platform via a Web browser (WEB) and via the optipoint application module (APM). At a glance, you can see which configuration options are available for each task. Configuration task WEB APM Change LDAP server address Section Change LDAP server port Section Change FTP server address Section Change FTP account name Section Change FTP user name Section Change FTP password Section Change FTP LDAP template file name Section Change FTP LDAP template directory name Section Load LDAP template with FTP Section Reset LDAP template Only possible after reset to factory default. You can also use other methods to administer optipoint application module, such as the Deployment Tool or Deployment Service. For further information on these, see section 4, References. LDAP Functionality on optipoint application module, Function description 5

6 Entering LDAP Server Data on optipoint application module Entering LDAP server data 2 Entering LDAP Server Data on optipoint application module Before you can use LDAP on the optipoint application module, you must enter certain data on the telephone for communication with the LDAP server. 2.1 Entering LDAP server data 1. Open a Web browser and enter the IP address of the optipoint telephone that will receive the LDAP server data: address]:8085 The telephone homepage is displayed. 2. Click Administration. You are prompted you to enter the administration password. 3. Enter the password (default: ) and confirm your entry with Login. The administration menu is displayed. 4. In the menu select LDAP under Applications. An input form is displayed. 5. Enter the LDAP server address in the form and select Submit. 6. In the menu select Port Settings under System. An input form is displayed. 7. In the form, enter the LDAP server port in the LDAP line of the Home column and click Submit. You have now entered all data required for communication with the LDAP server on the telephone. 6 LDAP Functionality on optipoint application module, Function description

7 Modifying LDAP Templates Editing LDAP templates 3 Modifying LDAP Templates The LDAP template is an ASCII text file that uses an allocation list to assign directory server attributes to input and output fields on an LDAP client. The LDAP template must be modified correctly for successful communication between the directory server and the LDAP client. You must complete the following steps before using an LDAP template: Use a text editor to edit the LDAP template - see section 3.1, Editing LDAP templates. Install the LDAP template on the optipoint application module - see section 3.2, Installing LDAP templates. Check that the changes are displayed as required on the optipoint application module and that no error messages have been issued. 3.1 Editing LDAP templates The following section describes the syntax of LDAP templates and provides tips on modifying a template to meet your requirements. To install the modified template, see section 3.2, Installing LDAP templates. > LDAP templates contain information that is interpreted by the directory server. It is therefore important that the syntax is accurate. Edit the template carefully and save a copy of the template file before you make any changes. The following is an example of an LDAP template, which you can copy and paste into a file (for example, template.txt) to use as a basis for further editing. optipoint 410 LDAP TEMPLATE (V1) SEARCHBASE "dc=teamone,dc=intranet" SEARCHFILTER1 = "surnamenational,nachname" SEARCHFILTER2 = "givennamenational,vorname" SEARCHFILTER3 = "department,abteilung" SEARCHFILTER4 = "localityshortcode,ort" SEARCHFILTER5 = "ou,org. Einheit" SEARCHATTRIB1 = "commonnamenational,name,0" SEARCHATTRIB2 = "telephonenumber,telefon,1" SEARCHATTRIB3 = "alternatephone,telefon 2,1" SEARCHATTRIB4 = "mobiletelephonenumber,mobile,1" SEARCHATTRIB5 = "ou,organisationseinheit,0" SEARCHATTRIB6 = "localitynational,ort,0" LDAP Functionality on optipoint application module, Function description 7

8 Modifying LDAP Templates Editing LDAP templates SEARCHATTRIB7 = "department,abteilung,0" SEARCHATTRIB8 = "mainfunction,funktion,0" EOF The template may also contain any number of blank lines. You can also add comments. Text entered after two forward slashes (//) is interpreted as a comment. A template can be divided into different segments (described below) Template header The header consists of the entry optipoint 410 LDAP TEMPLATE (V1). Do not change this entry even if the optipoint application module is connected to a telephone from the optipoint 420 family Search bases The SEARCHBASE entry marks the starting point of a search in the directory server structure. In other words, you can use the SEARCHBASE entry as a filter. Examples: SEARCHBASE "" The search starts at the directory root. All entries are searched. SEARCHBASE = "C=DE" The search is restricted to entries assigned the country (C) Germany (DE). SEARCHBASE = "O=SIEMENS,C=DE" In addition to defining the country, the search is now further restricted to the Siemens organization. This entry must correspond to the directory server configuration. Only make changes here if you have the relevant information about the directory server. 8 LDAP Functionality on optipoint application module, Function description

9 Modifying LDAP Templates Editing LDAP templates Search filters The input form for an enhanced search is made up of the entries SEARCHFILTER1 to SEARCHFILTER5. SEARCHFILTER1 and SEARCHFILTER2 are also used for the basic search input field. All search filters are connected with a logical AND. Syntax for SEARCHFILTER fields: SEARCHFILTER1 = "surnamenational,nachname" Search filter name (1 to 5) Visible identifier of LDAP client input field Attribute name as specified in the directory server You can change the visible identifier for these entries according to your wishes, for example, "Nachname" to "surname". > Please note that there is a maximum length for every identifier. Identifiers that are too long are cut off in the optipoint application module display. Always check any changes you make on your telephone. You should only change attribute names or the number of search filter entries if you modify the configuration on the directory server accordingly Search attributes The entries SEARCHATTRIB1 to SEARCHATTRIB8 are identifiers for LDAP searches on the optipoint application module. The contents of the SEARCHATTRIB1 SEARCHATTRIB1 field are also displayed in the hit list. Syntax for SEARCHATTRIB fields: SEARCHATTRIB1 = "commonnamenational,name,0" Search attribute name (1 to 5) Attribute name as specified in the directory server Dial flag 1 = number can be dialed 0 = value cannot be dialed Visible identifier of result field in LDAP client The dial flag (0 or 1) appears as a button next to the result field. You dial the telephone number in the result field simply by clicking this button. LDAP Functionality on optipoint application module, Function description 9

10 Modifying LDAP Templates Editing LDAP templates You can change the visible identifier for these entries according to your wishes, for example, you can change "telephone" to "tel. no.". > Please note that there is a maximum length for each identifier. Identifiers that are too long are cut off in the optipoint application module display. Always check any changes you make on the telephone. You should only change attribute names or the number of search filter entries if you modify the configuration on the directory server accordingly Template footer The footer is the final part of the template. Do not make any changes here. 10 LDAP Functionality on optipoint application module, Function description

11 Modifying LDAP Templates Installing LDAP templates 3.2 Installing LDAP templates The following section describes how to install an LDAP template (see section 3.1, Editing LDAP templates ) on the optipoint application module. > A default template is preinstalled and delivered with the optipoint application module. This template is overwritten by the installation procedure described here. Check the requirements listed in section 1.4, Requirements. > 1. Open a Web browser and enter the IP address of the optipoint telephone whose LDAP template you want to install on the optipoint application module: address]:8085 The telephone homepage is displayed. 2. Click Administration. You are prompted to enter the administration password. 3. Enter the password (default: ) and confirm your entry with Login. The administration menu is displayed 4. Select File transfer from the menu. An input form is displayed. 5. Enter the following parameters in the form or check that the existing entries are correct: FTP server address: : IP address of the FTP server. FTP account name: account name for FTP server access. FTP username: user name for FTP server access. Only enter a password in both FTP password fields if the password has changed. The password is not displayed when entered in these fields. LDAP template filename: : file name with the LDAP template file suffix, for example, template.txt. FTP path: file path starting at the directory entered as the FTP root on the FTP server. The default entry is a dot (.), which means that a path has not been entered. 6. Select Download LDAP template from Action on submit. 7. Click Submit. LDAP templates can be installed by administrators and users. The following describes the procedure for administrators (that is, in the administration area of your Web browser). The installation takes a few seconds. If it is successful, the browser returns to the administration menu. If it is not successful, a corresponding error message is displayed. LDAP Functionality on optipoint application module, Function description 11

12 References Documentation 4 References The following list contains references and links to documentation and other sources of information. It is not exhaustive. 4.1 Documentation Configuration notes for IP terminals Non application-specific information for configuring IP-based optipoint terminals. URL: > Products, Solutions & Services > Clients & Devices WAP function on the optipoint application module Description of the "Browser" application administrative function on the optipoint application module. URL: > Products, Solutions & Services > Clients & Devices Java function on the optipoint application module Description of the "Prog." application administrative function on the optipoint application module. URL: > Products, Solutions & Services > Clients & Devices user manual optipoint application module Description of local and system-based procedures, explanation of user interface, etc.. URL: > Downloads > User Guides Ref. No.: A31003-A2056-M423-*-7619 (Search for A31003-A2056-M423 ) optipoint 410/420 family administration manual Explanation of administrative tasks for startup and configuration. URL: > Downloads > Administration Guides Ref. No.: A31003-A2056-B415-*-76A9 (Search for A31003-A2056-B415 ) 12 LDAP Functionality on optipoint application module, Function description

13 References Software 4.2 Software phpldapadmin Web-based LDAP client for testing LDAP servers. URL: OpenLDAP Open source software for LDAP servers. URL: LDAP Functionality on optipoint application module, Function description 13

14 bkix.fm Index Index Z B Basics 3 C Components (required) 3 Configuration overview 5 D Documentation 12 L LDAP server data 6 LDAP template editing 7 header 8 installing 11 search attributes 9 search bases 8 search filters 9 R Requirements 4 S Scope of functions 4 Software LDAP Functionality on optipoint application module, Function description

15 bkglos.fm Abbreviations and Terminology Abbreviations and Terminology X LDAP Lightweight Directory Access Protocol LDAP is a simplified protocol for accessing standard directory systems, for example, a corporate telephone directory. LAN Local Area Network LDAP Functionality on optipoint application module, Function description 15

16 The information provided in this document contains merely general descriptions or characteristics of performance which in case of actual use do not always apply as described or which may change as a result of further development of the products. An obligation to provide the respective characteristics shall only exist if expressly agreed in the terms of contract. The trademarks used are owned by Siemens AG or their respective owners. Siemens AG 2005 Siemens Communications Hofmannstr. 51 D München Subject to availability. Right of modification reserved

Getting Started. HiPath 2000/3000/4000/5000 opticlient 130 V5.1. Quick Reference Guide.

Getting Started. HiPath 2000/3000/4000/5000 opticlient 130 V5.1. Quick Reference Guide. Getting Started HiPath 2000/3000/4000/5000 opticlient 130 V5.1 Quick Reference Guide www.siemens.com/enterprise Copyright Siemens Enterprise Communications GmbH & Co. KG 2007 Hofmannstr. 51, D-81359 München

More information

optipoint 400 standard 3.0 IP-Based Feature Telephone with Mini Switch and Power Over LAN

optipoint 400 standard 3.0 IP-Based Feature Telephone with Mini Switch and Power Over LAN optipoint 400 standard 3.0 IP-Based Feature Telephone with Mini Switch and Power Over LAN The multi-protocol enabled IP telephone the optipoint 400 standard IP telephone allows the user to conduct telephone

More information

HiPath Xpressions Compact Integrated Voice Mail

HiPath Xpressions Compact Integrated Voice Mail HiPath Xpressions Compact Integrated Voice Mail HiPath TM Xpressions Compact allows your company to carry out daily telecommunication in a flexible and speedy manner. It ensures that you can be contacted

More information

Layer 2 authentication on VoIP phones (802.1x)

Layer 2 authentication on VoIP phones (802.1x) White Paper www.siemens.com/open Layer 2 authentication on VoIP phones (802.1x) IP Telephony offers users the ability to log-on anywhere in the world. Although this offers mobile workers great advantages,

More information

XML and/or IEEE 802.1x Certificate over secure link Administration Manual

XML and/or IEEE 802.1x Certificate over secure link Administration Manual optipoint 410/420 family XML and/or IEEE 802.1x Certificate over secure link Administration Manual bktoc.fm Contens Contens 0 1 Introduction...........................................................

More information

Documentation. OpenScape Office, myreports. Communication for the open minded. User Guide A31003-P1000-U

Documentation. OpenScape Office, myreports. Communication for the open minded. User Guide A31003-P1000-U Documentation OpenScape Office, myreports User Guide A31003-P1000-U104-12-7619 Communication for the open minded Siemens Enterprise Communications www.siemens.com/open Copyright Siemens Enterprise Communications

More information

The new alternate Phone Configuration. HiPath 1100 convenient communication for small and medium-sized companies.

The new alternate Phone Configuration. HiPath 1100 convenient communication for small and medium-sized companies. The new alternate Phone Configuration. Additional to the analogue Profiset family used in some regions, the Profiset 3030 will be the known Solution for the System Phone. Alternate, the optipoint 500 (display)

More information

Operation. HiPath Xpressions IppAssistant. User Manual A31003-S2350-U

Operation. HiPath Xpressions IppAssistant. User Manual A31003-S2350-U Operation HiPath Xpressions IppAssistant User Manual A31003-S2350-U116-02-7619 www.siemens.com/enterprise Copyright Siemens Enterprise Communications GmbH & Co. KG 2007 Hofmannstr. 51, D-81359 München

More information

The Real Time IP System for medium-sized up to very large enterprises. HiPath

The Real Time IP System for medium-sized up to very large enterprises. HiPath The Real Time IP System for medium-sized up to very large enterprises HiPath 4000 www.siemens.com/hipath As a successful company, you know how important communication is for your business. Regardless of

More information

HiPath 3000 HiPath Xpressions Compact Version 2.0. Short reference guide Xpressions adapted user interface

HiPath 3000 HiPath Xpressions Compact Version 2.0. Short reference guide Xpressions adapted user interface HiPath 3000 HiPath Xpressions Compact Version 2.0 Sht reference guide Xpressions adapted user interface This device has been manufactured in accdance with our certified environmental management system

More information

Information. optipoint 500 system telephones. The new telephone family for HiPath/Hicom systems

Information. optipoint 500 system telephones. The new telephone family for HiPath/Hicom systems Information The new telephone family for HiPath/Hicom systems www.onedirect.fr www.onedirect.es www.onedirect.it www.onedirect.pt 0 800 72 4000 902 30 32 32 02 365 22 990 800 780 300 Numéro Vert 58 Av

More information

Configuring User Access for the Cisco PAM Desktop Client

Configuring User Access for the Cisco PAM Desktop Client 5 CHAPTER Configuring User Access for the Cisco PAM Desktop Client This chapter describes how to configure operators for the Cisco PAM desktop client. Note Whenever you upgrade the server software, you

More information

TCPWave DDI Virtual Machine Installation Guide

TCPWave DDI Virtual Machine Installation Guide TCPWave DDI Virtual Machine Installation Guide Version 1.1 TCPWave IPAM and Remote Virtual Server Software Born in the Cloud, Made for the Cloud 1 2017 TCPWave Inc. All Rights Reserved. TCPWave DDI Virtual

More information

North Florida Communications

North Florida Communications North Florida Communications www.northfloridacommunications.com www.ournewphone.com LG IPECS emg80 Speed Dial Programming via the Web Portal Frequently dialed numbers can be stored into Speed Bins for

More information

Configuring User Access for the Cisco PAM Desktop Client

Configuring User Access for the Cisco PAM Desktop Client CHAPTER 4 Configuring User Access for the Cisco PAM Desktop Client This chapter describes how to configure operators for the Cisco PAM desktop client. Note Whenever you upgrade the server software, you

More information

HiPath Cordless Office for the HiPath 500 and HiPath 3000 Series

HiPath Cordless Office for the HiPath 500 and HiPath 3000 Series HiPath Cordless Office for the HiPath 500 and HiPath 3000 Series HiPath Cordless Office is the integrated cordless solution in the HiPath 500 and HiPath 3000 series for cordless communication with convenient

More information

Dell One Identity Manager Administration Guide for Connecting to SharePoint

Dell One Identity Manager Administration Guide for Connecting to SharePoint Dell One Identity Manager 7.1.3 Administration Guide for Connecting to SharePoint 2016 Dell Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property

More information

Information. HiPath 1100 V7 Convenient communication for small and medium-sized companies. Communication for the open minded

Information. HiPath 1100 V7 Convenient communication for small and medium-sized companies. Communication for the open minded Information HiPath 1100 V7 Convenient communication for small and medium-sized companies Communication for the open minded Siemens Enterprise Communications www.siemens.com/open Communication that fits

More information

How to use CPCS-ON System: LOGGING IN & MANAGING USERS

How to use CPCS-ON System: LOGGING IN & MANAGING USERS Things you will need: The email sent to you with your Username and Password. The web address where the system is located, given to you in the same e-mail. What is the basic system functionality: CPCS-On

More information

OpenScape Business V2 OpenScape Business Attendant. User Guide A31003-P3010-U

OpenScape Business V2 OpenScape Business Attendant. User Guide A31003-P3010-U OpenScape Business V2 OpenScape Business Attendant User Guide A31003-P3010-U111-20-7619 Our Quality and Environmental Management Systems are implemented according to the requirements of the ISO9001 and

More information

Information. Communication for the open minded. Siemens Enterprise Communications

Information. Communication for the open minded. Siemens Enterprise Communications Information myportal entry Web Services The Unified Communications entry solution for small and medium-sized enterprises. myportal entry Web Services provide full mobility, presence status functions, CTI,

More information

optipoint 500 system telephones The new telephone family for HiPath/Hicom systems

optipoint 500 system telephones The new telephone family for HiPath/Hicom systems optipoint 500 system telephones The new telephone family for HiPath/Hicom systems optipoint 500 telephones are designed to provide rapid and easy access to the relevant HiPath TM /Hicom features. The operating

More information

Application Notes for Configuring Citel s Portico TVA with Avaya IP Office Issue 1.0

Application Notes for Configuring Citel s Portico TVA with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Citel s Portico TVA with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required

More information

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual Using the Telstra T-Suite Management Console Customer Administrator s Reference Manual June 2011 Registering With TMC Notice Pivot Path is a registered trademark of Jamcracker, Inc. Registered trademark

More information

Portal/Extranet User Guide for Clients

Portal/Extranet User Guide for Clients Portal/Extranet User Guide for Clients Welcome to the ichannel Portal/Extranet. This guide will walk you through logging into your personalized, secure portal/extranet site. It will also show you how to

More information

Novell Identity Manager

Novell Identity Manager Role Mapping Administrator User Guide AUTHORIZED DOCUMENTATION Novell Identity Manager 1.0 August 28, 2009 www.novell.com Novell Identity Manager Role Mapping Administrator 1.0 User GuideNovell Identity

More information

HiPath optipoint 500 economy optipoint 500 basic optipoint 500 standard optipoint 500 advance. User Guide

HiPath optipoint 500 economy optipoint 500 basic optipoint 500 standard optipoint 500 advance. User Guide HiPath 1200 optipoint 500 economy optipoint 500 basic optipoint 500 standard optipoint 500 advance User Guide Before You Begin Before You Begin These operating instructions describe the optipoint 500 economy,

More information

Documentation. OpenScape Business V1 Internet Telephony Configuration Guide. Siemens Enterprise Communications

Documentation. OpenScape Business V1 Internet Telephony Configuration Guide. Siemens Enterprise Communications Documentation OpenScape Business V1 Internet Telephony Configuration Guide Siemens Enterprise Communications www.siemens-enterprise.com Table of Content 1 Introduction... 3 2 Internet Configuration...

More information

Installation Guide. . All right reserved. For more information about Specops Command and other Specops products, visit

Installation Guide. . All right reserved. For more information about Specops Command and other Specops products, visit . All right reserved. For more information about Specops Command and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Command is a trademark owned by Specops Software.

More information

akkadian Global Directory 3.0 System Administration Guide

akkadian Global Directory 3.0 System Administration Guide akkadian Global Directory 3.0 System Administration Guide Updated July 19 th, 2016 Copyright and Trademarks: I. Copyright: This website and its content is copyright 2014 Akkadian Labs. All rights reserved.

More information

Administration. STILOG IST, all rights reserved

Administration. STILOG IST, all rights reserved 2 Table of Contents I. Admin Center... 1 1. ACCESS... 1 Starting the Admin Center application... 1 2. General Settings... 2 Home page... 3 Client... 4 Application... 5 VPPortal... 6 3. Password Configuration...

More information

Table of Contents. Navigate the Management Menu. 911 Management Page

Table of Contents. Navigate the Management Menu. 911 Management Page ucontrol Managing 911 Information Important note regarding 911 service: VoIP 911 service has certain limitations relative to Enhanced 911 service that is available on most traditional telephone service.

More information

HiPath Cordless Office for the HiPath 500 and HiPath 3000 Series

HiPath Cordless Office for the HiPath 500 and HiPath 3000 Series HiPath Cordless Office for the HiPath 500 and HiPath 3000 Series HiPath Cordless Office is the integrated cordless solution in the HiPath 500 and HiPath 3000 series for cordless communication with convenient

More information

Accessing your online class

Accessing your online class Accessing your online class Terminology Login information: Your login information is your username and password assigned to you at the beginning of your studies at the ELC. BB: Abbreviation for Blackboard,

More information

Using WS_FTP. Step 1 - Open WS_FTP LE and create a Session Profile.

Using WS_FTP. Step 1 - Open WS_FTP LE and create a Session Profile. Using WS_FTP So now you have finished the great personal homepage and you want to share it with the world. But how do you get it online to share? A common question with a simple answer; FTP, or file transfer

More information

Teacher User Easy Setup Guide. Teacher User Setup Guide - wushka.com.au -

Teacher User Easy Setup Guide. Teacher User Setup Guide - wushka.com.au - Teacher User Easy Setup Guide - - 5 Easy Steps to Set Up Your Students and Reading Groups Input your students details individually Step 1: Manage Class List Page OR Use the upload tool to set up all students

More information

PRODUCT MANUAL. idashboards Reports Admin Manual. Version 9.1

PRODUCT MANUAL. idashboards Reports Admin Manual. Version 9.1 PRODUCT MANUAL idashboards Reports Admin Manual Version 9.1 idashboards Reports Admin Manual Version 9.1 No part of the computer software or this document may be reproduced or transmitted in any form or

More information

SOA Software API Gateway Appliance 6.3 Administration Guide

SOA Software API Gateway Appliance 6.3 Administration Guide SOA Software API Gateway Appliance 6.3 Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names, logos,

More information

Documentation OpenScape Office V3 myportal for Mobile

Documentation OpenScape Office V3 myportal for Mobile myportal for Mobile, User Guide P31003P1030U103017619 HZ840D.50.090 08/2011 Siemens Enterprise Communications GmbH & Co. KG. 2011 Documentation OpenScape Office V3 myportal for Mobile User Guide A31003-P1030-U103-9-7619

More information

CitraNet. User Guide & Frequently Asked Questions. Rev. 12/14 T:\Citranet\Citranet Documentation\cnguide.pdf

CitraNet. User Guide & Frequently Asked Questions. Rev. 12/14 T:\Citranet\Citranet Documentation\cnguide.pdf CitraNet User Guide & Frequently Asked Questions Rev. 12/14 T:\Citranet\Citranet Documentation\cnguide.pdf Figure 1 Citranet.net Home Page 1. Enter your (4) digit Supplier ID # obtained from the FDACS.

More information

BVA LLP Web Portal User Guide

BVA LLP Web Portal User Guide BVA LLP Web Portal User Guide Opening the Web Portal Website The Web Portal is accessed from the link found on the BVA website homepage: http://www.bvateam.com Web Portal Users Each portal user requires

More information

VI. Corente Services Client

VI. Corente Services Client VI. Corente Services Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 II. Corente Client Configuration...

More information

Online Repair Request User Guide

Online Repair Request User Guide A R E Y O U W I R E L E S S Y E T? Online Repair Request User Guide 2017 Advanced Wireless Communications. All rights reserved. ONLINE REPAIR REQUEST Welcome to Online Repair Requests from Advanced Wireless

More information

TIBCO Spotfire Automation Services

TIBCO Spotfire Automation Services TIBCO Spotfire Automation Services Software Release 7.9 May 2017 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

HiPath ProCenter Compact V1.0

HiPath ProCenter Compact V1.0 HiPath ProCenter Compact V1.0 Within the small and medium-sized firms group there is an increasing demand for visualization and evaluation of the customer s call behavior in the simple ACD solutions segment.

More information

One Identity Manager Administration Guide for Connecting to SharePoint

One Identity Manager Administration Guide for Connecting to SharePoint One Identity Manager 8.0.2 Administration Guide for Connecting to Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation and User's Guide SC27-2809-03 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation

More information

Information OpenStage T The Open Unified Communications telephones

Information OpenStage T The Open Unified Communications telephones Information T The Open Unified Communications telephones is a totally new generation of phones which sets the benchmark for open and unified communications. These stylish devices provide an intuitive and

More information

Manual. Artologik EZ-LDAP HD-LDAP PM-LDAP TIME-LDAP QR-LDAP. Artologik LDAP version 2. Artisan Global Software

Manual. Artologik EZ-LDAP HD-LDAP PM-LDAP TIME-LDAP QR-LDAP. Artologik LDAP version 2. Artisan Global Software Project management Time management Surveys E-mail management Helpdesk Publication tool Booking system Manual Artologik EZ-LDAP HD-LDAP PM-LDAP TIME-LDAP QR-LDAP Artologik LDAP version 2 Manual Table of

More information

Sophos Mobile Control Administrator guide. Product version: 5.1

Sophos Mobile Control Administrator guide. Product version: 5.1 Sophos Mobile Control Administrator guide Product version: 5.1 Document date: June 2015 Contents 1 About Sophos Mobile Control...5 1.1 Sophos Mobile Control on premise and as a Service...5 1.2 About this

More information

Configuring the Workspace

Configuring the Workspace Logging on Invoke the internet address of the Web Client in the web browser. The of the opens. Enter the User name, Domain (if required) and Password. The workspace opens. As a rule you need to log on

More information

How to Register and Manage Buyer Accounts for a Customer Organization on Version 5 April 2007

How to Register and Manage Buyer Accounts for a Customer Organization on   Version 5 April 2007 How to Register and Manage Buyer Accounts for a Customer Organization on www.corcraft.org Version 5 April 2007 1 How to Register and Manage Buyer Accounts for a Customer Organization on www.corcraft.org.

More information

BCM 4.0 Personal Call Manager User Guide. BCM 4.0 Business Communications Manager

BCM 4.0 Personal Call Manager User Guide. BCM 4.0 Business Communications Manager BCM 4.0 Personal Call Manager User Guide BCM 4.0 Business Communications Manager Document Status: Beta Document Version: 02 Part Code: N0027256 Date: January 2006 Copyright Nortel Networks Limited 2006

More information

User Options Web Pages

User Options Web Pages Overview, on page 1 User Options Web Page Actions, on page 1 Feature and Service Setup on Web, on page 2 Overview Your Cisco Unified IP Phone is a network device that can share information with other network

More information

WebStore by Amazon: Quick Start Guide

WebStore by Amazon: Quick Start Guide WebStore by Amazon: Quick Start Guide Introduction to WebStore by Amazon WebStore by Amazon is a powerful tool that allows you to create a complete e- commerce site. The WebStore by Amazon setup wizard

More information

HiPath 2000 HiPath 3000 HiPath 5000 HiPath optipoint display module. User Manual

HiPath 2000 HiPath 3000 HiPath 5000 HiPath optipoint display module. User Manual HiPath 2000 HiPath 3000 HiPath 5000 HiPath 4000 optipoint display module User Manual About this User Manual About this User Manual This User Manual describes the use of the optipoint display module on

More information

LiveBox Manual WEB ADMIN.

LiveBox Manual WEB ADMIN. 2015 LiveBox Manual WEB ADMIN http://www.liveboxcloud.com LiveBox Srl does not release declarations or guarantees about this documentation and its use and decline any expressed or implied commercial or

More information

USER'S GUIDE. SUNY College at Plattsburgh Online Hiring System. November PeopleAdmin, Inc. 816 Congress Ave Suite 1800 Austin, TX

USER'S GUIDE. SUNY College at Plattsburgh Online Hiring System. November PeopleAdmin, Inc. 816 Congress Ave Suite 1800 Austin, TX USER'S GUIDE November 2008 SUNY College at Plattsburgh Online Hiring System PeopleAdmin, Inc. 816 Congress Ave Suite 1800 Austin, TX 78701-2482 TABLE OF CONTENTS INTRODUCTION... 3 GETTING STARTED... 4

More information

Navigation & Registration for Editors

Navigation & Registration for Editors Navigation & Registration for Editors Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and logos of Blackboard,

More information

WP710 Language: English Additional languages: None specified Product: WebSphere Portal Release: 6.0

WP710 Language: English Additional languages: None specified Product: WebSphere Portal Release: 6.0 General information (in English): Code: WP710 Language: English Additional languages: Brand: Lotus Additional brands: None specified Product: WebSphere Portal Release: 6.0 WW region: WorldWide Target audience:

More information

Creating Dashboard. Version: 7.3

Creating Dashboard. Version: 7.3 Creating Dashboard Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Solution Integration Guide for Multimedia Communication Server 5100 Release 4.0 and AudioCodes

Solution Integration Guide for Multimedia Communication Server 5100 Release 4.0 and AudioCodes Solution Integration Guide for Multimedia Communication Server 5100 Release 40 and AudioCodes NN42020-314 Document status: Standard Document version: 0101 Document date: 18 March 2008 All Rights Reserved

More information

AUTHOR S GUIDELINES FOR MANUSCRIPT SUBMISSION

AUTHOR S GUIDELINES FOR MANUSCRIPT SUBMISSION AUTHOR S GUIDELINES FOR MANUSCRIPT SUBMISSION Registration and Login Details Registration 1. All first time users are required to Register within the system. 2. Once you are registered, you will receive

More information

SoftPro 360 User Guide

SoftPro 360 User Guide SoftPro 360 User Guide March 8, 2016 4800 Falls of Neuse Road, Suite 400 Raleigh, NC 27609 p (800) 848 0143 f (919) 755 8350 www.softprocorp.com Copyright and Licensing Information Copyright 1987 2016

More information

Advanced Anywhere Print

Advanced Anywhere Print Advanced Anywhere Print Installation and Configuration Guide Version 1.0 12020-10-UD1-002 This page is intentionally left blank. 2 Advanced Anywhere Print V1.0 Installation and Configuration Guide Contents

More information

Login with Amazon. Customer Experience Overview for Android/Fire apps

Login with Amazon. Customer Experience Overview for Android/Fire apps Login with Amazon Customer Experience Overview for Android/Fire apps Customer Experience Overview for Android/Fire apps Copyright 2017 Amazon Services, LLC or its affiliates. All rights reserved. Amazon

More information

icc.edu/library Films on Demand Guide for Faculty and Staff

icc.edu/library Films on Demand Guide for Faculty and Staff icc.edu/library Films on Demand Guide for Faculty and Staff Finding Films on Demand on the Library website: From the homepage of ICC Library website locate the Library Collections menu and click on Streaming

More information

Cordless Telephones for HiPath Systems

Cordless Telephones for HiPath Systems s Cordless Telephones for HiPath Systems Alongside the system-specific HiPath telephones, Siemens offers additional cordless phones that can be operated on the HiPath systems. These cordless phones will

More information

ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information

ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information 1 Getting Started Whether you are a new user or a returning one, to access ithenticate

More information

Application Notes for Empix evolve v3.1 Skypetophone with Avaya IP Office 7.0 Issue 1.0

Application Notes for Empix evolve v3.1 Skypetophone with Avaya IP Office 7.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Empix evolve v3.1 Skypetophone with Avaya IP Office 7.0 Issue 1.0 Abstract These Application Notes describe the compliance testing configuration

More information

Contents. Signing In... 3 Answering Your Personal Security Question... 4 Forgetting Your Password... 4 Exploring the Learning Center Interface...

Contents. Signing In... 3 Answering Your Personal Security Question... 4 Forgetting Your Password... 4 Exploring the Learning Center Interface... User Guide Contents Logging On... Signing In... Answering Your Personal Security Question... 4 Forgetting Your Password... 4 Exploring the Learning Center Interface... 5 Understanding Icons... 5 Understanding

More information

Magento 2 / Google Maps Integration User Guide For Extension Version 1.0.2

Magento 2 / Google Maps Integration User Guide For Extension Version 1.0.2 Magento 2 / Google Maps Integration User Guide For Extension Version 1.0.2 This document details the installation, configuration and functionality of the DP Extensions Google Maps Integration for Magento

More information

Avaya Web Conferencing Administrator's Guide

Avaya Web Conferencing Administrator's Guide Avaya Web Conferencing Administrator's Guide Version 4.1.20 October 2008 Document number 04-603073 2008 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information

More information

esupport User s Guide

esupport User s Guide esupport User s Guide January 2013 Contents How to contact Harris School Solutions... 3 Overview... 3 Login to esupport... 4 Calls... 5 Log New Call... 5 About Call Priorities... Error! Bookmark not defined.

More information

imagerunner 2545i/ i/ / Remote UI Guide

imagerunner 2545i/ i/ / Remote UI Guide Remote UI Guide Please read this guide before operating this product. After you finish reading this guide, store it in a safe place for future reference. ENG imagerunner 2545i/2545 2535i/2535 2530/2525

More information

BlackBerry AtHoc Networked Crisis Communication. Localization Guide

BlackBerry AtHoc Networked Crisis Communication. Localization Guide BlackBerry AtHoc Networked Crisis Communication Localization Guide Release 7.5, May 2018 Copyright 2018. BlackBerry Limited. All Rights Reserved. This document may not be copied, disclosed, transferred,

More information

ECDS MDE 100XVB Installation Guide on ISR G2 UCS-E and VMWare vsphere Hypervisor (ESXi)

ECDS MDE 100XVB Installation Guide on ISR G2 UCS-E and VMWare vsphere Hypervisor (ESXi) ECDS MDE 100XVB Installation Guide on ISR G2 UCS-E and VMWare vsphere Hypervisor (ESXi) Revised: November, 2013 Contents Overview, page 1 Guidelines and Limitations, page 1 Prerequisites, page 2 Installation

More information

Polycom RealPresence Resource Manager System, Virtual Edition

Polycom RealPresence Resource Manager System, Virtual Edition Getting Started Guide 8.3.0 December 2014 3725-72114-001B Polycom RealPresence Resource Manager System, Virtual Edition Copyright 2014, Polycom, Inc. All rights reserved. No part of this document may be

More information

Wind River Partner Portal User Training Guide

Wind River Partner Portal User Training Guide Wind River Partner Portal User Training Guide Table of Contents Applying for a new user login (for existing Wind River Registered Partners). 2 Logging into the Portal & PRM Portal Home Page 4 Company Profile

More information

Working with Groups, Roles, and Users. Selectica, Inc. Selectica Contract Performance Management System

Working with Groups, Roles, and Users. Selectica, Inc. Selectica Contract Performance Management System Selectica, Inc. Selectica Contract Performance Management System Copyright 2008 Selectica, Inc. 1740 Technology Drive, Suite 450 San Jose, CA 95110 http://www.selectica.com World rights reserved. You cannot

More information

Message Networking 5.2 Administration print guide

Message Networking 5.2 Administration print guide Page 1 of 421 Administration print guide This print guide is a collection of system topics provided in an easy-to-print format for your convenience. Please note that the links shown in this document do

More information

OSCA Tutorials. 1. Overview. 2. Start Up. 3. Reporting Schedule. 4. Uploading a Form: File Upload. 5. Uploading a Form: Online Editor

OSCA Tutorials. 1. Overview. 2. Start Up. 3. Reporting Schedule. 4. Uploading a Form: File Upload. 5. Uploading a Form: Online Editor OSCA Tutorials 1. Overview 2. Start Up 3. Reporting Schedule 4. Uploading a Form: File Upload 5. Uploading a Form: Online Editor 6. Cross Validation 7. Accounts, User Details and Roles 8. Performance and

More information

Application Notes for JADS Comm eclic with Avaya 4600 Series IP Telephone Web Browsers - Issue 1.0

Application Notes for JADS Comm eclic with Avaya 4600 Series IP Telephone Web Browsers - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for JADS Comm eclic with Avaya 4600 Series IP Telephone Web Browsers - Issue 1.0 Abstract These Application Notes describe a compliance-tested

More information

User Account Cleanup. Blackboard Web Community Manager

User Account Cleanup. Blackboard Web Community Manager User Account Cleanup Blackboard Web Community Manager Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and logos

More information

Avaya Converged Platform 130 Series. idrac9 Best Practices

Avaya Converged Platform 130 Series. idrac9 Best Practices Avaya Converged Platform 130 Series idrac9 Best Practices Release 4.0 December 2018 2018 Avaya Inc. All Rights Reserved Notice While reasonable efforts were made to ensure that the information in this

More information

Qvidian Proposal Automation Enable New Users

Qvidian Proposal Automation Enable New Users Qvidian Proposal Automation Enable New Users This guide provides instructions to give new team members access to Qvidian Proposal Automation. We review the process for two scenarios: 1. You have unused

More information

User Options Web Pages

User Options Web Pages Overview, page 1 Sign In and Out of, page 1 Select Device from User Options Web Page, page 2 User Options Web Page Actions, page 2 Feature and Service Setup on Web, page 2 Overview Your Cisco Unified IP

More information

PowerTeacher Administrator User Guide. PowerTeacher Gradebook

PowerTeacher Administrator User Guide. PowerTeacher Gradebook PowerTeacher Gradebook Released June 2011 Document Owner: Documentation Services This edition applies to Release 2.3 of the PowerTeacher Gradebook software and to all subsequent releases and modifications

More information

optipoint 410 S optipoint 420 S

optipoint 410 S optipoint 420 S optipoint 410 S optipoint 420 S The complete IP telephone family for SIP Ranging from the optipoint 410 entry S for basic Voice over IP to the optipoint 410 advance S with optipoint display module for

More information

User Options Web Pages

User Options Web Pages Overview, page 1 User Options Web Page Actions, page 1 Features and Services Setup on Web, page 2 Overview Your Cisco Unified IP Phone is a network device that can share information with other network

More information

Amcor Supplier Portal. Supplier Manual

Amcor Supplier Portal. Supplier Manual Amcor Supplier Portal Supplier Manual Content This document describes the Supplier Portal and how to navigate. Content of this document Registration process Login Main page / Dashboard Modules Projects

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

Vendor: Norte. Exam Code: Exam Name: Callpilot RIS.5.0 System Administrator. Version: Demo

Vendor: Norte. Exam Code: Exam Name: Callpilot RIS.5.0 System Administrator. Version: Demo Vendor: Norte Exam Code: 920-183 Exam Name: Callpilot RIS.5.0 System Administrator Version: Demo Question: 1 After installing CallPilot Desktop Messaging, an end user needs to retrieve the messages from

More information

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax:

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax: Product: DFL-500 Internet Firewall Index Setup Introduction...2 Set Up Using Web Configurator...3 Setting Up Internal IP Address using CLI...4 Setting UP External IP Address Manually Using CLI...4 How

More information

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved. Copyright 1993-2016 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

SafeNet Authentication Manager

SafeNet Authentication Manager SafeNet Authentication Manager Integration Guide Using RADIUS Protocol for F5 BIG-IP Access Policy Manager All information herein is either public information or is the property of and owned solely by

More information

Using the vcenter Orchestrator Perspectives Plug-In

Using the vcenter Orchestrator Perspectives Plug-In Using the vcenter Orchestrator Perspectives Plug-In vcenter Orchestrator 4.1 vcenter Orchestrator 4.2 This document supports the version of each product listed and supports all subsequent versions until

More information

A Guide for Customer Accounts

A Guide for Customer Accounts A Guide for Customer Accounts Introduction This document contains set up and configuration guides for ODDS Customer Accounts. This manual helps to assist customers with the setup of their ODDS account,

More information

HOTDOCS DOCUMENT SERVICES

HOTDOCS DOCUMENT SERVICES HotDocs Document Services ~ February 2012 Page 1 HOTDOCS DOCUMENT SERVICES Getting Started in the Cloud AT A GLANCE Sign up for HotDocs Document Services Receive contract order confirmation email Install

More information

JDMS - A Java Based Alternative to Motif DMS Windows Susanna Wallenberger, Janice Replogle, SAS Institute Inc., Cary NC

JDMS - A Java Based Alternative to Motif DMS Windows Susanna Wallenberger, Janice Replogle, SAS Institute Inc., Cary NC JDMS - A Java Based Alternative to Motif DMS Windows Susanna Wallenberger, Janice Replogle, SAS Institute Inc., Cary NC ABSTRACT JDMS harnesses the power of a SAS using Java technologies. JDMS is a Java

More information