Active Directory Quick Reference Guide for PowerCAMPUS Self-Service 7.x. Release 5 July 2011

Size: px
Start display at page:

Download "Active Directory Quick Reference Guide for PowerCAMPUS Self-Service 7.x. Release 5 July 2011"

Transcription

1 Active Directory Quick Reference Guide for PowerCAMPUS Self-Service 7.x Release 5 July 2011

2 Trademark, Publishing Statement and Copyright Notice SunGard or its subsidiaries in the U.S. and other countries is the owner of numerous marks, including SunGard, the SunGard logo, Banner, PowerCAMPUS, Advance, Luminis, DegreeWorks, fsaatlas, Course Signals, and Open Digital Campus. Other names and marks used in this material are owned by third parties SunGard. All rights reserved. Contains confidential and proprietary information of SunGard and its subsidiaries. Use of these materials is limited to SunGard Higher Education licensees, and is subject to the terms and conditions of one or more written license agreements between SunGard Higher Education and the licensee in question. In preparing and providing this publication, SunGard Higher Education is not rendering legal, accounting, or other similar professional services. SunGard Higher Education makes no claims that an institution's use of this publication or the software for which it is provided will insure compliance with applicable federal or state laws, rules, or regulations. Each organization should seek legal, accounting and other similar professional services from competent providers of the organization s own choosing. This PDF is certified for use with Adobe Readers, version 6.x and higher. Some elements of this PDF may not render properly when viewed using earlier versions of the Acrobat Reader, or with other PDF viewing applications. Prepared by: SunGard Higher Education 4 Country View Road Malvern, Pennsylvania United States of America Customer Support Center Website Documentation Feedback Distribution Services Address distserv@sungardhe.com Revision History Log Publication Date April 2008 June 2009 January 2010 February 2011 July 2011 Summary First release of this guide. More details about settings. Moved information about the Bulk Account Creation function from the list of future enhancements to the list of available functions for the SQL provider. Added information about using the Active Directory for Authentication Only. Added information about what to do if users are not created in the specified container or organizational unit. Added information about all the options you need to set when using an Active Directory membership provider and want to allow users to change their passwords.

3 Active Directory for PowerCAMPUS Table of Contents Table of Contents Authentication Provider Details History Current State Active Directory (AD) SQL Provider What to Expect in the Future Frequently Asked Questions about AD Domains Does Self-Service support authentication to multiple AD domains? Does Self-Service support authentication to one domain with multiple child domains? Should I use the machine name, domain name, or IP Address for membership settings? Containers and Organizational Units (OUs) Does Self-Service support authentication to multiple AD containers/ous? Can Self-Service create users in multiple AD containers/ous? What if I want Self-Service to create users in ONE Active Directory container/ou? To create users in ONE container, does that have to be an OU or can it be a CN? What is the difference between an OU and a CN? How can I find the correct LDAP path to the container/ou I want to use? What if users are not created in the specified container or OU? Authentication Only What if I only want to use the Active Directory for Authentication? SiteAdministrator User What AD permissions does the SiteAdministrator user need? Is the SiteAdministrator user created when you install Self-Service? When I log into Self-Service as SiteAdministrator, why don't I see the Administration tab? ASP.Net SQL Database Why do I need the ASP.Net SQL database if I'm using AD as my membership provider? Machine Key What is the machine key in the Web.config file and what is it used for? Can I change the machine key from the default value that ships with the product? Active Directory Quick Reference Guide for PowerCAMPUS iii

4 Table of Contents Active Directory for PowerCAMPUS User Account Settings What happens when I set expiration dates for user accounts? What AD attrributes need to be set so users can change passwords? What happens if I do not allow users to change their passwords? What happens if I force users to change their passwords? How do I disable the Password/Security Question and/or Account Mapping? Why can t I change a user s role? iv Active Directory Quick Reference Guide for PowerCAMPUS

5 Active Directory for PowerCAMPUS Authentication Provider Details History Authentication Provider Details Authentication refers to the means by which PowerCAMPUS Self-Service can grant access to the application with a username and a password. The source, or membership provider, of authentication refers to the location where the usernames and passwords are stored. History IQ.Web used tables within the PowerCAMPUS database (ABT_ACCOUNTS and others) to store usernames and passwords. This method was effective to a degree, but put an unnecessary load on the PowerCAMPUS database and had some potential security problems. Current State With PowerCAMPUS 7.x and the update of IQ.Web to Self-Service using.net technology, we now support what is commonly referred to as the membership provider model of authentication. The provider model means that different sources of authentication can be used depending on the school's preference. Out of the box, PowerCAMPUS Self-Service 7.x supports two membership providers: Active Directory (AD) and SQL Provider. Active Directory (AD) Active Directory is the standard provider offered by Microsoft. It is commonly used on our client campuses to authenticate users to their local Windows network. When you use an AD provider, Self-Service users will have the same username and password for Self-Service as they would for their network login. IT staff has one less location to create and maintain accounts on campus. Institutions must create accounts on their own. However, as most schools already employ AD, most have homegrown scripts or have purchased thirdparty tools to automate account creation. Schools which are using the PowerCAMPUS Portal can use the ADWatcher feature to automate the creation and modification of AD accounts. Active Directory Quick Reference Guide for PowerCAMPUS 1

6 Authentication Provider Details What to Expect in the Future Active Directory for PowerCAMPUS SQL Provider SQL is another standard provider offered by Microsoft. It is similar to the IQ.Web method of storing usernames and passwords in the database. However, because this provider is a separate optimized database, it does not have the inherent security and performance issues of the IQ.Web method. This provider is ideal for schools that do not have AD or wish to keep their AD and Self-Service accounts separate, for whatever reason. An Administrator must create the Self-Service user accounts. Using the Create User function, an Administrator can search for an individual or a group of users in the PowerCAMPUS database, and then create Self-Service accounts for up to 1,000 users at a time. The Request Account function is available, so that people who are already in your PowerCAMPUS database can create new accounts. The system will assign them a username and password based on configurations built by your institution. The Transfer Account function is available, so that people who had IQ.Web accounts can transfer their accounts to the SQL provider. The system will assign them a new username and password based on configurations built by your institution. The Bulk Account Creation function is available, so that schools can import user data from an external file (for example, an Excel spreadsheet) and create Self-Service accounts for these users. What to Expect in the Future Moving forward, the provider model will be extended to the entire PowerCAMPUS application suite -- that means one account, username, and password for each user regardless of the PowerCAMPUS module. Other possible enhancements will be scheduled based on the relative demand received from our client base. These possible enhancements might include any variety of changes, but the most likely (in no particular order) are: More Providers -- Adapters to other authentication sources such as LDAP can be pursued as a customization. Support for Multiple Providers -- The ability to simultaneously use multiple providers. For example, hosting prospective students and alumni in a SQL provider while hosting faculty, students, and staff in AD. 2 Active Directory Quick Reference Guide for PowerCAMPUS

