Domain Management API. Revision V1.1

Size: px
Start display at page:

Download "Domain Management API. Revision V1.1"

Transcription

1 Domain Management API Revision V1.1 August 2012

2 Introduction This API document contains all the information that a software developer will need to create a program that will be able to manage services with Daily.co.uk. The API covers the following actions: Register a Look up a 's availability Retrieve specific details about s already in your account Renew your s Transfer s into your account Manage the name servers for all of your s Full DNS management for all of your s Manage the contact details attached to your s Look up the amount of credits in your account Each registration or renewal will cost the account holder one credit per year of renewal or registration. How does it work? The Daily API requires you to use your account username and password to login. When you have called the login with your account credentials you will be given a Token (a less than 200 character pass phrase) which you will need to supply with every action you make. The Token will be valid until 5 minutes of inactivity has occurred. The API uses a HTTP POST that contains information about which you'd like to access and the additional values that this requires. For example return whether the microsoft.com is available for registration or not. The returned data can be viewed in several formats such as KVP (Key Value Pairs), XML (extendible Markup Language) or JSON (JavaScript Object Notation). KVP Example: =daily.co.uk =taken XML Example: <response> <>daily.co.uk</> <>taken</> </response> JSON: { } : daily.co.uk, : taken, To select the language in which you receive the response you will need to alter the URL that you post the HTTP request to. Response Language KVP XML JSON URL

3 How to pay for Domain Registrations, Transfers and Renewals Some of the services that are available through this API require a payment. Payments are made using Domain Credits at the rate of 1 credit per year of registration or renewal and 1 credit per transfer (excluding CentralNic and Nominet transfers which are free of charge). Domain credits can be purchased from vary in price depending on the quantity ordered. Standard Error Responses If an API call you make fails due to an error with the Daily API or because the values submitted were invalid you will be shown a standard error response: KVP: =error error=this request failed because... XML: <response> <>error</> <error>this request failed because...</error> </response> JSON: { } : error, error : This request failed because..., If you feel that the error message you are shown is not descriptive enough to enable you to debug the problem, please contact the Daily helpdesk so that additional text can be added to the response. API Access Rate Limits To ensure the availability of the API service to all customers there are two minor restrictions imposed on the API users (all restrictions are on a rolling period, so if you are limited it will only be for a short time). 1. A limit of 3600 per hour is applied to all connections. If more than 1 per second is made you will be restricted until the balance is restored. 2. A limit of 60 requests within a 5 minute period is applied to just external connection (such as lookups and WHOIS calls). This limit is imposed until the balance is restored. If you are limited you will receive an error response, e.g.: =error error=access limit exceeded.

4 Contents 1. Login Management 1. Get login Login function 2. Check Check login 3. Clear Logout function 2. Account Status 1. Credit check Check account credits (used for payments) 2. Order check Check the of order items 3. Domain renewals Get list of due for renewal 3. Contacts Management 1. Contacts list List all contacts in your account (used for registrations and transfers) 2. Create contact Add a contact to your account 3. Delete contact Delete a contact from your account 4. Domain Management 1. Domain list List all the s in your account 2. Domain lookup Check a s availability 3. Domain register Register a for your customer using credits as payment 4. Domain transfer Transfer a to your account at Daily using credits as payment 5. Domain renew Renew one of your s that has a renewal due 5. DNS Management 1. Get DNS records Fetch all DNS records for a in your account 2. Create a DNS record Create a DNS record for a in your account 3. Delete a DNS record Remove a DNS record for a in your account. 4. Reset ZONE Reset the zone file to the Daily defaults.

5 Login Management Get Login Token In order to access the API you must have a valid, you can get a by calling this with your Daily username and API password that can be enabled through your Daily Control Panel in the My Account section. Method _get Username Password Your Daily username that you use to access This is your API password that you can enable through the Daily control panel in the My Account section. Status last_access Token Ok :00:00 This is the timestamp of when you logged in to the API. This is the password that you will need for all other API calls Example =_get; username=my_username; password=mypassword =ok last_access= :00:00 =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx Check Token If at any point during your session you'd like to lookup the details about your you can use this. _check pass phrase that supplied by the _get last_access Ok :00:00 This is the timestamp of when you last accessed the API to perform an action. Example =_check; =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx; =ok last_access= :00:00

6 Clear Token (logout) After you have performed the action(s) that you wish to make during this session it is advised that you logout your using this. _clear pass phrase that supplied by the _get Ok Example =_clear; =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx; =ok

7 Account Status Credit Check This reports the number of credits that you have available for.com,.net,.org,.info,.biz,.cc,.tv and.uk registrations, renewals and transfers. credits_check pass phrase that supplied by the _get uk cnoib 999 number of credits that can be used for.uk registrations, renewals and transfers (one credit per year). 999 number of credits that can be used for.com,.net,.org,.info and.biz s. Example =credits_check; =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx; uk=999 cnoib=999 Order Check This requires an order_id and returns the of this order, failed or filled. order_id order_ order_id order_items.n. order_items.n.name order_items.n.product_code order_items.n.id Example order_check pass phrase that supplied by the _get an order an that belongs to your account. filled, failed, filling the order id that you requested. Filled, failed or filling the of each item in the order. Product name for each of the items in the order Daily product code for each of the items in the order. Id for each of the items in the order. =order_check; order_id=12345 =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx; order_=filled order_id=12345 order_items.0.stauts=filled order_items.0.name=register example.co.uk for 2 years (Domain Credit) order_items.0.id=54321

8 Domain Renewals This optionally requires number of days (default 60) to fetch a list of s that will be expiring within the next X amount of days. _renewals pass phrase that supplied by the _get Days Number of days from now (ie 30) s.n. s.n. s.n.created s.n.expires Example Live, suspended or closed. The name that requires a renewal. YYYY-MM-DD HH:MM:SS created timestamp YYYY-MM-DD HH:MM:SS expires timestamp =_renewals; days=30; =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx; s.0.created= :00:00 s.0.=example.co.uk s.0.expires= :00:00 s.1.created= :00:00 s.1.=example.com s.1.expires= :00:00 s.2.created= :00:00 s.2.=exmaple.uk.com s.2.expires= :00:00