7 Active Directory for PowerCAMPUS Frequently Asked Questions about AD Domains Frequently Asked Questions about AD The following is a list of the questions that have been asked frequently about using the Active Directory with PowerCAMPUS Self-Service. This information will help you set up and troubleshoot your system. Domains Does Self-Service support authentication to multiple AD domains? No. Authentication to multiple AD domains is planned for a later release. Currently, PowerCAMPUS Self-Service only supports authentication against one AD domain. Does Self-Service support authentication to one domain with multiple child domains? No. Authentication to one domain with multiple child domains is planned for a later release. Currently, PowerCAMPUS Self-Service only supports authentication against one AD domain. Should I use the machine name, domain name, or IP Address for membership settings? Using a machine name for any of the membership configuration settings is not recommended. The I.P. Address or Domain Name are the recommended values to use in configuration settings. In some instances, the I.P. Address may need to be used instead of the Host Name and vice versa. The value to use may vary per environment. If you are using more than one domain controller, we recommend that you use the Primary Domain Controller (PDC) for the configuration settings. Sample Values: I.P. Address I.P.: Domain Name Machine Name myserver Sample Settings: Active Directory Quick Reference Guide for PowerCAMPUS 3

8 Frequently Asked Questions about AD Containers and Organizational Units (OUs) Active Directory for PowerCAMPUS Containers and Organizational Units (OUs) Does Self-Service support authentication to multiple AD containers/ OUs? Yes. Authentication to multiple AD containers/organizational units is supported and has been tested. To configure the system in this way, set the LDAP path to your domain root in the connectionsettings.config file. Domain root means setting the LDAP path with the format LDAP://server or LDAP://domain or LDAP://server:port (without ending slashes). With this format: All users who already have user objects in the domain will be able to authenticate to PowerCAMPUS Self-Service. When using PowerCAMPUS Self-Service to create Active Directory accounts, user objects get created in the default Users container (CN=Users). For more information, refer to Can Self-Service create users in multiple AD containers/ous? and What if users are not created in the specified container or OU? If you do not set the LDAP path to your domain root and instead set the LDAP path using a format like LDAP://server/dc=domain,dc=com or LDAP:// server:port/dc=domain,dc=com or LDAP://domain/dc=domain,dc=com, then all users who already have user objects in the domain will also authenticate to PowerCAMPUS Self-Service. However, with this format, when using PowerCAMPUS Self-Service to create Active Directory accounts, the user objects will be created in the root of the domain, and not in a container. This will make for a cluttered Active Directory structure, which you should avoid. 4 Active Directory Quick Reference Guide for PowerCAMPUS

9 Active Directory for PowerCAMPUS Frequently Asked Questions about AD Containers and Organizational Units (OUs) Can Self-Service create users in multiple AD containers/ous? No. This question is related to the previous question if you intend to use PowerCAMPUS Self-Service to create users in AD. Your options are to: Create users in AD through your own account management processes and manually enter mapping records in the PersonUser table. You have options with this method: After the Active Directory accounts exist, have users log into PowerCAMPUS Self-Service with their Active Directory usernames and passwords. At login, they will be prompted for their People Code ID, First Name, Last Name, and Date of Birth. After correctly entering this information, PowerCAMPUS Self-Service will map the Person ID to the Windows Logon ID in the PersonUser table. If a mapping record in the PersonUser table for a user exists, and if your LDAP path in the connectionsettings.config file is set to the root of the domain, the user can log into PowerCAMPUS Self-Service with his or her Active Directory Username and Password, regardless of where the user object is located in the domain. Use PowerCAMPUS Self-Service to create new users. If the LDAP path in the connectionsettings.config file is set to the root of the domain (in the format LDAP://server or LDAP://domain or LDAP://server:port), the user object will be created in the CN=Users container in that domain. Refer to What if users are not created in the specified container or OU? Enable (display) the Request Account link on the PowerCAMPUS Self- Service Login window. What if I want Self-Service to create users in ONE Active Directory container/ou? Set the LDAP path in the connectionsettings.config file with the path to that container/organizational unit. For example, use any of these formats (without ending slashes): LDAP://server/CN=Users,DC=domain,DC=edu LDAP://domain/OU=TestContainer,DC=domain,DC=edu LDAP://server:port/CN=AnotherTestContainer,DC=domain,DC=edu LDAP://server:port/OU=AnotherOrganizationalUnit,DC=domain,DC=edu With this configuration: The user whose username you enter in the connectionusername property in the MembershipSettings.config file MUST exist in the container/ organizational unit you specify in the LDAP path before you load the Self- Service home page for the first time. Active Directory Quick Reference Guide for PowerCAMPUS 5

10 Frequently Asked Questions about AD Containers and Organizational Units (OUs) Active Directory for PowerCAMPUS All users who need to log in to Self-Service must have their user objects in the Active Directory container/organizational unit you choose or in containers/ organizational units nested below that container/organizational unit. All Active Directory accounts created via PowerCAMPUS Self-Service will be created in that container/organizational unit. Self-Service cannot create users in containers/organizational units nested below that path. To create users in ONE container, does that have to be an OU or can it be a CN? PowerCAMPUS Self-Service can create users in any container/organizational unit if the user whose username you enter for the connectionusername property in the MembershipSettings.config file has the correct rights. What is the difference between an OU and a CN? This is an Active Directory question and there are many Microsoft resources available to explain how Active Directory works; PowerCAMPUS Self-Service implementation has no impact on it. You can configure PowerCAMPUS Self- Service to create users in CN=Users or in any other single container/ organizational unit, such as OU=People, in your Active Directory domain. An Organizational Unit (OU) object is a special type of container object. The default Users container is always built in as CN=Users. New Organizational Units created manually through either Active Directory Users and Groups or ADSIEDIT are created as OU=[organizational unit name]. The default Users container (CN=Users) is a "plain" container object and is not based on the organizational unit class. One difference between the "plain" container object and the organizational unit object (as defined by their default classes) is that container objects cannot contain organizational unit objects. In ADSIEDIT, there is also a separate "plain" container object that is created as CN=[container name]. How can I find the correct LDAP path to the container/ou I want to use? One option is the ADSI Edit utility, which is a Microsoft Management Console (MMC) snap-in that acts as a low-level editor for Active Directory. Refer to: 471a-bc19-9aa1decd3d mspx The Adsiedit.msc GUI tool is included when you install Windows Server 2003 Support Tools from the product CD or the Microsoft Download Center. Refer to: With ADSI Edit, you can view the distinguishedname attribute for the container/ organizational unit you want to use. 6 Active Directory Quick Reference Guide for PowerCAMPUS

11 Active Directory for PowerCAMPUS Frequently Asked Questions about AD Authentication Only What if users are not created in the specified container or OU? If you specify a container or organizational unit, or just the root in the Active Directory, users SHOULD be created there. If users are NOT created in the specified container or organizational unit, execute the following command to redirect the users to the correct location: C:\windows\system32\redirusr <DN path to alternate OU> For example: C:\windows\system32\redirusr ou=myusers,dc=domain,dc=com You can execute this redirect command ahead of time (to ensure that users are created in the correct container/organizational unit), or you can wait and execute this command if users are created in the wrong container/ organizational unit. For more information, refer to Redirecting the users and computer containers in Active Directory domains on the Microsoft Support site. Authentication Only What if I only want to use the Active Directory for Authentication? If you are NOT going to allow users to change their passwords or require users to provide a security question and answer, you do NOT need to make any Schema changes. The following options would be commented out (or not listed) in the MembershipSettings.config file. attributemappasswordanswer attributemappasswordquestion attributemapfailedpasswordanswercount attributemapfailedpasswordanswertime attributemapfailedpasswordanswerlockouttime Active Directory Quick Reference Guide for PowerCAMPUS 7

12 Frequently Asked Questions about AD SiteAdministrator User Active Directory for PowerCAMPUS SiteAdministrator User What AD permissions does the SiteAdministrator user need? The SiteAdministrator user needs only to be a member of the domain. This user's permissions in PowerCAMPUS Self-Service are governed by the SQL role provider. When the user is created, it receives the Administrator role in that provider. The user whose username you enter for the connectionusername property in the MembershipSettings.config file needs to be able to create, delete, and manage users. (We recommend that you use the Delegation of Control Wizard to provide these rights.) If you enable password reset through PowerCAMPUS Self-Service, that user must also have reset password rights. Is the SiteAdministrator user created when you install Self-Service? Yes, the first time the PowerCAMPUS Self-Service URL is loaded. This means you need to ensure that your configuration files are correct so that operation will complete successfully. If the SiteAdministrator user is not created automatically in Active Directory when PowerCAMPUS Self-Service is installed, you will need to create the SiteAdministrator user manually in Active Directory. When I log into Self-Service as SiteAdministrator, why don't I see the Administration tab? This has happened with one institution when the initial population of the SiteAdministrator data in the ASP.NET SQL database did not complete successfully. Institutions which are running PowerCAMPUS Self-Service 7.0 or 7.01 may see this behavior. For PowerCAMPUS Self-Service 7.1, we added code to re-evaluate the SiteAdministrator user's role during this initiation. To correct the problem, one option is to insert the SiteAdministrator's user ID and the Administrator role ID into the dbo.aspnet_usersinroles table in the ASP.NET SQL database. ASP.Net SQL Database Why do I need the ASP.Net SQL database if I'm using AD as my membership provider? Even when PowerCAMPUS Self-Service is configured to authenticate against AD, Self-Service uses the ASP.NET SQL database as its role provider. When you map roles to people types on the Role Mapping page, the mapped roles are assigned to users the next time they log in to Self-Service. The Role and Profile information is stored in the ASP.NET SQL database. 8 Active Directory Quick Reference Guide for PowerCAMPUS

13 Active Directory for PowerCAMPUS Frequently Asked Questions about AD Machine Key Machine Key What is the machine key in the Web.config file and what is it used for? The machine key simply allows the encryption of the security answer. If the security answer was not encrypted, then the provider would store each security answer in plain text and anyone with read access would be able to view the security answers. For information about the machine key in ASP.NET 2.0 and how to configure the machine key, refer to: Can I change the machine key from the default value that ships with the product? If you want to generate a new key (different than the key shipped by default), refer to: GenerateMachineKey.aspx Active Directory Quick Reference Guide for PowerCAMPUS 9

14 Frequently Asked Questions about AD User Account Settings Active Directory for PowerCAMPUS User Account Settings What happens when I set expiration dates for user accounts? If you set the Account Expires option to the End of a specified day, authentication and logins will not connect to the Active Directory via the Membership Provider after the expiration date. When a user attempts to log into PowerCAMPUS Self-Service after the expiration date, the system will display the generic message: Please check your User Name and Password, and try again. 10 Active Directory Quick Reference Guide for PowerCAMPUS

15 Active Directory for PowerCAMPUS Frequently Asked Questions about AD User Account Settings The Event Properties Viewer will display the Event message: Membership credential verification failed. To allow the user to log in again, you will need to modify the user s Account expires date, as follows: 1. From the Active Directory Users and Computers window, select the Users folder to display a list of your users. 2. Right-click on the name of the user whose account expiration date you need to modify. 3. On the Account tab, update the Account expires setting. What AD attrributes need to be set so users can change passwords? If you only set the EnablePasswordReset attribute to true, and do not set the RequiresQuestionAndAnswer attribute to true, you will receive the following error: Active Directory Quick Reference Guide for PowerCAMPUS 11

16 Frequently Asked Questions about AD User Account Settings Active Directory for PowerCAMPUS When using Active Directory as your membership provider, you can only set the EnablePasswordReset attribute to true after you have set the following options. The RequiresQuestionAndAnswer attribute must be set to true. The Active Directory schema must be modified to contain attributes for storing the password question and answer, as well as the three tracking fields for password answer change attempts. These attributes must be mapped to attributes in the Active Directory schema: AttributeMapPasswordQuestion AttrributeMapPasswordAnswer AttributeMapFailedPasswordAnswerCount AttributeMapFailedPasswordAnswerTime AttributeMapFailedPasswordAnswerLockoutTime What happens if I do not allow users to change their passwords? If you set the User cannot change password option ON in the Active Directory for a user, that user will not be able to change his or her password via PowerCAMPUS Self-Service. When that user selects the Change Password feature in PowerCAMPUS Self- Service, the system will display the error message: An unexpected error has occurred. The true error that is returned from Directory Services is Access Denied. 12 Active Directory Quick Reference Guide for PowerCAMPUS

17 Active Directory for PowerCAMPUS Frequently Asked Questions about AD User Account Settings The Allevents.log.config file will list the following error: -Critical-TId: 5100 Msg: An unexpected error has occurred in the PowerCAMPUS Self- Service application. Error Technical Details: System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x (E_ACCESSDENIED)) --- End of inner exception stack trace --- at System.DirectoryServices.DirectoryEntry.Invoke(String methodname, Object[] args) at System.Web.Security.ActiveDirectoryMembershipProvider.ChangePassword(String username, String oldpassword, String newpassword) The Event Properties Viewer will display the Event message: Membership credential verification failed. To allow the user to change his or her password, you will need to uncheck the User cannot change password setting for the user, as follows: 1. From the Active Directory Users and Computers window, select the Users folder to display a list of your users. 2. Right-click on the name of the user who you want to allow to use the Change Password feature. 3. On the Account tab, UNCHECK the User cannot change password setting. 4. Select OK. Active Directory Quick Reference Guide for PowerCAMPUS 13