9 Contacts Management List all Contacts This will retrieve a list of all your contacts which are used for registration and contact details update. contacts_list pass phrase that supplied by the _get contacts.n.id contacts.n.forename contacts.n.surname contacts.n. contacts.n.address1 contacts.n.address2 contacts.n.town contacts.n.region 999 this is the id of the contact's record. Letters, spaces and -'s are allowed. Letters, spaces and -'s are allowed. A valid address. Alphanumeric string. Alphanumeric string. Alphanumeric string. If the country is United States then this should be the escaped 2 character region code. contacts.n.country contacts.n.postcode contacts.n.phone contacts.n.fax contacts.n.organisation contacts.n.usertype CODE User Type: If the country is United Kingdom then this value should be the county. This must be the the ISO alpha-code country name. For reference please view: Alphanumeric string. Telephone number format is +[COUNTRY CODE].[PHONE NUMBER]x[EXT (optional)], for example: Telephone number format is +[COUNTRY CODE].[PHONE NUMBER]x[EXT (optional)], for example: Only applicable to businesses. LTD PLC PTNR STRA LLP IP IND SCH RCHAR GOV CRC STAT OTHER FIND FCORP FOTHER UK Limited Company UK Public Limited Company UK Partnership UK Sole Trader UK Limited Liability Partnership UK Industrial/Provident Registered Company UK Individual (representing self) UK School UK Registered Charity UK Government Body UK Corporation by Royal Charter UK Statutory Body UK Entity that does not fit into any of the above (e.g. clubs, associations, many universities) Non-UK Individual (representing self) Non-UK Corporation Non-UK Entity that does not fit into any of the above (e.g. charities, schools, clubs, associations) contacts.n.company_number Example Only applicable to businesses. =contacts_list; =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx; contacts.0.id=1 contacts.0.forename=my contacts.0.surname=name contacts.0.organisation=my Company contacts.0. =me@me.com contacts.0.address1=my Address

10 contacts.0.address2= contacts.0.town=my Town contacts.0.region=london contacts.0.country=united Kingdom contacts.0.postcode=aa1 11AA contacts.0.phone= contacts.0.fax= contacts.0.usertype=ind contacts.0.company_number= contacts.1.id=2 contacts.1.forename=your contacts.1.surname=name contacts.1.organisation=your Company contacts.1.address1=you Address contacts.1.address2= contacts.1.town=your Town contacts.1.region=derbyshire contacts.1.country=united Kingdom contacts.1.postcode=aa1 11AA contacts.1.phone= contacts.1.fax= contacts.1.usertype=ind contacts.1.company_number= Create A Contact This will you to create a new contact record that can be used for registrations or transfers. forename surname address1 address2 town region country contacts_create pass phrase that supplied by the _get Letters, spaces and -'s are allowed. Letters, spaces and -'s are allowed. A valid address. Alphanumeric string. Alphanumeric string. Alphanumeric string. If the country is United States then this should be the escaped 2 character region code. If the country is United Kingdom then this value should be the county. This must be the the ISO alpha-code country name. For reference please view: postcode phone fax organisation usertype Alphanumeric string. Telephone number format is +[COUNTRY CODE].[PHONE NUMBER]x[EXT (optional)], for example: Telephone number format is +[COUNTRY CODE].[PHONE NUMBER]x[EXT (optional)], for example: Only applicable to businesses. Code User Type LTD PLC PTNR STRA LLP IP IND SCH RCHAR GOV CRC STAT OTHER UK Limited Company UK Public Limited Company UK Partnership UK Sole Trader UK Limited Liability Partnership UK Industrial/Provident Registered Company UK Individual (representing self) UK School UK Registered Charity UK Government Body UK Corporation by Royal Charter UK Statutory Body UK Entity that does not fit into any of the above (e.g. clubs, associations, many

11 company_number FIND FCORP FOTHER universities) Non-UK Individual (representing self) Non-UK Corporation Non-UK Entity that does not fit into any of the above (e.g. charities, schools, clubs, associations) Only applicable to businesses. (N = a number starting with 0 and is used to represent an ARRAY data structure): id Example 999 this is the id of the contact's record. =contacts_create; =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx; forename=my; surname=name; organisation=my Company; =me@me.com; address1=my Address; address2=; town=my Town; region=london; country=united Kingdom; postcode=aa1 11AA; phone= ; fax= ; usertype=ind; company_number= ; =ok ok=contact record for Mr Example has been removed. Contacts Delete This requires a contact ID and allows you to delete a contact record in your account. contacts_delete id ok pass phrase that supplied by the _get the ID for a contacts record that you wish to delete. ok a more detailed response about the record you've deleted. Example =contacts_delete; id=12345 =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx; =ok ok=contact record for Mr Example has been removed.

12 Domain Management Domain List This returns a list of all the s you have in your account. s.n. s.n. s.n.created s.n.expires s.n.last_checked _list pass phrase that supplied by the _get The of this The name YYYY-MM-DD HH:MM:SS timestamp of the date this was first registered. YYYY-MM-DD HH:MM:SS timestamp of the expiry date for this. YYYY-MM-DD HH:MM:SS timestamp the last time this was checked by Daily. Example =_list; =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx; s.0.created= :00:00 s.0.last_checked= :32:18 s.0.=example.co.uk s.0.=live s.0.expires= :00:00 s.1.created= :00:00 s.1.last_checked= :59:34 s.1.=example.com s.1.=live s.1.expires= :00:00 Domain Lookup This allows you to check to see if a is available for registration. You can also supply the bulk flag and the will respond with the for all TLDs (this call will take longer to return the data due to the extra workload). _lookup example.com - A valid name. bulk yes or '' - optional, if supplied the will return the result for all TLDs. pass phrase that supplied by the _get Returns (not bulk) request: The name that you requested the lookup on. available, taken, error Returns for bulk request: bulk.n. The name that you requested the lookup on. TLDs include gb.net, biz, org.uk, net, web.com, de.com, asia,.ltd.uk, uk.net, tv, uk.com, com, cc, plc.uk, me.uk, org, eu.com, net.uk, us.com, tel, me, info, eu, mobi and co.uk. bulk.n. available, taken, error Example (not bulk) =_lookup; =example.com; =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx;