18 Frequently Asked Questions about AD User Account Settings Active Directory for PowerCAMPUS What happens if I force users to change their passwords? Currently, PowerCAMPUS Self-Service sets a member property that forces password resets for new user accounts, but this only works for users created INSIDE the application via the Membership Provider. IF YOU create Active Directory accounts OUTSIDE the Membership Provider or the Self-Service application (via the Active Directory Wizard, third-party tools, or your own scripts), the User must change password at next logon option is automatically checked for these accounts, and the users will not be able to authenticate and log in. When these users attempt to log into PowerCAMPUS Self-Service, the system will display the generic message: Please check your User Name and Password, and try again. The Event Properties Viewer will display the Event message: Membership credential verification failed. This is a confirmed issue and currently the only workaround is to uncheck the User must change password at next logon option for the users. You might want to force users to change their passwords at next login, especially new users, but you certainly want them to be able to log in as well. 1. From the Active Directory Users and Computers window, select the Users folder to display a list of your users. 2. Right-click on the name of the user whose account you need to update. 14 Active Directory Quick Reference Guide for PowerCAMPUS

19 Active Directory for PowerCAMPUS Frequently Asked Questions about AD User Account Settings 3. On the Account tab, UNCHECK the User must change password at next logon setting. 4. Select OK. How do I disable the Password/Security Question and/or Account Mapping? If you want users to log in the first time and create the account mapping between the PersonUser table, People records, and the Active Directory, but do NOT want to take advantage of the Password/Security Question features, you should disable the Password/Security Question features. If you do NOT want users to create the account mapping between the PersonUser table, People records, and the Active Directory; you would need to disable the account mapping module. HOWEVER, if you disable the account mapping module, YOU would have to create the mapping for each user. Active Directory Quick Reference Guide for PowerCAMPUS 15

20 Frequently Asked Questions about AD User Account Settings Active Directory for PowerCAMPUS First, decide which options you want to disable in the HttpModules.config file. Then, depending on which options you want to disable, follow the corresponding steps. To Disable: Password/Security Question Do This: Follow these steps to disable the Password/Security Question capabilities.* 1. Comment out these modules in the HTTPModules.config file: ResetPasswordSecurityQuestionModule ResetSecurityQuestionModule 2. Disable the Password Reset/Question and Answer in the MembershipSettings.config file: enablepasswordreset="false" RequiresQuestionAndAnswer="false" 16 Active Directory Quick Reference Guide for PowerCAMPUS

21 Active Directory for PowerCAMPUS Frequently Asked Questions about AD User Account Settings To Disable: Password/Security Question AND Account Mapping Do This: Follow these steps to disable the Password/Security Question capabilities* AND Account Mapping (maps Active Directory and People records via the PersonUser table, after a user enters First Name, Last Name, Date of Birth, and People ID). 1. Ensure that a PersonUser record has been created for each user. This record ties the login information with the PowerCAMPUS information. Without this record, the user will not have access to PowerCAMPUS data and features. The system will not function properly for the user and many features will not work. 2. Comment out these modules in the HTTPModules.config file: ResetPasswordSecurityQuestionModule ResetSecurityQuestionModule AccountMappingModule 3. Disable the Password Reset/Security Question and Answer in the MembershipSettings.config file: Set enablepasswordreset="false" Set RequiresQuestionAndAnswer="false" 4. Populate the PersonUser table with the Active Directory user name (PersonUser_UserName) and PersonId (PersonUser_PersonId) value from the People record. Account Mapping Follow these steps to disable Account Mapping (maps Active Directory and People records via the PersonUser table after a user enters First Name, Last Name, Date of Birth, and People ID). 1. Ensure that a PersonUser record has been created for each user. This record ties the login information with the PowerCAMPUS information. Without this record, the user will not have access to PowerCAMPUS data and features. The system will not function properly for the user and many features will not work. 2. In the HTTPModules.config file, comment out the AccountMappingModule. 3. Populate the PersonUser table with the Active Directory user name (PersonUser_UserName) and PersonId (PersonUser_PersonId) value from the People record. * Even when you turn off the Password/Security attributes in the membership configuration, the httpmodules run in the background. In a future release, an intuitive feature will be added to the UI to turn modules on and off. Active Directory Quick Reference Guide for PowerCAMPUS 17

22 Frequently Asked Questions about AD User Account Settings Active Directory for PowerCAMPUS Why can t I change a user s role? This error is likely caused by the security settings for the individual user, particularly if you used the Delegation of Control Wizard to grant rights to the connectionusername (MembershipSettings.config), which connects Self-Service to Active Directory. These rights may not have propagated down to the user for whom you want to change roles. When you attempt to change the user s roles, PowerCAMPUS Self-Service will display the following error message: The following error(s) occurred while processing your request: An unexpected error occurred while updating the account. The corresponding error will be listed in the PowerCAMPUS Self-Service error log: Allevents.log.config Entry -Error-TId: 2764 Msg: An error occurred while updating the following user: thinlizzy777 Technical Details: System.UnauthorizedAccessException: General access denied error at System.DirectoryServices.Interop.UnsafeNativeMethods.IAds.SetInfo()at System.DirectoryServices.DirectoryEntry.CommitChanges()at System.Web.Security.ActiveDirectoryMembershipProvider.UpdateUser(MembershipUser user)at SctPC.Framework.Web.Administration.SiteMembershipManager.UpdateUserInfo(SiteMemb er member, Boolean canedit , Boolean canadministrateaccounts, Boolean canupdatename) in d:\builds\powercampus\work\7.1\ \polaris\sctpc.framework.web\administration\ SiteMembershipManager.cs:line 353 This error typically occurs if the Allow inheritable permissions from the parent to propagate to this object and all child objects. Include these with entries explicitly defined here. option was not checked for any given user when the Delegation of Control was given to the connectionusername. To set this option, complete these steps: 1. Access the Active Directory Users and Computers window. 18 Active Directory Quick Reference Guide for PowerCAMPUS

23 Active Directory for PowerCAMPUS Frequently Asked Questions about AD User Account Settings 2. On the View drop-down menu, select Advanced Features. 3. Right-click on the name of the user and select Properties. 4. On the Security tab, select the Advanced button. Active Directory Quick Reference Guide for PowerCAMPUS 19

24 Frequently Asked Questions about AD User Account Settings Active Directory for PowerCAMPUS 5. Make sure that the option to Allow inheritable permissions from the parent to propagate to this object and all child objects. Include these with entries explicitly defined here. is CHECKED. If this option is not selected, the rights for the connectionusername (which were granted during the Delegation of Control process) will not propagate to this user. 6. Select OK. Once this option is selected, the user for whom control was delegated now appears under the Permission entries. In this example, notice the connectionusername which we are using in the MembershipSettings.config file is named Self Service. 20 Active Directory Quick Reference Guide for PowerCAMPUS

PowerCAMPUS Portal and Active Directory

PowerCAMPUS Portal and Active Directory SUNGARD SUMMIT 2007 sungardsummit.com 1 PowerCAMPUS Portal and Active Directory Presented by: Chad Sexton PowerCAMPUS Portal Development March 21, 2007 A Community of Learning Overview SunGard Higher Education

More information

Troubleshooting Active Directory Server