13 Example (not bulk) Response: =example.com =taken Example bulk =_lookup; =example.com; bulk=yes; =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx; Example bulk Response: bulk.0.=example.gb.net bulk.0.=error bulk.1.=example.biz bulk.1.=taken bulk.2.=example.org.uk bulk.2.=taken bulk.3.=example.net bulk.3.=taken bulk.4.=example.web.com bulk.4.=available bulk.5.=example.de.com bulk.5.=error bulk.6.=example.gb.com bulk.6.=error Domain Register This allows you to register a using your credits. contact_id years order_id Example _register example.com - A valid available name. digit Your contacts can be seen using the contacts_list. digit Number of years to register this (.uk s default to 2 years). pass phrase that supplied by the _get the name that you requested the lookup on. ok or error this is the order id that can be used in conjunction with the order_check to see the of this transaction. =_register; =example.co.uk; contact_id=2; years=2; =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx; =example.co.uk =ok order_id=12345

14 Domain Transfer This allows you to transfer a into your account using your credits. contact_id order_id _transfer example.com - A valid available name. digit Your contacts can be seen using the contacts_list. pass phrase that supplied by the _get the name that you requested the lookup on. ok or error this is the order id that can be used in conjunction with the order_check to see the of this transaction. Example =_transfer; =example.co.uk; contact_id=2; =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx; =example.co.uk =ok order_id=12345 Domain Renew This allows you to renew a that's in your account. years order_id Example _renew example.com - A valid available name. digit Your contacts can be seen using the contacts_list. pass phrase that supplied by the _get the name that you requested the lookup on. ok or error this is the order id that can be used in conjunction with the order_check to see the of this transaction. =_renew; =example.co.uk; years=2 =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx; =example.co.uk =ok order_id=12345

15 DNS Management Get DNS Records for Domain This will retrieve all the DNS records for the that you've supplied. dns_get pass phrase that supplied by the _get example.com - A name that is in your account. Returns (N = a number starting with 0 and is used to represent an ARRAY data structure): Example.com dns_records.n.data dns_records.n.type A dns_records.n.host www dns_records.n.id this id will be needed if you wish to edit this record (using the dns_set ). dns_records.n.mx_priority Example 5 this is only supplied if the dns_records.n.type is MX. =dns_get; =example.com; =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx; =example.com dns_records.0.data=ns1.daily.co.uk. dns_records.0.type=ns dns_records.0.id=1 dns_records.0.host=@ dns_records.1.data=ns2.daily.co.uk. dns_records.1.type=ns dns_records.1.id=2 dns_records.1.host=@ dns_records.2.data=ns1.daily.co.uk. dns_records.2.type=soa dns_records.2.id=3 dns_records.2.host=@ dns_records.3.data=mx.daily.co.uk. dns_records.3.type=mx dns_records.3.id=4 dns_records.3.host=@ dns_records.3.mx_priority=5 dns_records.4.data= dns_records.4.type=a dns_records.4.id=5 dns_records.4.host=@ dns_records.5.data= dns_records.5.type=a dns_records.5.id=6 dns_records.5.host=www

16 Create a DNS Record for Domain This will allow you to create a DNS record for your (s). dns_set pass phrase that supplied by the _get example.com - A name that is in your account. action add record_data Data string for record data (eg ) record_host Data string for record host (eg www) record_type recrod_mx_priority A, MX, CNAME, etc A number between 1 and 99, only required if the record_type is equal to MX. example.com record_data record_type A record_host record_mx_priority Example www 5 this is only supplied if the record_type is MX. added =dns_set; =example.com; action=add; record_data= ; record_host=www; record_type=a; =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx =example.com =added record_data= record_type=a record_host=www record_mx_priority=

17 Delete a DNS Record for Domain This will allow you to delete a DNS record. dns_set pass phrase that supplied by the _get action record_id example.com - A name that is in your account. delete The record id from dns_get example.com deleted Example =dns_set; =example.com; action=delete; record_id=12345 =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx =example.com =deleted Reset Zone for Domain This will allow you to reset the Zone to defaults for your. action Example dns_set pass phrase that supplied by the _get example.com - A name that is in your account. reset example.com deleted =dns_set; =example.com; action=reset; =ExAmPlExMpLeExAmPlExAmPlExAmPlExAmPlExAmPlExAmPlEx =example.com =reset Version 1.0 Revision 1.1 Initial release August 2012 Minor formatting changes

Rules. 1. Domain Name Definitions

Rules. 1. Domain Name Definitions Rules IMPORTANT: The purpose of this document is to describe the Nominet (UK) ("We", "Our" or "Us") rules for the registration and use of domain names within the.uk domain and its sub-domains (the "Rules").

More information

API documentation - 1 -