Troubleshooting Active Directory Server Proven Practice Troubleshooting Active Directory Server Product(s): IBM Cognos Series 7 Area of Interest: Security Troubleshooting Active Directory Server 2 Copyright Copyright 2008 Cognos ULC (formerly

More information

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users SyAM Management Utilities and Non-Admin Domain Users Some features of SyAM Management Utilities, including Client Deployment and Third Party Software Deployment, require authentication credentials with

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

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

More information

Integrating LANGuardian with Active Directory

Integrating LANGuardian with Active Directory Integrating LANGuardian with Active Directory 01 February 2012 This document describes how to integrate LANGuardian with Microsoft Windows Server and Active Directory. Overview With the optional Identity

More information

Active Directory Change Notifier Quick Start Guide

Active Directory Change Notifier Quick Start Guide Active Directory Change Notifier Quick Start Guide Software version 3.0 Mar 2014 Copyright 2014 CionSystems Inc., All Rights Reserved Page 1 2014 CionSystems Inc. ALL RIGHTS RESERVED. This guide may not

More information

Sample Configuration: Cisco UCS, LDAP and Active Directory

Sample Configuration: Cisco UCS, LDAP and Active Directory First Published: March 24, 2011 Last Modified: March 27, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

FSAATLAS RELEASE NOTES. Release 7.6, Revision 3 March 2011

FSAATLAS RELEASE NOTES. Release 7.6, Revision 3 March 2011 FSAATLAS RELEASE NOTES Release 7.6, Revision 3 March 2011 Trademark, Publishing Statement and Copyright Notice SunGard or its subsidiaries in the U.S. and other countries is the owner of numerous marks,

More information

PRODUCT WHITE PAPER LABEL ARCHIVE. Adding and Configuring Active Directory Users in LABEL ARCHIVE

PRODUCT WHITE PAPER LABEL ARCHIVE. Adding and Configuring Active Directory Users in LABEL ARCHIVE PRODUCT WHITE PAPER LABEL ARCHIVE Adding and Configuring Active Directory Users in LABEL ARCHIVE TEKLYNX International March 19, 2010 Introduction Now more than ever, businesses large and small alike are

More information

Ingenious Testcraft Technical Documentation Installation Guide

Ingenious Testcraft Technical Documentation Installation Guide Ingenious Testcraft Technical Documentation Installation Guide V7.00R1 Q2.11 Trademarks Ingenious, Ingenious Group, and Testcraft are trademarks of Ingenious Group, Inc. and may be registered in the United

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide BlackBerry Resource Kit for BlackBerry Enterprise Service 10 Version 10.2 Published: 2015-11-12 SWD-20151112124827386 Contents Overview: BlackBerry Enterprise Service

More information

WatchDox for Windows. User Guide. Version 3.9.5

WatchDox for Windows. User Guide. Version 3.9.5 WatchDox for Windows User Guide Version 3.9.5 Notice Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to

More information

How to monitor AD security with MOM

How to monitor AD security with MOM How to monitor AD security with MOM A article about monitor Active Directory security with Microsoft Operations Manager 2005 Anders Bengtsson, MCSE http://www.momresources.org November 2006 (1) Table of

More information

Administrator's Guide

Administrator's Guide Active Directory Module AD Module Administrator's Guide Rev. 090923 Active Directory Module Administrator's Guide Installation, configuration and usage of the AD module Table of Contents Chapter 1 Introduction...

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information

Configuring Color Access on the WorkCentre 7120 Using Microsoft Active Directory Customer Tip

Configuring Color Access on the WorkCentre 7120 Using Microsoft Active Directory Customer Tip Configuring Color Access on the WorkCentre 7120 Using Microsoft Active Directory Customer Tip October 21, 2010 Overview This document describes how to limit access to color copying and printing on the

More information

Active Directory Integration Guide

Active Directory Integration Guide Chancery SMS Version 5.4 or Higher Active Directory Integration Guide Revised September 2005 CSL - 12458 The Chancery SMS Documentation Team: Joanna Denford, Linda MacShane, Sarah Hewson, Karin Jensen,

More information

Oracle Enterprise Single Sign-on Provisioning Gateway. Administrator Guide Release 10.1.4.1.0 E12613-01

Oracle Enterprise Single Sign-on Provisioning Gateway. Administrator Guide Release 10.1.4.1.0 E12613-01 Oracle Enterprise Single Sign-on Provisioning Gateway Administrator Guide Release 10.1.4.1.0 E12613-01 March 2009 Oracle Enterprise Single Sign-on Provisioning Gateway, Administrator Guide, Release 10.1.4.1.0

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

Customer Tips. Configuring Color Access on the WorkCentre 7328/7335/7345 using Windows Active Directory. for the user. Overview

Customer Tips. Configuring Color Access on the WorkCentre 7328/7335/7345 using Windows Active Directory. for the user. Overview Xerox Multifunction Devices Customer Tips February 13, 2008 This document applies to the stated Xerox products. It is assumed that your device is equipped with the appropriate option(s) to support the

More information

LDAP Server Configuration Example

LDAP Server Configuration Example ATEN Help File LDAP Server Configuration Example Introduction The KVM Over the NET switch allows log in authentication and authorization through external programs. This chapter provides an example of how

More information

Administering Group Policy with Group Policy Management Console

Administering Group Policy with Group Policy Management Console Administering Group Policy with Group Policy Management Console By Jim Lundy Microsoft Corporation Published: April 2003 Abstract In conjunction with Windows Server 2003, Microsoft has released a new Group

More information

WatchDox for Windows User Guide. Version 3.9.0

WatchDox for Windows User Guide. Version 3.9.0 Version 3.9.0 Notice Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals or

More information

Ultimus and Microsoft Active Directory

Ultimus and Microsoft Active Directory Ultimus and Microsoft Active Directory May 2004 Ultimus, Incorporated 15200 Weston Parkway, Suite 106 Cary, North Carolina 27513 Phone: (919) 678-0900 Fax: (919) 678-0901 E-mail: documents@ultimus.com

More information

BANNER WEB TAILOR RELEASE GUIDE. Release 8.5 November 2011

BANNER WEB TAILOR RELEASE GUIDE. Release 8.5 November 2011 BANNER WEB TAILOR RELEASE GUIDE Release 8.5 November 2011 Trademark, Publishing Statement and Copyright Notice SunGard Data Systems and/or its subsidiaries in the U.S.A. and other countries is the owner

More information

Installing Microsoft Exchange Integration for LifeSize Control

Installing Microsoft Exchange Integration for LifeSize Control Installing Microsoft Exchange Integration for LifeSize Control September 2005 Part Number 132-00002-001, Version 1.1 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize

More information

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013 Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012 October 2013 This is a publication of Sage Software, Inc. Document version: October 17, 2013 Copyright

More information

User Document. Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory

User Document. Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory Copyright 2005 Adobe Systems Incorporated. All rights reserved. NOTICE: All information contained herein is the property

More information

Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72. User Guide

Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72. User Guide Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72 User Guide Contents 1 Introduction... 4 2 Requirements... 5 3 Important Note for Customers Upgrading... 5 4 Installing the Web Reports

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

RSA Authentication Manager 7.1 Basic Exercises

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

More information

Quality Center LDAP Guide

Quality Center LDAP Guide Information Services Quality Assurance Quality Center LDAP Guide Version 1.0 Lightweight Directory Access Protocol( LDAP) authentication facilitates single sign on by synchronizing Quality Center (QC)

More information

ISSUE TRACK FOR WINDOWS INSTALLATION GUIDE VERSION 4.0.0.XX

ISSUE TRACK FOR WINDOWS INSTALLATION GUIDE VERSION 4.0.0.XX ISSUE TRACK FOR WINDOWS INSTALLATION GUIDE VERSION 4.0.0.XX Contents CONTENTS Chapter 1 Introduction 1-1 Welcome to Issue Track for Windows 1-1 About this Guide 1-1 Product Name 1-1 Documentation Roadmap

More information

Pcounter CGI Utilities Installation and Configuration For Pcounter for Windows version 2.55 and above

Pcounter CGI Utilities Installation and Configuration For Pcounter for Windows version 2.55 and above Pcounter CGI Utilities Installation and Configuration For Pcounter for Windows version 2.55 and above About this document The core Pcounter application contains a number of CGI extension applications which

More information

Employee Active Directory Self-Service Quick Setup Guide

Employee Active Directory Self-Service Quick Setup Guide Employee Active Directory Self-Service Quick Setup Guide (V2.0) Last update: 11/5/2014 Copyright 2014 InfraDog Inc. All rights reserved Corporate Phone: +1 (416) 473-4096, Fax: +1 (888) 863-3936, Email:

More information

4cast Client Specification and Installation

4cast Client Specification and Installation 4cast Client Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements The client requires Administrative rights

More information

Contents 1. Introduction 2. Security Considerations 3. Installation 4. Configuration 5. Uninstallation 6. Automated Bulk Enrollment 7.

Contents 1. Introduction 2. Security Considerations 3. Installation 4. Configuration 5. Uninstallation 6. Automated Bulk Enrollment 7. Contents 1. Introduction 2. Security Considerations 3. Installation 4. Configuration 5. Uninstallation 6. Automated Bulk Enrollment 7. Troubleshooting Introduction Adaxes Self-Service Client provides secure

More information

FastPass Password Manager Version 3.5.1

FastPass Password Manager Version 3.5.1 FastPass Password Manager Version 3.5.1 Document Title Delegating permissions in Active Directory Document Classification Confidential Document Revision B Document Status Final Document Date August 21,

More information

Changing Passwords in Cisco Unity 8.x

Changing Passwords in Cisco Unity 8.x CHAPTER 9 Changing Passwords in Cisco Unity 8.x This chapter contains the following sections: Changing Passwords for the Cisco Unity 8.x Service Accounts (Without Failover), page 9-1 Changing Passwords

More information

Active Directory Provider User s Guide

Active Directory Provider User s Guide Active Directory Provider User s Guide Mike Horton Version 01.00.03 Last Updated: December 28, 2007 Category: DotNetNuke v4.6.0 and greater Information in this document, including URL and other Internet

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

NSi Mobile Installation Guide. Version 6.2

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

More information

Entrust Managed Services PKI

Entrust Managed Services PKI Entrust Managed Services PKI Entrust Managed Services PKI Windows Smart Card Logon Configuration Guide Using Web-based applications Document issue: 1.0 Date of Issue: June 2009 Copyright 2009 Entrust.

More information

SQL Server Setup for Assistant/Pro applications Compliance Information Systems

SQL Server Setup for Assistant/Pro applications Compliance Information Systems SQL Server Setup for Assistant/Pro applications Compliance Information Systems The following document covers the process of setting up the SQL Server databases for the Assistant/PRO software products form

More information

LDAP Implementation AP561x KVM Switches. All content in this presentation is protected 2008 American Power Conversion Corporation

LDAP Implementation AP561x KVM Switches. All content in this presentation is protected 2008 American Power Conversion Corporation LDAP Implementation AP561x KVM Switches All content in this presentation is protected 2008 American Power Conversion Corporation LDAP Implementation Does not require LDAP Schema to be touched! Uses existing

More information

Create, Link, or Edit a GPO with Active Directory Users and Computers

Create, Link, or Edit a GPO with Active Directory Users and Computers How to Edit Local Computer Policy Settings To edit the local computer policy settings, you must be a local computer administrator or a member of the Domain Admins or Enterprise Admins groups. 1. Add the

More information

Integration with Active Directory

Integration with Active Directory VMWARE TECHNICAL NOTE VMware ACE Integration with Active Directory This document explains how to set up Active Directory to use with VMware ACE. This document contains the following topics: About Active

More information

Module 1: Introduction to Active Directory Infrastructure

Module 1: Introduction to Active Directory Infrastructure Module 1: Introduction to Active Directory Infrastructure Contents Overview 1 Lesson: The Architecture of Active Directory 2 Lesson: How Active Directory Works 10 Lesson: Examining Active Directory 19

More information

VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.4.1

VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.4.1 VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.4.1 This document supports the version of each product listed and supports all subsequent versions

More information

Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3)

Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3) Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3) Manual installation of agents and importing the SCOM certificate to the servers to be monitored:

More information

Browser-based Support Console

Browser-based Support Console TECHNICAL PAPER Browser-based Support Console Mass deployment of certificate Netop develops and sells software solutions that enable swift, secure and seamless transfer of video, screens, sounds and data

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 LDAP Troubleshooting Guide Table of contents Introduction... 2 HPDM LDAP-related context and background... 2 LDAP in HPDM... 2 Configuring User Authentication...

More information

Chapter. Managing Group Policy MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER:

Chapter. Managing Group Policy MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Chapter 10 Managing Group Policy MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Implement and troubleshoot Group Policy. Create a Group Policy object (GPO). Link an existing GPO. Delegate administrative

More information

Enterprise Knowledge Platform

Enterprise Knowledge Platform Enterprise Knowledge Platform Single Sign-On Integration with Windows Document Information Document ID: EN136 Document title: EKP Single Sign-On Integration with Windows Version: 1.3 Document date: 19

More information

TREENO ELECTRONIC DOCUMENT MANAGEMENT. Administration Guide

TREENO ELECTRONIC DOCUMENT MANAGEMENT. Administration Guide TREENO ELECTRONIC DOCUMENT MANAGEMENT Administration Guide October 2012 Contents Introduction... 8 About This Guide... 9 About Treeno... 9 Managing Security... 10 Treeno Security Overview... 10 Administrator

More information

Windows Clients and GoPrint Print Queues

Windows Clients and GoPrint Print Queues Windows Clients and GoPrint Print Queues Overview The following tasks demonstrate how to configure shared network printers on Windows client machines in a Windows Active Directory Domain and Workgroup

More information

Configuring IBM Cognos Controller 8 to use Single Sign- On

Configuring IBM Cognos Controller 8 to use Single Sign- On Guideline Configuring IBM Cognos Controller 8 to use Single Sign- On Product(s): IBM Cognos Controller 8.2 Area of Interest: Security Configuring IBM Cognos Controller 8 to use Single Sign-On 2 Copyright

More information

Upgrading User-ID. Tech Note PAN-OS 4.1. 2011, Palo Alto Networks, Inc.

Upgrading User-ID. Tech Note PAN-OS 4.1. 2011, Palo Alto Networks, Inc. Upgrading User-ID Tech Note PAN-OS 4.1 Revision B 2011, Palo Alto Networks, Inc. Overview PAN-OS 4.1 introduces significant improvements in the User-ID feature by adding support for multiple user directories,

More information

XyLoc Security Server w/ AD Integration (XSS-AD 5.x.x) Administrator's Guide

XyLoc Security Server w/ AD Integration (XSS-AD 5.x.x) Administrator's Guide XyLoc Security Server w/ AD Integration (XSS-AD 5.x.x) Administrator's Guide Contacting Ensure Technologies Email: support@ensuretech.com Phone: (734) 547-1600 Home Office: Ensure Technologies 135 S Prospect

More information

How To Install Ctera Agent On A Pc Or Macbook With Acedo (Windows) On A Macbook Or Macintosh (Windows Xp) On An Ubuntu 7.5.2 (Windows 7) On Pc Or Ipad

How To Install Ctera Agent On A Pc Or Macbook With Acedo (Windows) On A Macbook Or Macintosh (Windows Xp) On An Ubuntu 7.5.2 (Windows 7) On Pc Or Ipad Deploying CTERA Agent via Microsoft Active Directory and Single Sign On Cloud Attached Storage September 2015 Version 5.0 Copyright 2009-2015 CTERA Networks Ltd. All rights reserved. No part of this document

More information

Faculty & Advisor Banner Self-Service Guide V2.0

Faculty & Advisor Banner Self-Service Guide V2.0 Faculty & Advisor Banner Self-Service Guide V2.0 This documentation is proprietary information of SunGard Higher Education and is not to be copied, reproduced, lent or disposed of, nor used for any purpose

More information

2. Using Notepad, create a file called c:\demote.txt containing the following information:

2. Using Notepad, create a file called c:\demote.txt containing the following information: Unit 4 Additional Projects Configuring the Local Computer Policy You need to prepare your test lab for your upcoming experiments. First, remove a child domain that you have configured. Then, configure

More information

ADP Workforce Now Security Guide. Version 2.0-1

ADP Workforce Now Security Guide. Version 2.0-1 ADP Workforce Now Security Guide Version 2.0-1 ADP Trademarks The ADP logo, ADP, and ADP Workforce Now are registered trademarks of ADP, Inc. Third-Party Trademarks Microsoft, Windows, and Windows NT are

More information

Installation Guide. SafeNet Authentication Service

Installation Guide. SafeNet Authentication Service SafeNet Authentication Service Installation Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

System Administration Training Guide. S100 Installation and Site Management

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

More information

Sage HRMS 2012 Sage Employee Self Service. Technical Installation Guide for Windows Server 2003 and Windows Server 2008

Sage HRMS 2012 Sage Employee Self Service. Technical Installation Guide for Windows Server 2003 and Windows Server 2008 Sage HRMS 2012 Sage Employee Self Service Technical Installation Guide for Windows Server 2003 and Windows Server 2008 2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product

More information

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 2 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 3... 3 IIS 5 or 6 1 Step 1- Install/Check 6 Set Up and Configure VETtrak ASP.NET API 2 Step 2 -...

More information

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008. Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server

More information

Installing Samsung SDS CellWe EMM cloud connectors and administrator consoles

Installing Samsung SDS CellWe EMM cloud connectors and administrator consoles Appendix 1 Installing Samsung SDS CellWe EMM cloud connectors and administrator consoles This section explains how you use the Cloud Management Suite installation wizard for the following purposes: To

More information

vcenter Configuration Manager Backup and Disaster Recovery Guide VCM 5.3

vcenter Configuration Manager Backup and Disaster Recovery Guide VCM 5.3 vcenter Configuration Manager Backup and Disaster Recovery Guide VCM 5.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Xcalibur Global Version 1.2 Installation Guide Document Version 3.0

Xcalibur Global Version 1.2 Installation Guide Document Version 3.0 Xcalibur Global Version 1.2 Installation Guide Document Version 3.0 December 2010 COPYRIGHT NOTICE TRADEMARKS 2010 Chip PC Inc., Chip PC (Israel) Ltd., Chip PC (UK) Ltd., Chip PC GmbH All rights reserved.