API documentation - 1 - API documentation - 1 - Table of Contents 1. Introduction 1.1. What is an API 2. API Functions 2.1. Purge list of files 2.1.1 Description 2.1.2 Implementation 2.2. Purge of whole cache (all files on all

More information

Brobuild Terms & Conditions

Brobuild Terms & Conditions Brobuild Terms & Conditions Website Design & Web Solutions Brobuild Web design Terms and conditions 1. The contract between Brobuild (or any franchise signed up with Brobuild Franchise ltd hereafter called

More information

Talk-101 User Guide. DNSGate

Talk-101 User Guide. DNSGate Talk-101 User Guide DNSGate What is DNSGate? DNSGate is a management interface to allow you to make DNS changes to your domain. The interface supports A, CNAME, MX and TXT records. What is DNS? DNS stands

More information

API Commands Reseller Partners

API Commands Reseller Partners API Commands Reseller Partners API Version 6.9 Revision Date: 21 st August 2014 Contents Commands... 3 useradd... 3 usermodify... 5 userget... 7 usersuspend... 9 domainadd... 10 domaincancel... 13 domaincheck...

More information

Vodafone Business Product Management Group. Web and Domain Frequently Asked Questions (FAQs)

Vodafone Business Product Management Group. Web and Domain Frequently Asked Questions (FAQs) Vodafone Business Product Management Group Hosted Services Web and Domain Frequently Asked Questions (FAQs) Vodafone Group 2010 Other than as permitted by law, no part of this document may be reproduced,

More information

Rules for the release of domain names at the second level in.uk

Rules for the release of domain names at the second level in.uk Rules for the release of domain names at the second level in.uk Definitions Contention Right Holder means as between different holders of domains in an Eligible Second Level Registry as at Cut Off the

More information

AusCERT Remote Monitoring Service (ARMS) User Guide for AusCERT Members

AusCERT Remote Monitoring Service (ARMS) User Guide for AusCERT Members AusCERT Remote Monitoring Service (ARMS) User Guide for AusCERT Members Last updated: 27/06/2014 Contents 1 Introduction... 2 1.1 What is ARMS?... 2 1.2 Glossary Terms... 2 2 Setting up your ARMS configuration

More information

e-filing Secure Web Service User Manual

e-filing Secure Web Service User Manual e-filing Secure Web Service User Manual Page1 CONTENTS 1 BULK ITR... 6 2 BULK PAN VERIFICATION... 9 3 GET ITR-V BY TOKEN NUMBER... 13 4 GET ITR-V BY ACKNOWLEDGMENT NUMBER... 16 5 GET RETURN STATUS... 19

More information

Startup guide for Zimonitor

Startup guide for Zimonitor Page 1 of 5 Startup guide for Zimonitor This is a short introduction to get you started using Zimonitor. Start by logging in to your version of Zimonitor using the URL and username + password sent to you.

More information

Safeguard Ecommerce Integration / API

Safeguard Ecommerce Integration / API Safeguard Ecommerce Integration / API Product Manual Version 3 Revision 1.11 Table of Contents 1. INTRODUCTION... 4 1.1 Available commands... 4 2. HOW THE ADMINISTRATION SYSTEM IS EXPECTED TO BE USED OPERATIONALLY...

More information

DigiCert User Guide. Version 4.1

DigiCert User Guide. Version 4.1 DigiCert User Guide Version 4.1 Contents 1 User Management... 7 1.1 Roles and Account Access... 7 1.1.1 Administrator Role... 7 1.1.2 User Role... 7 1.1.3 CS Verified User... 7 1.1.4 EV Verified User...

More information

How to Configure edgebox as a Web Server

How to Configure edgebox as a Web Server intelligence at the edge of the network www.critical-links.com edgebox V4.5 Introduction: The Web Server panel allows the simple creation of multiple web sites using the Apache web server. Each website

More information

OpenSRS Quickstart Guide April 15, 2011

OpenSRS Quickstart Guide April 15, 2011 OpenSRS Quickstart Guide April 15, 2011 Table of Contents Welcome to OpenSRS...3 Overview...3 Before You Begin...3 Our Two Environments: Live and Test...3 The OpenSRS Test Environment...4 The OpenSRS Live

More information

Our server platform consists of Microsoft Windows 2008 servers with SQL Server 2005 which are under 24/24 monitoring.

Our server platform consists of Microsoft Windows 2008 servers with SQL Server 2005 which are under 24/24 monitoring. DomainAPI v2.1 ARCHITECTURE Server platform Our server platform consists of Microsoft Windows 2008 servers with SQL Server 2005 which are under 24/24 monitoring. Application The Register.eu Gateway is

More information

End User FAQ. Registration/Payment. Which TLDs can I buy? How do I search for domains?

End User FAQ. Registration/Payment. Which TLDs can I buy? How do I search for domains? End User FAQ Registration/Payment Which TLDs can I buy? Your service provider may offer sales, support, and management for the following gtlds and cctlds:.com.net.org.info.biz.tel.asia.au.be.bz.ca.cc.co.de.dk.es.eu.in.it.me.mobi.name.nl.tv.co.uk.me.uk.org.uk.us.ws

More information

1999-2006 enom, Inc. API response codes

1999-2006 enom, Inc. API response codes API response codes Introduction When you run a query against the enom API, the response includes a numeric code and a corresponding text message. This allows us to standardize our responses and make them

More information

LifeSize UVC Access Deployment Guide

LifeSize UVC Access Deployment Guide LifeSize UVC Access Deployment Guide November 2013 LifeSize UVC Access Deployment Guide 2 LifeSize UVC Access LifeSize UVC Access is a standalone H.323 gatekeeper that provides services such as address

More information

REST Webservices API Reference Manual

REST Webservices API Reference Manual crm-now/ps REST Webservices API Reference Manual Version 1.5.1.0 crm-now development documents Page 1 Table Of Contents OVERVIEW...4 URL FORMAT...4 THE RESPONSE FORMAT...4 VtigerObject...5 Id Format...5

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

CUSTOMER DOMAIN REGISTRATION PRODUCT AGREEMENT EXTENSION

CUSTOMER DOMAIN REGISTRATION PRODUCT AGREEMENT EXTENSION CUSTOMER DOMAIN REGISTRATION PRODUCT AGREEMENT EXTENSION Netlynx Technologies Pvt. Ltd. (hereinafter referred to as "Parent") AND you (hereinafter referred to as "Customer") HAVE entered into a Customer

More information

vcommander will use SSL and session-based authentication to secure REST web services.

vcommander will use SSL and session-based authentication to secure REST web services. vcommander REST API Draft Proposal v1.1 1. Client Authentication vcommander will use SSL and session-based authentication to secure REST web services. 1. All REST API calls must take place over HTTPS 2.

More information

SWITCH, Werdstrasse 2, P.O. Box, CH-8021 Zürich www.nic.ch. EPP Manual. Version 2.1.2 with DNSSEC and RGP. November 7, 2013 SWITCH

SWITCH, Werdstrasse 2, P.O. Box, CH-8021 Zürich www.nic.ch. EPP Manual. Version 2.1.2 with DNSSEC and RGP. November 7, 2013 SWITCH EPP Manual Version 2.1.2 with DNSSEC and RGP November 7, 2013 SWITCH Contents 1 Management Summary... 3 2 Introduction... 3 2.1 EPP standard + legal fundaments... 4 2.2 Conditions of use... 4 3 Using the

More information

Single Sign-On Implementation Guide

Single Sign-On Implementation Guide Salesforce.com: Salesforce Winter '09 Single Sign-On Implementation Guide Copyright 2000-2008 salesforce.com, inc. All rights reserved. Salesforce.com and the no software logo are registered trademarks,

More information

DNS and E-mail Interface User Guide

DNS and E-mail Interface User Guide DNS and E-mail Interface User Guide Document Revision 04 // 2012 www.twcbc.com back back to TOC to TOC Header Text and Info Table of Contents 1. Introduction 3 2. Accessing the Application 4 3. Working

More information

Enterprise Mail User Manual Advanced Internet Technologies, Inc. June 2012

Enterprise Mail User Manual Advanced Internet Technologies, Inc. June 2012 Enterprise Mail User Manual Advanced Internet Technologies, Inc. June 2012 Document Overview Revision History This is version 2.0 of the Enterprise Mail User Manual. All updates to this document will be

More information

Manual. Netumo NETUMO HELP MANUAL WWW.NETUMO.COM. Copyright Netumo 2014 All Rights Reserved

Manual. Netumo NETUMO HELP MANUAL WWW.NETUMO.COM. Copyright Netumo 2014 All Rights Reserved Manual Netumo NETUMO HELP MANUAL WWW.NETUMO.COM Copyright Netumo 2014 All Rights Reserved Table of Contents 1 Introduction... 0 2 Creating an Account... 0 2.1 Additional services Login... 1 3 Adding a

More information

Table of Contents. Open-Xchange Authentication & Session Handling. 1.Introduction...3

Table of Contents. Open-Xchange Authentication & Session Handling. 1.Introduction...3 Open-Xchange Authentication & Session Handling Table of Contents 1.Introduction...3 2.System overview/implementation...4 2.1.Overview... 4 2.1.1.Access to IMAP back end services...4 2.1.2.Basic Implementation

More information

System Administration and Log Management

System Administration and Log Management CHAPTER 6 System Overview System Administration and Log Management Users must have sufficient access rights, or permission levels, to perform any operations on network elements (the devices, such as routers,

More information

How to Order and Install Odette Certificates. Odette CA Help File and User Manual

How to Order and Install Odette Certificates. Odette CA Help File and User Manual How to Order and Install Odette Certificates Odette CA Help File and User Manual 1 Release date 20.07.2015 Contents Preparation for Ordering an Odette Certificate... 3 Step 1: Prepare the information you

More information

Transfer of domain name registration

Transfer of domain name registration Transfer of domain name registration This form authorises the transfer of the domain name Currently registered in the name of This name should be taken from the WHOIS information that can be found at www.nominet.org.uk

More information

Specific API Usage Limitations... 6 Daily Limitation... 6 Concurrency Limitation... 6. API Description... 7 Site Data API... 7

Specific API Usage Limitations... 6 Daily Limitation... 6 Concurrency Limitation... 6. API Description... 7 Site Data API... 7 Last update: July 2015 SolarEdge API SolarEdge API Contents Last update: July 2015... 1 SolarEdge API... 2 Contents... 2 General... 3 Purpose and scope... 3 Acronyms and abbreviations... 3 Introduction...

More information

Registry Update. John Dickinson. Nominet UK

Registry Update. John Dickinson. Nominet UK Registry Update John Dickinson Nominet UK Registry Update What Nominet does Recent technical changes and future plans What Nominet does UK Domain Name Registry Delegated to provide name resolution for.uk

More information

Token Payment Web Services

Token Payment Web Services Web Active Corporation/eWAY Token Payment Web Services Data type and field specifications 23/06/2010 Version 1.4 Contents Introduction... 3 Data Field Specifications... 4 Field Description... 6 Validation

More information

Copyright Pivotal Software Inc, 2013-2015 1 of 10

Copyright Pivotal Software Inc, 2013-2015 1 of 10 Table of Contents Table of Contents Getting Started with Pivotal Single Sign-On Adding Users to a Single Sign-On Service Plan Administering Pivotal Single Sign-On Choosing an Application Type 1 2 5 7 10

More information

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

Reverse Proxy Guide. Version 2.0 April 2016

Reverse Proxy Guide. Version 2.0 April 2016 Version 2.0 April 2016 Reverse Proxy Guide Copyright 2016 iwebgate. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated

More information

Using Foundstone CookieDigger to Analyze Web Session Management

Using Foundstone CookieDigger to Analyze Web Session Management Using Foundstone CookieDigger to Analyze Web Session Management Foundstone Professional Services May 2005 Web Session Management Managing web sessions has become a critical component of secure coding techniques.

More information

Riverbed Cascade Shark Common REST API v1.0

Riverbed Cascade Shark Common REST API v1.0 Riverbed Cascade Shark Common REST API v1.0 Copyright Riverbed Technology Inc. 2015 Created Feb 1, 2015 at 04:02 PM Contents Contents Overview Data Encoding Resources information: ping information: list

More information

emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd

emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd Important Notice: The Information contained in this document is subject to change without notice and should not be construed as a

More information

How to Order and Install Odette Certificates. Odette CA Help File and User Manual

How to Order and Install Odette Certificates. Odette CA Help File and User Manual How to Order and Install Odette Certificates Odette CA Help File and User Manual 1 Release date 24.02.2014 Contents Preparation for Ordering an Odette Certificate... 3 Step 1: Prepare the information you

More information

OpenSRS Reseller s Guide to Domain Name Registration and Management. Version 2.10 August 25, 2007

OpenSRS Reseller s Guide to Domain Name Registration and Management. Version 2.10 August 25, 2007 OpenSRS Reseller s Guide to Domain Name Registration and Management Version 2.10 August 25, 2007 Last modified August 20, 2007 COPYRIGHT Copyright Tucows Inc. All rights reserved. Table of Contents The

More information

Installing, Uninstalling, and Upgrading Service Monitor

Installing, Uninstalling, and Upgrading Service Monitor CHAPTER 2 Installing, Uninstalling, and Upgrading Service Monitor This section contains the following topics: Preparing to Install Service Monitor, page 2-1 Installing Cisco Unified Service Monitor, page

More information

User Manual BULKSMSNAIJA.COM. Mobile Services Reseller Panel

User Manual BULKSMSNAIJA.COM. Mobile Services Reseller Panel BULKSMSNAIJA.COM User Manual The document assists end users in connection with SMS services reseller panel, to run their own SMS company and manage everything on their own without having a technical and

More information

How to Order and Install Odette Certificates. Odette CA Help File and User Manual

How to Order and Install Odette Certificates. Odette CA Help File and User Manual How to Order and Install Odette Certificates Odette CA Help File and User Manual 1 Release date 28.07.2014 Contents Preparation for Ordering an Odette Certificate... 3 Step 1: Prepare the information you

More information

IoT-Ticket.com. Your Ticket to the Internet of Things and beyond. IoT API

IoT-Ticket.com. Your Ticket to the Internet of Things and beyond. IoT API IoT-Ticket.com Your Ticket to the Internet of Things and beyond IoT API Contents 1 Introduction... 4 1.1 Overview... 4 1.2 Abbreviations and definitions... 4 1.3 Data Model... 4 1.4 General Information...

More information

MXSAVE XMLRPC Web Service Guide. Last Revision: 6/14/2012

MXSAVE XMLRPC Web Service Guide. Last Revision: 6/14/2012 MXSAVE XMLRPC Web Service Guide Last Revision: 6/14/2012 Table of Contents Introduction! 4 Web Service Minimum Requirements! 4 Developer Support! 5 Submitting Transactions! 6 Clients! 7 Adding Clients!

More information

Activating the Realtime Register module within WHMCS. Unzip the Realtime Register module and upload it to your root directory

Activating the Realtime Register module within WHMCS. Unzip the Realtime Register module and upload it to your root directory WHMCS set up guide This guide helps you setting up your WHMCS preferences to enable a strong and effective connection between WHMCS and Realtime Register. To install the WHMCS module you need to have administrator

More information

The Domain Name System

The Domain Name System DNS " This is the means by which we can convert names like news.bbc.co.uk into IP addresses like 212.59.226.30 " Purely for the benefit of human users: we can remember numbers (e.g., telephone numbers),

More information

CNAME and Redirection Code Instructions Table of Contents Using a Custom Domain/SubDomain... 3 Specific Provider Instructions... 3 1&1... 3 DNS Park... 4 enom... 4 Eurodns.com... 4 EveryDNS.net... 5 Gandi.net...

More information

ipayment Gateway API (IPG API)

ipayment Gateway API (IPG API) ipayment Gateway API (IPG API) Accepting e-commerce payments for merchants Version 3.2 Intercard Finance AD 2007 2015 Table of Contents Version control... 4 Introduction... 5 Security and availability...

More information

How-to: Single Sign-On

How-to: Single Sign-On How-to: Single Sign-On Document version: 1.02 nirva systems info@nirva-systems.com nirva-systems.com How-to: Single Sign-On - page 2 This document describes how to use the Single Sign-On (SSO) features

More information

CONFIGURING FUSE BUSINESS

CONFIGURING FUSE BUSINESS CONFIGURING FUSE BUSINESS This tutorial will walkthrough with you on how to configure your Fuse Business Account. You will learn how to setup your domain name for use with EmailHosting.com, as well as

More information

Sage 200 Web Time & Expenses Guide

Sage 200 Web Time & Expenses Guide Sage 200 Web Time & Expenses Guide Sage (UK) Limited Copyright Statement Sage (UK) Limited, 2006. All rights reserved If this documentation includes advice or information relating to any matter other than

More information

Adding New Clients to Your Account. Adding Orgs With a Unique Mail Server pg 2 Adding Orgs That Share Similar Mail Servers pg 6

Adding New Clients to Your Account. Adding Orgs With a Unique Mail Server pg 2 Adding Orgs That Share Similar Mail Servers pg 6 Adding New Clients to Your Account Adding Orgs With a Unique Mail Server pg 2 Adding Orgs That Share Similar Mail Servers pg 6 Google Message Security, Powered by Postini Adding N ew Clients to Your Account

More information

A Reseller s Guide to Using Helm

A Reseller s Guide to Using Helm A Reseller s Guide to Using Helm Table of Contents ABOUT HELM AND THIS GUIDE...4 1.) LOGGING INTO HELM...5 2.) CHANGING YOUR PASSWORD...5 3.) CUSTOMIZING YOUR CONTROL PANEL...6 STEP 1: GLOBAL SETTINGS...

More information

The Application Layer. CS158a Chris Pollett May 9, 2007.

The Application Layer. CS158a Chris Pollett May 9, 2007. The Application Layer CS158a Chris Pollett May 9, 2007. Outline DNS E-mail More on HTTP The Domain Name System (DNS) To refer to a process on the internet we need to give an IP address and a port. These

More information

qliqdirect Active Directory Guide

qliqdirect Active Directory Guide qliqdirect Active Directory Guide qliqdirect is a Windows Service with Active Directory Interface. qliqdirect resides in your network/server and communicates with qliqsoft cloud servers securely. qliqdirect

More information

Sonian Getting Started Guide October 2008

Sonian Getting Started Guide October 2008 Sonian Getting Started Guide October 2008 Sonian, Inc. For Authorized Use Only 1 Create your new archiving account 3 Configure your firewall for IMAP collections 4 (Skip this step if you will be using

More information

Single Sign On Guide. Table of Contents

Single Sign On Guide. Table of Contents Single Sign On Guide Table of Contents I. Overview II. Benefits III. How SSO Works IV. Set-up Requirements and Recommendations V. Set-up Instructions a. Required Parameters b. Optional Parameters c. Error

More information

Copyright: WhosOnLocation Limited

Copyright: WhosOnLocation Limited How SSO Works in WhosOnLocation About Single Sign-on By default, your administrators and users are authenticated and logged in using WhosOnLocation s user authentication. You can however bypass this and

More information

DOMAIN NAME TERMS. Jonathan Neale jonathann@sempervox.net

DOMAIN NAME TERMS. Jonathan Neale jonathann@sempervox.net DOMAIN NAME TERMS This policy is subject to change, so please check regularly for updates. This policy is in addition to Sempervox Terms & Conditions. Sempervox is a trading style of Signum Corporate Communications

More information

SYSPRO App Store: Registration Guide

SYSPRO App Store: Registration Guide SYSPRO App Store: Registration Guide SYSPRO App Store Registration Guide 2 Table of Contents What is the SYSPRO App Store?... 3 The SYSPRO App Store URL... 3 Who can use it?... 3 Register as a customer...

More information

Vodafone Bulk Text. User Guide. Copyright Notice. Copyright Phonovation Ltd

Vodafone Bulk Text. User Guide. Copyright Notice. Copyright Phonovation Ltd Vodafone Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd Important Notice: The Information contained in this document is subject to change without notice and should not be construed as

More information

DomainPlex API Documentation

DomainPlex API Documentation DomainPlex API Documentation Copyright 2016 DomainPlex Inc. IMPORTANT: Please check back often for the latest API updates and to ensure that your application is compliant with our services. We are not

More information

Transferring Your Internet Services

Transferring Your Internet Services Page 1 of 6 Transferring Your Internet Services Below you will find the instructions necessary to move your web hosting, email, and DNS services to NuVox. The Basics Transferring your domain name Preparing

More information

How to configure Linksys SPA 941 942 for VOIP Connections

How to configure Linksys SPA 941 942 for VOIP Connections How to configure Linksys SPA 941 942 for VOIP Connections Congratulations. Welcome to VOIP Connections family. 1.) Connect the phone properly. Make sure the phone is connected securely to your router or