More information

EventTracker: Support to Non English Systems

EventTracker: Support to Non English Systems EventTracker: Support to Non English Systems Publication Date: April 25, 2012 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Introduction This document has been prepared to

More information

Security Assertion Markup Language (SAML) Site Manager Setup

Security Assertion Markup Language (SAML) Site Manager Setup Security Assertion Markup Language (SAML) Site Manager Setup Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and

More information

ScriptLogic File System Auditor User Guide

ScriptLogic File System Auditor User Guide ScriptLogic File System Auditor User Guide FILE SYSTEM AUDITOR I 2005 by ScriptLogic Corporation All rights reserved. This publication is protected by copyright and all rights are reserved by ScriptLogic

More information

Universal Management Service 2015

Universal Management Service 2015 Universal Management Service 2015 UMS 2015 Help All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

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

McAfee One Time Password

McAfee One Time Password McAfee One Time Password Integration Module Outlook Web App 2010 Module version: 1.3.1 Document revision: 1.3.1 Date: Feb 12, 2014 Table of Contents Integration Module Overview... 3 Prerequisites and System

More information

SafeCom Smart Printing Administrator s Quick Guide

SafeCom Smart Printing Administrator s Quick Guide SafeCom Smart Printing Administrator s Quick Guide D10600-08 March 2012 Trademarks: SafeCom, SafeCom Go, SafeCom P:Go, SafeCom epay and the SafeCom logo are trademarks of SafeCom a/s. Company and product

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Application Setup help topics for printing Document Release Date: December 2014 Software Release Date: December

More information

Nexio Insight LDAP Synchronization Service

Nexio Insight LDAP Synchronization Service Nexio Insight LDAP Synchronization Service 15-May-2015 Revision: Release Publication Information 2015 Imagine Communications Corp. Proprietary and Confidential. Imagine Communications considers this document

More information

User Management Resource Administrator. Managing LDAP directory services with UMRA

User Management Resource Administrator. Managing LDAP directory services with UMRA User Management Resource Administrator Managing LDAP directory services with UMRA Copyright 2005, Tools4Ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted

More information

Setup Guide for AD FS 3.0 on the Apprenda Platform

Setup Guide for AD FS 3.0 on the Apprenda Platform Setup Guide for AD FS 3.0 on the Apprenda Platform Last Updated for Apprenda 6.0.3 The Apprenda Platform leverages Active Directory Federation Services (AD FS) to support identity federation. AD FS and

More information

Bitrix Site Manager ASP.NET. Installation Guide

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

More information

HP Device Manager 4.7

HP Device Manager 4.7 Technical white paper HP Device Manager 4.7 LDAP Troubleshooting Guide Table of contents Introduction... 2 HPDM LDAP-related context and background... 2 LDAP in HPDM... 2 Full domain account name login...

More information

PowerLink for Blackboard Vista and Campus Edition Install Guide

PowerLink for Blackboard Vista and Campus Edition Install Guide PowerLink for Blackboard Vista and Campus Edition Install Guide Introduction...1 Requirements... 2 Authentication in Hosted and Licensed Environments...2 Meeting Permissions... 2 Installation...3 Configuring

More information

Table of Contents Introduction... 2 Azure ADSync Requirements/Prerequisites:... 2 Software Requirements... 2 Hardware Requirements...

Table of Contents Introduction... 2 Azure ADSync Requirements/Prerequisites:... 2 Software Requirements... 2 Hardware Requirements... Table of Contents Introduction... 2 Azure ADSync Requirements/Prerequisites:... 2 Software Requirements... 2 Hardware Requirements... 2 Service Accounts for Azure AD Sync Tool... 3 On Premises Service

More information

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers Installation guide for administrators and developers Table of Contents Chapter 1 Introduction... 2 1.1 Preparing to Install Sitecore Ecommerce Enterprise Edition... 2 1.2 Required Installation Components...

More information

DIGIPASS Authentication for Citrix Access Gateway VPN Connections

DIGIPASS Authentication for Citrix Access Gateway VPN Connections DIGIPASS Authentication for Citrix Access Gateway VPN Connections With VASCO Digipass Pack for Citrix 2006 VASCO Data Security. All rights reserved. Page 1 of 31 Integration Guideline Disclaimer Disclaimer

More information

PageScope Router. Version 1.5. Configuration Guide

PageScope Router. Version 1.5. Configuration Guide PageScope Router Version 1.5 Configuration Guide Table of Contents TABLE OF CONTENTS... 2 1. Introduction...3 1.1 IP Address and Domain Name...3 2. Sending Files to PageScope Router...4 2.1 MFP Device

More information

Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008

Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Nature of Document: Guideline Product(s): IBM Cognos Express Area of Interest: Infrastructure 2 Copyright and Trademarks Licensed Materials

More information

CA Technologies SiteMinder

CA Technologies SiteMinder CA Technologies SiteMinder Agent for Microsoft SharePoint r12.0 Second Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

DIGIPASS KEY series and smart card series for Juniper SSL VPN Authentication

DIGIPASS KEY series and smart card series for Juniper SSL VPN Authentication DIGIPASS KEY series and smart card series for Juniper SSL VPN Authentication Certificate Based 2010 Integration VASCO Data Security. Guideline All rights reserved. Page 1 of 31 Disclaimer Disclaimer of

More information

SolarWinds Migrating SolarWinds NPM Technical Reference

SolarWinds Migrating SolarWinds NPM Technical Reference SolarWinds Migrating SolarWinds NPM Technical Reference Copyright 1995-2015 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified,

More information

3 Setting up Databases on a Microsoft SQL 7.0 Server

3 Setting up Databases on a Microsoft SQL 7.0 Server 3 Setting up Databases on a Microsoft SQL 7.0 Server Overview of the Installation Process To set up GoldMine properly, you must follow a sequence of steps to install GoldMine s program files, and the other

More information

ProSystem fx Document

ProSystem fx Document ProSystem fx Document Server Upgrade from Version 3.7 to Version 3.8 1 This Document will guide you through the upgrade of Document Version 3.7 to Version 3.8. Do not attempt to upgrade from any other

More information

How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On

How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On How to implement the X.509 certificate based Single Sign-On solution from SAP Page 2 of 34 How to

More information

Installation Guide v3.0

Installation Guide v3.0 Installation Guide v3.0 Shepherd TimeClock 4465 W. Gandy Blvd. Suite 800 Tampa, FL 33611 Phone: 813-882-8292 Fax: 813-839-7829 http://www.shepherdtimeclock.com The information contained in this document

More information

Okta/Dropbox Active Directory Integration Guide

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

More information