More information

Portal Administration. Administrator Guide

Portal Administration. Administrator Guide Portal Administration Administrator Guide Portal Administration Guide Documentation version: 1.0 Legal Notice Legal Notice Copyright 2013 Symantec Corporation. All rights reserved. Symantec, the Symantec

More information

SPC Connect Configuration Manual V1.0

SPC Connect Configuration Manual V1.0 SPC Connect Configuration Manual V1.0 I-200090-1 28.11.2014 Copyright Copyright Technical specifications and availability subject to change without notice. Copyright Siemens AB We reserve all rights in

More information

Hosted Microsoft Exchange 2013 Service. Getting Started Guide

Hosted Microsoft Exchange 2013 Service. Getting Started Guide Hosted Microsoft Exchange 2013 Service Getting Started Guide Welcome to IEDGE. Thank you for choosing IEDGE as your email service provider! We re glad you ve decided to join our community, and we re excited

More information

Admin Guide Virtual Private Server (VPS) MailStreet Hosting Control Panel (CP)

Admin Guide Virtual Private Server (VPS) MailStreet Hosting Control Panel (CP) Admin Guide Virtual Private Server (VPS) MailStreet Hosting Control Panel (CP) DOCUMENT REVISION DATE: September 1, 2009 Virtual Private Server (VPS) Admin Guide / Table of Contents Page 2 of 87 Table

More information

LRFP AND PROJECT APPLICATION TRACKING SYSTEM District Administrator Instructions. Accessing the Administrator Section of the Website

LRFP AND PROJECT APPLICATION TRACKING SYSTEM District Administrator Instructions. Accessing the Administrator Section of the Website LRFP AND PROJECT APPLICATION TRACKING SYSTEM District Administrator Instructions Each school district is responsible for creating and assigning user accounts to access the district s data on the LRFP and

More information

WebAddress Domain Registrar

WebAddress Domain Registrar WebAddress Domain Registrar Introduction WebAddress (http://www.webaddress.co.nz) is a New Zealand domain name registrar. We provide our Members with the tools to effectively manage your own domain names

More information

Creating Accounts... 3. Domain Management... 6

Creating Accounts... 3. Domain Management... 6 Domain Reseller User Guide Table of Contents Creating Accounts... 3 User Registration... 3 Domain Reseller Account Application... 4 Domain Management... 6 Register Domains... 6 Renew Domains... 8 List

More information

Parallels Plesk Panel User Guide

Parallels Plesk Panel User Guide Parallels Plesk Panel User Guide Page 1 of 31 Parallels Plesk Panel User Guide Table of contents Parallels Plesk Panel User Guide... 2 Table of contents... 2 Introduction... 3 Before you begin... 3 Logging

More information

Web24 Web Hosting Guide

Web24 Web Hosting Guide Web24 Web Hosting Guide Welcome Dear Web24 customer, We would like to thank you for choosing Web24 as your preferred web hosting provider. To make your experience as enjoyable as possible, we have prepared

More information

HKBN Wi-Fi Service User Guide

HKBN Wi-Fi Service User Guide HKBN Wi-Fi Service User Guide Content 1. Device Requirements 2. Login Procedures and Auto Login Settings 3. Forget Username / Password 4. Manage Your Auto Login Setting at HKBN Website 5. Technical Support

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Configure Outbound Web Services 7.13.7 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject

More information

Fairsail REST API: Guide for Developers

Fairsail REST API: Guide for Developers Fairsail REST API: Guide for Developers Version 1.02 FS-API-REST-PG-201509--R001.02 Fairsail 2015. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced,

More information

How to set up the Integrated DNS Server for Inbound Load Balancing

How to set up the Integrated DNS Server for Inbound Load Balancing How to set up the Integrated DNS Server for Introduction Getting Started Peplink Balance has a built-in DNS server for inbound link load balancing. You can delegate a domain s NS/SOA records, e.g. www.mycompany.com,

More information

Active Directory Self-Service FAQ

Active Directory Self-Service FAQ Active Directory Self-Service FAQ General Information: info@cionsystems.com Online Support: support@cionsystems.com CionSystems Inc. Mailing Address: 16625 Redmond Way, Ste M106 Redmond, WA. 98052 http://www.cionsystems.com

More information

HE Gateway User guide for colleges and universities

HE Gateway User guide for colleges and universities HE Gateway User guide for colleges and universities HE Gateway 1 Student Loans Company Ltd Contents Section 1 Definitions & Related Documents...3 Definitions... 3 Related Documents... 3 Section 2 Purpose

More information

DOMAIN AND EMAIL GLOSSARY The phrases and terms you may encounter, when registering a domain name

DOMAIN AND EMAIL GLOSSARY The phrases and terms you may encounter, when registering a domain name DOMAIN AND EMAIL GLOSSARY The phrases and terms you may encounter, when registering a domain name Don t know your Registrar from your Registry? No idea what a Name server actually does? Well, don t worry.

More information

First version of the document.

First version of the document. First version of the document. 2.1 Access to web forms... 6 2.2 Menu... 7 2.3 Dashboard... 8 2.4 Domain names... 9 2.4.1 Create domain name... 9 2.4.2 Query domain name details...11 2.4.3 Registrar domain

More information

SafeGuard Enterprise Web Helpdesk. Product version: 6.1

SafeGuard Enterprise Web Helpdesk. Product version: 6.1 SafeGuard Enterprise Web Helpdesk Product version: 6.1 Document date: February 2014 Contents 1 SafeGuard web-based Challenge/Response...3 2 Scope of Web Helpdesk...4 3 Installation...5 4 Allow Web Helpdesk

More information

How to use EasyDDNS. 2006 2012 by HIKVISION. All rights reserved. 1

How to use EasyDDNS. 2006 2012 by HIKVISION. All rights reserved. 1 How to use EasyDDNS 1 Index Before you start... 3 EasyDDNS Mode - Basic Settings... 3 EasyDDNS Mode - Client software... 5 EasyDDNS Mode - DDNS Management System(optional)... 6 IP Server Mode - Settings

More information

Online Timesheets Guide for Contractors

Online Timesheets Guide for Contractors Online Timesheets Guide for Contractors Table Of Contents 1. Welcome To Online Timesheets Page 2 2. Email Activation Page 2 3. Logging Onto The Online Timesheet Portal Page 2 4. Online Timesheet Portal

More information

Welcome to ECBuzz.com! Please go through this document carefully to make the experience of owning and using a website an enjoyable one.

Welcome to ECBuzz.com! Please go through this document carefully to make the experience of owning and using a website an enjoyable one. Sales call: 90116 90305 Sales email: sales@ecbuzz.com Support email: support@ecbuzz.com Welcome to ECBuzz.com! Please go through this document carefully to make the experience of owning and using a website

More information

Secure XML API Integration Guide. (with FraudGuard add in)

Secure XML API Integration Guide. (with FraudGuard add in) Secure XML API Integration Guide (with FraudGuard add in) Document Control This is a control document DESCRIPTION Secure XML API Integration Guide (with FraudGuard add in) CREATION DATE 02/04/2007 CREATED

More information

vcloud Director User's Guide

vcloud Director User's Guide vcloud Director 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

More information

Managing Users and Identity Stores

Managing Users and Identity Stores CHAPTER 8 Overview ACS manages your network devices and other ACS clients by using the ACS network resource repositories and identity stores. When a host connects to the network through ACS requesting

More information

Technical Publications

Technical Publications January 09 babytel ITSP Setup Author: Zultys Technical Support This document covers how to set up a babytel account. For ITSP Accounts ALG is required. For further information on ALG please refer to the

More information

Notifications Documentation

Notifications Documentation Notifications Documentation Document version: 2.0 Date: July 10th, 2013 Table of Contents 1. Notifications.................................................................... 4 1.1 Account...................................................................

More information

THE MOST EFFICIENT DOmAIN management SERvICE IN THE WORLD

THE MOST EFFICIENT DOmAIN management SERvICE IN THE WORLD THE MOST EFFICIENT DOmAIN management SERvICE IN THE WORLD Realtime Register has been active in the web hosting and domain name industry for more than 10 years and has been IcaNN accredited since 2004.

More information

SoftwarePlanner Active Directory Authentication

SoftwarePlanner Active Directory Authentication User s Guide SoftwarePlanner Active Directory Authentication This document provides an explanation of using Active Directory with SoftwarePlanner. 1 Narrative In some situations, it may be preferable to

More information

WEBTITAN CLOUD. User Identification Guide BLOCK WEB THREATS BOOST PRODUCTIVITY REDUCE LIABILITIES

WEBTITAN CLOUD. User Identification Guide BLOCK WEB THREATS BOOST PRODUCTIVITY REDUCE LIABILITIES BLOCK WEB THREATS BOOST PRODUCTIVITY REDUCE LIABILITIES WEBTITAN CLOUD User Identification Guide This guide explains how to install and configure the WebTitan Cloud Active Directory components required

More information

Important Information

Important Information June 2015 Important Information The following information applies to Proofpoint Essentials US1 data center only. User Interface Access https://usproofpointessentials.com MX Records mx1-usppe-hosted.com

More information

Quick Reference Guide: Business Mail

Quick Reference Guide: Business Mail : Business Mail TABLE OF CONTENTS GENERAL INFORMATION...2 DETAILED STEPS ON CONFIGURING WINDOWS FOR E-MAIL...2 Set-up For Microsoft Outlook Express...7 Set-up Of Microsoft Outlook On Windows XP...9 PROBLEMS

More information

Test Case 3 Active Directory Integration

Test Case 3 Active Directory Integration April 12, 2010 Author: Audience: Joe Lowry and SWAT Team Evaluator Test Case 3 Active Directory Integration The following steps will guide you through the process of directory integration. The goal of

More information

http://www.dominioweb.org Per informazioni: domini@dominioweb.org

http://www.dominioweb.org Per informazioni: domini@dominioweb.org Domini http://www.dominioweb.org Per informazioni: domini@dominioweb.org Costo Anno i.e..it 8,80.com 8,80.net 8,80.org 8,80.info 8,80.biz 8,80.eu 11,90.name 10,30.mobi 20,00.de 20,00.ch 25,00.ws 10,00.tel

More information