SlideShare a Scribd company logo
1 of 20
Download to read offline
Configuration Guide
Actor Model Import Connector for Microsoft Active
Directory
January 22, 2015
Warranty
The only warranties for Hewlett Packard Enterprise products and services are set forth in the express warranty
statements accompanying such products and services. Nothing herein should be construed as constituting an
additional warranty. HPE shall not be liable for technical or editorial errors or omissions contained herein. The
information contained herein is subject to change without notice.
The network information used in the examples in this document (including IP addresses and hostnames) is for
illustration purposes only.
HPE Security ArcSight products are highly flexible and function as you configure them. The accessibility,
integrity, and confidentiality of your data is your responsibility. Implement a comprehensive security strategy
and follow good security practices.
This document is confidential.
Restricted Rights Legend
Confidential computer software. Valid license from HPE required for possession, use or copying. Consistent
with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and
Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard
commercial license.
Copyright Notice
© Copyright 2016 Hewlett Packard Enterprise Development LP
Follow this link to see a complete statement of copyrights and acknowledgements:
https://www.protect724.hpe.com/docs/DOC-13026
Contact Information
Phone A list of phone numbers for HPE ArcSight Technical Support is
available on the HPE Enterprise Security contacts page:
www.hpe.com/software/support/contact_list
Support Web Site www.hpe.com/software/support
Protect 724 Community https://www.protect724.hpe.com
Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 3
Contents
Actor Model Import Connector for Microsoft Active Directory ................................................................ 5
Product Overview ............................................................................................................ 5
Active Directory Support .................................................................................................. 6
Importing the CA Certificate ............................................................................................. 6
Installing the Actor Model Import Connector ....................................................................... 6
Connector Installation ................................................................................................ 7
Changing the Connector Heap Size .............................................................................. 8
Optional Optimization of Data Transfer ......................................................................... 9
Run the Connector .................................................................................................. 10
Importing Actor Data ..................................................................................................... 10
Set up the Actor Model Import User in ESM ................................................................ 10
Optional Configuration of Filter Settings ..................................................................... 11
Initial Import of Actor Data ...................................................................................... 13
Advanced Parameter Tuning ........................................................................................... 14
Account Specifier .............................................................................................. 14
Authenticator ................................................................................................... 14
Accessing Advanced Parameters ...................................................................................... 15
Access Attribute Fields ............................................................................................. 16
Reloading Active Directory Information ............................................................................ 18
Contents
4 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential
Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 5
Actor Model Import Connector for
Microsoft Active Directory
This guide describes installing the Actor Model Import Connector for Microsoft Active
Directory and configuring the device for data collection.
Product Overview
Microsoft’s Active Directory allows IT administrators to centrally manage objects in an
enterprise. These objects include resources (such as printers), users (such as individual
users and user groups), and services (such as e-mail).
The Actor Model Import Connector for Microsoft Active Directory extracts the user identity
information (or Actor data) from the Active Directory LDAP, then uses that data to populate
ArcSight ESM with resources. The Actor resource is populated dynamically, meaning that,
as the identity data changes in Active Directory, the resource data in ESM is automatically
updated.
“Product Overview” on page 5
“Active Directory Support” on page 6
“Importing the CA Certificate” on page 6
“Installing the Actor Model Import Connector” on page 6
“Changing the Connector Heap Size” on page 8
“Importing Actor Data” on page 10
“Accessing Advanced Parameters” on page 15
“Reloading Active Directory Information” on page 18
The connector only supports queries on the same domain as the user
accounts. The connector does not support queries across domains.
Actor Model Import Connector for Microsoft Active Directory
6 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential
Active Directory Support
The Actor Model Import Connector for Microsoft Active Directory supports the following
versions of Microsoft Active Directory:
 Active Directory on Microsoft Windows Server 2003
 Active Directory on Microsoft Windows Server 2008
Importing the CA Certificate
To enable SSL support for the connector's LDAP connection to the Active Directory, you
must have exported a CA certificate from Microsoft Certificate Services. The CA certificate
will be imported into the connector's certificate store. The CA certificate must be exported
in one of the following formats:
 DER encoded binary X.509 (.CER)
 Base-64 encoded X.509 (.CER)
To import the CA certificate to the connector’s certificate store
1 From $ARCSIGHT_HOMEcurrentbin, execute the keytool application to import
the CA certificate. Enter this keytool command on a single line:
arcsight agent keytool -import -alias <alias name> -file
"<drive>:<path to certificate>" -store clientcerts
where the alias name could be, for example:
AD_CA
and, where the path to the certificate could be, for example:
"C:MICAD Actor MICAD.cer"
2 When prompted Trust this certificate?, click Yes.
3 Verify the imported certificate by entering this command from
$ARCSIGHT_HOMEcurrentbin:
arcsight agent keytool -list -store clientcerts
The new certificate is listed.
Installing the Actor Model Import Connector
Before you install a connector, make sure that ArcSight ESM has already been installed
correctly. For a successful installation of ArcSight ESM, install the components in the
following order:
1 Ensure that the ArcSight Database, ArcSight Manager and Console are installed
correctly.
2 Run the Management Console. Though not necessary, it is helpful to have the
Management Console running when installing the connector to verify a successful
installation.
3 Run the ArcSight Manager; the Manager command prompt window or terminal box
displays a Ready message when the Manager starts. You can also monitor the
server.std.log file located in ARCSIGHT_HOMElogsdefault.
Actor Model Import Connector for Microsoft Active Directory
Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 7
Before installing the connector, be sure the following are available:
 Local access to the machine where the connector is to be installed
 Administrator passwords
 Administrator user name and password for Active Directory access
Connector Installation
To install the connector, do the following.
1 Download the ArcSight executable for your operating system from the ArcSight
Customer Support Site per the instructions provided in the connector release notes.
2 Start the connector installer by running the executable.
Follow the installation wizard through the following folder selection tasks and
installation of the core connector software:
Introduction
Choose Install Folder
Choose Install Set
Choose Shortcut Folder
Pre-Installation Summary
Installing...
When the installation of connector core component software is finished, the Select
Connector to Configure screen displays.
3 Select Actor Model Import Connector for Microsoft Active Directory. Click
Next.
4 On the parameter details screen, enter values for the following parameters:
For read and access privileges for the connector, a basic AD user ID will work.
Parameter Description
Active Directory machine
host name or IP
Enter the host name or an IP address of the Active
Directory server.
Security protocol Select ssl (encrypted) or non-ssl (default, non-
encrypted). Also, select an Active Directory port.
Active Directory port Enter the port; 636 for SSL security protocol, or 389
for non-SSL security protocol.
Administrator user for
Active Directory
Enter the name of a user from the Domain Admins
group that the SmartConnector can use to access
Active Directory data.
AD administrator's
password
Enter the password for the user you specified as the
Administrator user for the previous parameter.
AD query paused Leave the default value of 'true.' After the connector
is started from the ESM Console, this value changes
to 'false' automatically so that the AD query
continues automatically whenever the connector
restarts.
Actor Model Import Connector for Microsoft Active Directory
8 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential
Click Enter.
5 On the type of destination screen, verify that ArcSight Manager (encrypted) is
selected and then click Next.
6 On the destination parameters screen, enter or select values for the parameters and
click Next. The connector details screen displays.
7 Enter the details for your connector. Click Next and complete the installation wizard.
For some connectors, a system restart is required before the configuration settings you
made take effect. If a System Restart window displays, read the information and initiate
the system restart operation.
Changing the Connector Heap Size
If you are going to import a large number of actors, it is recommended that you increase
the heap size of the connector. The default heap size is 256 MB. If you are going to run the
connector as a service, set the heap size in the following file:
../current/user/agent.wrapper.conf
Set the following parameters:
#Initial Java Heap Size (in MB)
wrapper.java.initmemory=2048
#Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=6144
AD query interval
(in minutes)
Enter the time interval after which the
SmartConnector polls the Active Directory server for
updates. The default value is 10. The minimum value
that can be specified is 1.
AD search base Enter the search base of the Active Directory domain;
for example, DC=company, DC=com.
IDM Identifier Enter a name of your choosing to identify the IDM
system from which the connector is carrying data.
(e.g., “company-dc.company.com”)
After completing the SmartConnector installation wizard, be sure to
manually configure the connector for the type of SSL certificate your
ArcSight Manager is using. See the ArcSight ESM Administrator's Guide
for complete information.
Save any work on your computer or desktop and shut down any other running
applications (including the Management Console, if it is running), then shut
down the system.
If your deployment exceeds 10K actors with an average of 5 groups per user,
we recommend modifying your minimum heap setting to 2GB. The maximum
heap size should be 6GB.
Parameter Description
Actor Model Import Connector for Microsoft Active Directory
Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 9
If the connector runs in standalone mode, the default heap size is 256 MB. For proper
operation of the connector with a large number of actors, HPE recommends that you
modify the heap size setting to 6 GB. Increase the memory for the connector by creating
one of the following commands:
 For Linux - create the following shell script:
~/ARCSIGHT_HOME/current/user/agent/setmem.sh
with the following content:
ARCSIGHT_MEMORY_OPTIONS=" -Xms2048m -Xmx6144m "
 For Windows - create the following batch file:
$ARCSIGHT_HOMEcurrentuseragentsetmem.bat
with the following content:
SET ARCSIGHT_MEM_OPTIONS= -Xms2048m -Xmx6144m
To uninstall the connector, or for connector upgrade instructions, see the SmartConnector
User's Guide.
Optional Optimization of Data Transfer
For medium to large deployments, the connector processes data optimally. The default for
batching time is 1 minute and batching size is 2500 users (or Actors). For a smaller
deployment, you may want to reduce these parameters.
To change the Actor batching time or size, you can add the following properties to
agent.properties (located at $ARCSIGHT_HOMEcurrentuseragent).
 buildmodeldelay controls the batching time. This dictates how long in milliseconds
the wait before sending a batch of Actors to ESM.
 maxeventsbeforebuild controls the batching size. This dictates how many Actors
can be received before sending a batch of Actors to ESM.
For example, the following properties set the batching time to 10 seconds and the batching
size to 2500 Actors:
agent.component[35].buildmodeldelay=10000
agent.component[35].maxeventsbeforebuild=2500
The trigger for sending user (or Actor) data to ESM can be controlled through either a
counter (the indicator of batch size) or timer (the indicator of elapsed time between
batches). Priority is given to the first satisfied condition. For example, if the batch size
achieves the maximum number of Actors allowed before the default time is exceeded, the
Actor data is sent based on batch size. Conversely, if the defined time is reached before the
defined buffer size is achieved, the data is sent to ESM based on the allotted time. After the
• ARCSIGHT_HOME represents the directory where the connector is installed.
• Use regular double quote characters in the commands.
For more information about Actors, including the maximum number of actor
models supported in ArcSight ESM, see the Management Console online help.
Actor Model Import Connector for Microsoft Active Directory
10 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential
batch is sent to ESM, the timer and counter revert back to zero in preparation for the next
batch.
Run the Connector
Connectors can be installed and run in standalone mode, as a Windows service, or as a
UNIX daemon. If installed standalone, the connector must be started manually, and is not
automatically active when a host is re-started. If installed as a Windows service or UNIX
daemon, the connector runs automatically when the host is re-started. For information
about connectors running as Windows services or UNIX daemons, see the ArcSight
SmartConnector User's Guide.
For connectors installed standalone, to run all installed connectors on a particular host,
open a command window, go to $ARCSIGHT_HOMEcurrentbin and run:
arcsight connectors
When you run the connector, it is started in Pause mode; it does not continue until you
instruct it to do so through the Management Console. Before doing so, set up a user for the
connector, as described in the next section.
To view the connector log, read the file:
$ARCSIGHT_HOMEcurrentlogsagent.log
To stop all connectors, enter Ctrl+C in the command window.
Importing Actor Data
Set up the Actor Model Import User in ESM
After installing and starting the connector, from the ArcSight Console set the Model Import
User for the connector (this must be a user with Console administrative privileges).
1 From the ArcSight Console, go to the Navigator panel and choose the Resources
tab.
2 Under Resources, choose the Connectors resource.
3 Under All Connectors, navigate to your Actor Model Import Connector for
Microsoft Active Directory.
4 Right click on the connector and select Configure.
5 On the Inspect/Edit panel, choose the Connector tab.
6 Under the Connector tab, go to the Model Import User and select a user from the
Administrators group.
If your deployment exceeds 10K actors with an average of 5 groups per user,
we recommend modifying your minimum heap setting to 2GB. The maximum
heap size should be 6GB, depending on available memory.
On Windows platforms, connectors can also be run using shortcuts and
optional Start menu entries.
Actor Model Import Connector for Microsoft Active Directory
Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 11
7 Click OK.
Optional Configuration of Filter Settings
Setting up filtering conditions is optional, but recommended for use with a large number of
users. Note that, when filtering by group type or group name, it is the group membership
that is filtered; the users imported are not affected.
1 Configure filtering conditions by group name by entering each group name separated
by the OR operator. Right-click the connector name, then Configure, Default, and
Filters. Match the group name in the filtering condition to the group name found in
Device Custom String 3, as shown in the following examples, which show filtering OUT
by Name.
Actor Model Import Connector for Microsoft Active Directory
12 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential
The following is an example of filtering IN groups by group Name.
2 Configure filtering conditions by group type by entering each group type separated by
the OR operator. Right-click the connector name, then Configure, Default, and
Filters.
Actor Model Import Connector for Microsoft Active Directory
Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 13
The following is an example of filtering OUT groups by group Type. By default, the
connector does not filter OUT groups by type.
Group types are as follows:
Initial Import of Actor Data
The first time you import a large number of actors, up to 500K, run the server with no load,
stop all the feeds and make sure that the EPS is zero.
To start the initial import of Actor data, start the Actor Model Import Connector from the
console.
1 From the Management Console, go to the Navigator panel and choose the
Resources tab.
2 Under Resources, choose the Connector tab.
3 Navigate to the connector you wish to start from under the All Connector directory.
Type Name
-2147483646 Global Security Group
-2147483644 Local Security Group
-2147483643 BuiltIn Group
-2147483640 Universal Security Group
2 Global Distribution Group
4 Local Distribution Group
8 Universal Distribution Group
Actor Model Import Connector for Microsoft Active Directory
14 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential
4 Right-click the connector and choose Send Commands -> Model Import
Connector-> Start Import.
The initial import begins.
This initial import of data cannot be stopped until the transfer is complete. If you
discover a configuration error mid-process, stop the connector, make your
configuration changes, then reload the Active Directory information. See “Reloading
Active Directory Information” on page 18 for detailed instructions.
5 After the import completes, configure the authenticators mapping table in
Management Console with the list of authenticators used in your environment. For
detailed instructions, see the “Configuring Actors (for Administrators)” section of the
Management Console online help.
Advanced Parameter Tuning
You can tune the parameters used during account imports by modifying the account
specifier and the authenticator properties. The following sections provide information about
each property.
Account Specifier
The account specifier, for Active Directory accounts, has the following default values:
 sAMAccountName
 mail
 distinguishedName
 userPrincipalName.
You can add or remove attributes by modifying the accountspecifier property. To add
or delete attributes, the accountspecifier property is added to agent.properties
(located at $ARCSIGHT_HOMEcurrentuseragent). For example:
agents[0].accountspecifier=givenName,title
If used, this property should be specified before the initial import since account import
behavior is affected by the accountspecifier property. It is not advisable to add or
delete attributes unless you are certain about why you are making the changes. A typical
use case would be if your LDAP domain has a limitation needing a set of attributes other
than the default attributes to identify an account.
Authenticator
The authenticator, for Active Directory accounts, can be controlled by the authenticator
property. The default value is derived from the DC components of the search base, but it
can be modified with the authenticator property.
To change the account authenticator, add the authenticator property to
agent.properties (located at $ARCSIGHT_HOMEcurrentuseragent). For
example:
agents[0].authenticator=hp.net.local
If used, this property should be specified before the initial import since account import
behavior is affected by the authenticator property. It is not advisable to add the
property unless you are certain about why you are adding the property. A typical use case
would be to have one authenticator across multiple domains.
Actor Model Import Connector for Microsoft Active Directory
Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 15
Accessing Advanced Parameters
To access the connector's advanced, or internal, parameters:
1 From the $ARCSIGHT_HOMEcurrentbin directory in a DOS command window
enter:
arcsight connectorsetup
2 When the message WARNING: SmartConnector setup is being started in
Advanced Mode! is displayed, click No.
3 The Agent Configuration Tool window is displayed. Select the connector:
4 From the Options menu, select Show Internal Parameters.
The advanced configuration parameters for the connector are displayed.
Actor Model Import Connector for Microsoft Active Directory
16 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential
Access Attribute Fields
After connector installation, all the supported attributes are preselected. These attributes
can be accessed using the Options menu, as described above.
Locate the attributelist parameter to remove any unneeded attribute fields. Do not
remove a required attribute (the first 15 attributes of the following list), as they are the
minimum required for the system to properly operate.
objectGUID
whenCreated
whenChanged
memberof: Member of
member: Member
sAMAccountName: User ID
mail: Email Address
distinguishedName: Distinguished Name
userPrincipalName: User Principal Name
cn: Full Name
givenName: First Name
sn: Last Name
department: Department
userAccountControl: Status
If you wish to re-add an attribute that you did not import initially, you must re-
import the entire set. See “Reloading Active Directory Information” on page 18
for detailed instructions.
Actor Model Import Connector for Microsoft Active Directory
Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 17
employeeType: Employee Type
The following attributes are optional and may be deleted.
initials: Middle Initial
title: Title
company: Company
manager: Manager
physicalDeliveryOfficeName: Office
telephoneNumber: Business Phone
mobile: Mobile Phone
facsimileTelephoneNumber: Fax
pager: Pager
streetAddress: Address
l: City
st: State
postalCode: Zip Code
co: Country or Region
Role attributes are mapped as follows:
groupName: Role Name
resourceName: Resource Name
groupTypeName: Role Type
The employeeType attribute is not available in the native Microsoft
Management Console. To use the resources based upon Employee Type, the
attribute must be set using a tool such as ADSI edit. ADSI Edit is an MMC
snap-in that acts as a low-level editor for Active Directory. This tool is
included when you install Microsoft Windows Server 2003 Support Tools from
the product CD or from the Microsoft Download Center
(http://go.microsoft.com/fwlink/?LinkId=100114). For information
about how to install Windows Support Tools from the product CD, see Install
Windows Support Tools at
http://go.microsoft.com/fwlink/?LinkId=62270.
If you wish to re-add an attribute you mistakenly deleted, you must re-import
the entire set. See “Reloading Active Directory Information” on page 18 for
detailed instructions.
Actor Model Import Connector for Microsoft Active Directory
18 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential
The group name will be a number and the groupTypeName will be this translation:
groupTypeName groupName
Built-In -2147483643
Domain Local Security -2147483644
Global Security -2147483646
Universal Security -2147483640
Domain Local Distribution 2
Global Distribution 4
Universal Distribution 8
Reloading Active Directory Information
To reload all Active Directory information:
1 If active, stop the Actor Model Import Connector.
2 From the Management Console, go to the Navigator panel and choose the
Resources tab.
3 Under Resources, choose the Actors tab.
4 Under All Actors, go to the top level directory (This should be the connector’s domain
name related to Active Directory. Do not choose any subdirectories). Right-click from
this top level and choose Delete Group from the shortcut menu, as shown below.
Do not delete Actors outside of this top level directory. If you are deleting a
large number of actors, see Open Issues for Systems with a Large Number of
Actors (SOL-3525) in the IdentityView 2.5 Release Notes.
Performing this action does not remove all the Actor data and history. This is a
known issue. For more information, please refer to “Open Issues in this
Release” in the Actor Model Import Connector for Microsoft Active Directory
release notes.
Actor Model Import Connector for Microsoft Active Directory
Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 19
5 From the following directory, delete all files starting with ps.user and ps.group:
$ARCSIGHT_HOME/user/agent/agentdata
6 From this same directory ($ARCSIGHT_HOME/user/agent/agentdata), delete
the {connector_id}.status.init.import file.
7 Restart the connector.
Actor Model Import Connector for Microsoft Active Directory
20 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential

More Related Content

What's hot

Microsoft az-204 download free demo at dumps cafe
Microsoft az-204 download free demo at dumps cafeMicrosoft az-204 download free demo at dumps cafe
Microsoft az-204 download free demo at dumps cafeJeannieHeldt
 
Getting Started With Share Point 2010
Getting Started With Share Point 2010Getting Started With Share Point 2010
Getting Started With Share Point 2010Elaine Van Bergen
 
IDRAC 7 with ad whitepaper_v1.1
IDRAC 7 with ad whitepaper_v1.1IDRAC 7 with ad whitepaper_v1.1
IDRAC 7 with ad whitepaper_v1.1Matti Hyppönen
 
Aid rel notes_5.6 (1)
Aid rel notes_5.6 (1)Aid rel notes_5.6 (1)
Aid rel notes_5.6 (1)Protect724
 
ESM_AdminGuide_6.9.0.pdf
ESM_AdminGuide_6.9.0.pdfESM_AdminGuide_6.9.0.pdf
ESM_AdminGuide_6.9.0.pdfProtect724v2
 
ESM Service Layer Developers Guide for ESM 6.8c
ESM Service Layer Developers Guide for ESM 6.8cESM Service Layer Developers Guide for ESM 6.8c
ESM Service Layer Developers Guide for ESM 6.8cProtect724gopi
 
Asset modelimportconn devguide_5.2.1.6190.0
Asset modelimportconn devguide_5.2.1.6190.0Asset modelimportconn devguide_5.2.1.6190.0
Asset modelimportconn devguide_5.2.1.6190.0Protect724
 
ArcSight Connector Appliance v6.2 Administrator's Guide
ArcSight Connector Appliance v6.2 Administrator's GuideArcSight Connector Appliance v6.2 Administrator's Guide
ArcSight Connector Appliance v6.2 Administrator's GuideProtect724tk
 
Tn548 installing microsoft sql server 2012 for wonderware products
Tn548 installing microsoft sql server 2012 for wonderware productsTn548 installing microsoft sql server 2012 for wonderware products
Tn548 installing microsoft sql server 2012 for wonderware productsGustavo Alvarez
 
ESM 6.9.1c Patch 3 Release Notes
ESM 6.9.1c Patch 3 Release NotesESM 6.9.1c Patch 3 Release Notes
ESM 6.9.1c Patch 3 Release NotesProtect724tk
 
Esm rel notes_v5.2
Esm rel notes_v5.2Esm rel notes_v5.2
Esm rel notes_v5.2Protect724
 
ESM Administrator's Guide (ESM v6.9.1c)
ESM Administrator's Guide (ESM v6.9.1c)ESM Administrator's Guide (ESM v6.9.1c)
ESM Administrator's Guide (ESM v6.9.1c)Protect724tk
 
OBIEE 11g installation steps
OBIEE 11g installation stepsOBIEE 11g installation steps
OBIEE 11g installation stepsDharmaraj Borse
 
Isaca sql server 2008 r2 security & auditing
Isaca sql server 2008 r2 security & auditingIsaca sql server 2008 r2 security & auditing
Isaca sql server 2008 r2 security & auditingAntonios Chatzipavlis
 
The Windows Azure Platform (MSDN Events Series)
The Windows Azure Platform (MSDN Events Series)The Windows Azure Platform (MSDN Events Series)
The Windows Azure Platform (MSDN Events Series)Dave Bost
 
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)Vinh Nguyen
 

What's hot (19)

Microsoft az-204 download free demo at dumps cafe
Microsoft az-204 download free demo at dumps cafeMicrosoft az-204 download free demo at dumps cafe
Microsoft az-204 download free demo at dumps cafe
 
Getting Started With Share Point 2010
Getting Started With Share Point 2010Getting Started With Share Point 2010
Getting Started With Share Point 2010
 
IDRAC 7 with ad whitepaper_v1.1
IDRAC 7 with ad whitepaper_v1.1IDRAC 7 with ad whitepaper_v1.1
IDRAC 7 with ad whitepaper_v1.1
 
Aid rel notes_5.6 (1)
Aid rel notes_5.6 (1)Aid rel notes_5.6 (1)
Aid rel notes_5.6 (1)
 
ESM_AdminGuide_6.9.0.pdf
ESM_AdminGuide_6.9.0.pdfESM_AdminGuide_6.9.0.pdf
ESM_AdminGuide_6.9.0.pdf
 
ESM Service Layer Developers Guide for ESM 6.8c
ESM Service Layer Developers Guide for ESM 6.8cESM Service Layer Developers Guide for ESM 6.8c
ESM Service Layer Developers Guide for ESM 6.8c
 
Asset modelimportconn devguide_5.2.1.6190.0
Asset modelimportconn devguide_5.2.1.6190.0Asset modelimportconn devguide_5.2.1.6190.0
Asset modelimportconn devguide_5.2.1.6190.0
 
ArcSight Connector Appliance v6.2 Administrator's Guide
ArcSight Connector Appliance v6.2 Administrator's GuideArcSight Connector Appliance v6.2 Administrator's Guide
ArcSight Connector Appliance v6.2 Administrator's Guide
 
Tn548 installing microsoft sql server 2012 for wonderware products
Tn548 installing microsoft sql server 2012 for wonderware productsTn548 installing microsoft sql server 2012 for wonderware products
Tn548 installing microsoft sql server 2012 for wonderware products
 
ESM 6.9.1c Patch 3 Release Notes
ESM 6.9.1c Patch 3 Release NotesESM 6.9.1c Patch 3 Release Notes
ESM 6.9.1c Patch 3 Release Notes
 
Esm rel notes_v5.2
Esm rel notes_v5.2Esm rel notes_v5.2
Esm rel notes_v5.2
 
ESM Administrator's Guide (ESM v6.9.1c)
ESM Administrator's Guide (ESM v6.9.1c)ESM Administrator's Guide (ESM v6.9.1c)
ESM Administrator's Guide (ESM v6.9.1c)
 
Ad cs-step-by-step-guide
Ad cs-step-by-step-guideAd cs-step-by-step-guide
Ad cs-step-by-step-guide
 
Installation Guide for ESM 6.8c
Installation Guide for ESM 6.8cInstallation Guide for ESM 6.8c
Installation Guide for ESM 6.8c
 
OBIEE 11g installation steps
OBIEE 11g installation stepsOBIEE 11g installation steps
OBIEE 11g installation steps
 
Isaca sql server 2008 r2 security & auditing
Isaca sql server 2008 r2 security & auditingIsaca sql server 2008 r2 security & auditing
Isaca sql server 2008 r2 security & auditing
 
Swivel Secure and Office 365
Swivel Secure and Office 365Swivel Secure and Office 365
Swivel Secure and Office 365
 
The Windows Azure Platform (MSDN Events Series)
The Windows Azure Platform (MSDN Events Series)The Windows Azure Platform (MSDN Events Series)
The Windows Azure Platform (MSDN Events Series)
 
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
 

Similar to Actor Model Import Connector for Microsoft Active Directory

ArcSight Actor Model Import Connector for Microsoft Active Directory Configur...
ArcSight Actor Model Import Connector for Microsoft Active Directory Configur...ArcSight Actor Model Import Connector for Microsoft Active Directory Configur...
ArcSight Actor Model Import Connector for Microsoft Active Directory Configur...Protect724tk
 
Asset Model Import FlexConnector Developer's Guide
Asset Model Import FlexConnector Developer's GuideAsset Model Import FlexConnector Developer's Guide
Asset Model Import FlexConnector Developer's GuideProtect724migration
 
Asset modelimportconn devguide_5.2.1.6190.0
Asset modelimportconn devguide_5.2.1.6190.0Asset modelimportconn devguide_5.2.1.6190.0
Asset modelimportconn devguide_5.2.1.6190.0Protect724
 
ESM Asset Model FlexConnector Developer's Guide for ESM 6.8c
ESM Asset Model FlexConnector Developer's Guide for ESM 6.8cESM Asset Model FlexConnector Developer's Guide for ESM 6.8c
ESM Asset Model FlexConnector Developer's Guide for ESM 6.8cProtect724v3
 
Model Import Connector for RepSM Release Notes
Model Import Connector for RepSM Release NotesModel Import Connector for RepSM Release Notes
Model Import Connector for RepSM Release Notesprotect724rkeer
 
ArcSight Connector Appliance 6.4 Administrator's Guide
ArcSight Connector Appliance 6.4 Administrator's GuideArcSight Connector Appliance 6.4 Administrator's Guide
ArcSight Connector Appliance 6.4 Administrator's GuideProtect724tk
 
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...Protect724v2
 
ArcMC for Azure 2.2 Setup Guide
ArcMC for Azure 2.2 Setup GuideArcMC for Azure 2.2 Setup Guide
ArcMC for Azure 2.2 Setup GuideProtect724mouni
 
Actor Model Import Connector for Microsoft Active Directory Release Notes
Actor Model Import Connector for Microsoft Active Directory Release NotesActor Model Import Connector for Microsoft Active Directory Release Notes
Actor Model Import Connector for Microsoft Active Directory Release Notesprotect724rkeer
 
ArcSight Connector Appliance 6.4 Patch 1 Release Notes
ArcSight Connector Appliance 6.4 Patch 1 Release NotesArcSight Connector Appliance 6.4 Patch 1 Release Notes
ArcSight Connector Appliance 6.4 Patch 1 Release NotesProtect724tk
 
Forwarding Connector User;s Guide for 5.1.7.6151 and 6154
Forwarding Connector User;s Guide for 5.1.7.6151 and 6154Forwarding Connector User;s Guide for 5.1.7.6151 and 6154
Forwarding Connector User;s Guide for 5.1.7.6151 and 6154Protect724
 
Fwd conn configguide_5.2.5.6403.0
Fwd conn configguide_5.2.5.6403.0Fwd conn configguide_5.2.5.6403.0
Fwd conn configguide_5.2.5.6403.0Protect724v3
 
Sp 29 two_factor_auth_guide
Sp 29 two_factor_auth_guideSp 29 two_factor_auth_guide
Sp 29 two_factor_auth_guideHai Nguyen
 
Forwarding Connector v5.2.7.6582.0 User's Guide for ArcSight Express v4.0
Forwarding Connector v5.2.7.6582.0 User's Guide for ArcSight Express v4.0Forwarding Connector v5.2.7.6582.0 User's Guide for ArcSight Express v4.0
Forwarding Connector v5.2.7.6582.0 User's Guide for ArcSight Express v4.0Protect724v2
 
Fwd conn configguide_5.1.7.6151_6154
Fwd conn configguide_5.1.7.6151_6154Fwd conn configguide_5.1.7.6151_6154
Fwd conn configguide_5.1.7.6151_6154Protect724
 
Accel_Series_2023Autumn_En.pptx
Accel_Series_2023Autumn_En.pptxAccel_Series_2023Autumn_En.pptx
Accel_Series_2023Autumn_En.pptxNTTDATA INTRAMART
 
Moodle andoffice365withadfs
Moodle andoffice365withadfsMoodle andoffice365withadfs
Moodle andoffice365withadfsHeo Gòm
 
Cisco Monitoring Standard Content Guide for ESM 6.5c
Cisco Monitoring Standard Content Guide for ESM 6.5c	Cisco Monitoring Standard Content Guide for ESM 6.5c
Cisco Monitoring Standard Content Guide for ESM 6.5c Protect724migration
 
ArcSight Express Release Notes Version 3.0 featuring ESM + CORR-Engine
ArcSight Express Release Notes Version 3.0 featuring ESM + CORR-EngineArcSight Express Release Notes Version 3.0 featuring ESM + CORR-Engine
ArcSight Express Release Notes Version 3.0 featuring ESM + CORR-EngineProtect724
 
Actor Model Import FlexConnector for Database
Actor Model Import FlexConnector for DatabaseActor Model Import FlexConnector for Database
Actor Model Import FlexConnector for Databaseprotect724rkeer
 

Similar to Actor Model Import Connector for Microsoft Active Directory (20)

ArcSight Actor Model Import Connector for Microsoft Active Directory Configur...
ArcSight Actor Model Import Connector for Microsoft Active Directory Configur...ArcSight Actor Model Import Connector for Microsoft Active Directory Configur...
ArcSight Actor Model Import Connector for Microsoft Active Directory Configur...
 
Asset Model Import FlexConnector Developer's Guide
Asset Model Import FlexConnector Developer's GuideAsset Model Import FlexConnector Developer's Guide
Asset Model Import FlexConnector Developer's Guide
 
Asset modelimportconn devguide_5.2.1.6190.0
Asset modelimportconn devguide_5.2.1.6190.0Asset modelimportconn devguide_5.2.1.6190.0
Asset modelimportconn devguide_5.2.1.6190.0
 
ESM Asset Model FlexConnector Developer's Guide for ESM 6.8c
ESM Asset Model FlexConnector Developer's Guide for ESM 6.8cESM Asset Model FlexConnector Developer's Guide for ESM 6.8c
ESM Asset Model FlexConnector Developer's Guide for ESM 6.8c
 
Model Import Connector for RepSM Release Notes
Model Import Connector for RepSM Release NotesModel Import Connector for RepSM Release Notes
Model Import Connector for RepSM Release Notes
 
ArcSight Connector Appliance 6.4 Administrator's Guide
ArcSight Connector Appliance 6.4 Administrator's GuideArcSight Connector Appliance 6.4 Administrator's Guide
ArcSight Connector Appliance 6.4 Administrator's Guide
 
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...
 
ArcMC for Azure 2.2 Setup Guide
ArcMC for Azure 2.2 Setup GuideArcMC for Azure 2.2 Setup Guide
ArcMC for Azure 2.2 Setup Guide
 
Actor Model Import Connector for Microsoft Active Directory Release Notes
Actor Model Import Connector for Microsoft Active Directory Release NotesActor Model Import Connector for Microsoft Active Directory Release Notes
Actor Model Import Connector for Microsoft Active Directory Release Notes
 
ArcSight Connector Appliance 6.4 Patch 1 Release Notes
ArcSight Connector Appliance 6.4 Patch 1 Release NotesArcSight Connector Appliance 6.4 Patch 1 Release Notes
ArcSight Connector Appliance 6.4 Patch 1 Release Notes
 
Forwarding Connector User;s Guide for 5.1.7.6151 and 6154
Forwarding Connector User;s Guide for 5.1.7.6151 and 6154Forwarding Connector User;s Guide for 5.1.7.6151 and 6154
Forwarding Connector User;s Guide for 5.1.7.6151 and 6154
 
Fwd conn configguide_5.2.5.6403.0
Fwd conn configguide_5.2.5.6403.0Fwd conn configguide_5.2.5.6403.0
Fwd conn configguide_5.2.5.6403.0
 
Sp 29 two_factor_auth_guide
Sp 29 two_factor_auth_guideSp 29 two_factor_auth_guide
Sp 29 two_factor_auth_guide
 
Forwarding Connector v5.2.7.6582.0 User's Guide for ArcSight Express v4.0
Forwarding Connector v5.2.7.6582.0 User's Guide for ArcSight Express v4.0Forwarding Connector v5.2.7.6582.0 User's Guide for ArcSight Express v4.0
Forwarding Connector v5.2.7.6582.0 User's Guide for ArcSight Express v4.0
 
Fwd conn configguide_5.1.7.6151_6154
Fwd conn configguide_5.1.7.6151_6154Fwd conn configguide_5.1.7.6151_6154
Fwd conn configguide_5.1.7.6151_6154
 
Accel_Series_2023Autumn_En.pptx
Accel_Series_2023Autumn_En.pptxAccel_Series_2023Autumn_En.pptx
Accel_Series_2023Autumn_En.pptx
 
Moodle andoffice365withadfs
Moodle andoffice365withadfsMoodle andoffice365withadfs
Moodle andoffice365withadfs
 
Cisco Monitoring Standard Content Guide for ESM 6.5c
Cisco Monitoring Standard Content Guide for ESM 6.5c	Cisco Monitoring Standard Content Guide for ESM 6.5c
Cisco Monitoring Standard Content Guide for ESM 6.5c
 
ArcSight Express Release Notes Version 3.0 featuring ESM + CORR-Engine
ArcSight Express Release Notes Version 3.0 featuring ESM + CORR-EngineArcSight Express Release Notes Version 3.0 featuring ESM + CORR-Engine
ArcSight Express Release Notes Version 3.0 featuring ESM + CORR-Engine
 
Actor Model Import FlexConnector for Database
Actor Model Import FlexConnector for DatabaseActor Model Import FlexConnector for Database
Actor Model Import FlexConnector for Database
 

More from protect724rkeer

CIP for PCI 4.0 Solution Guide for ArcSight Logger
CIP for PCI 4.0 Solution Guide for ArcSight LoggerCIP for PCI 4.0 Solution Guide for ArcSight Logger
CIP for PCI 4.0 Solution Guide for ArcSight Loggerprotect724rkeer
 
CIP for PCI 4.0 Release Notes for ArcSight Logger
CIP for PCI 4.0 Release Notes for ArcSight LoggerCIP for PCI 4.0 Release Notes for ArcSight Logger
CIP for PCI 4.0 Release Notes for ArcSight Loggerprotect724rkeer
 
CIP IT Governance 5.0 Solution Guide for ArcSight Logger
CIP IT Governance 5.0 Solution Guide for ArcSight LoggerCIP IT Governance 5.0 Solution Guide for ArcSight Logger
CIP IT Governance 5.0 Solution Guide for ArcSight Loggerprotect724rkeer
 
CIP IT Governance 5.0 Release Notes for ArcSight Logger
CIP IT Governance 5.0 Release Notes for ArcSight LoggerCIP IT Governance 5.0 Release Notes for ArcSight Logger
CIP IT Governance 5.0 Release Notes for ArcSight Loggerprotect724rkeer
 
Logger Brute Force Attack Detection Security Use Case User's Guide
Logger Brute Force Attack Detection Security Use Case User's GuideLogger Brute Force Attack Detection Security Use Case User's Guide
Logger Brute Force Attack Detection Security Use Case User's Guideprotect724rkeer
 
ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Configuration guide
ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Configuration guideArcSight Model Import Connector for RepSM 7.1.7.7607.0 Configuration guide
ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Configuration guideprotect724rkeer
 
ArcSight ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Release Notes
ArcSight ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Release NotesArcSight ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Release Notes
ArcSight ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Release Notesprotect724rkeer
 
Logger NERC CIP 1.0 Solutions Guide
Logger NERC CIP 1.0 Solutions GuideLogger NERC CIP 1.0 Solutions Guide
Logger NERC CIP 1.0 Solutions Guideprotect724rkeer
 
Logger HIPAA CIP 1.0 Solutions Guide
Logger HIPAA CIP 1.0 Solutions GuideLogger HIPAA CIP 1.0 Solutions Guide
Logger HIPAA CIP 1.0 Solutions Guideprotect724rkeer
 
Logger NERC CIP 1.0 Release Notes
Logger NERC CIP 1.0 Release NotesLogger NERC CIP 1.0 Release Notes
Logger NERC CIP 1.0 Release Notesprotect724rkeer
 
Logger HIPAA CIP 1.0 Release Notes
Logger HIPAA CIP 1.0 Release NotesLogger HIPAA CIP 1.0 Release Notes
Logger HIPAA CIP 1.0 Release Notesprotect724rkeer
 
HPE ArcSight RepSM Plus 1.6 Solution Guide
HPE ArcSight RepSM Plus 1.6 Solution GuideHPE ArcSight RepSM Plus 1.6 Solution Guide
HPE ArcSight RepSM Plus 1.6 Solution Guideprotect724rkeer
 
HPE ArcSight RepSM Plus 1.6 Release Notes
HPE ArcSight RepSM Plus 1.6 Release NotesHPE ArcSight RepSM Plus 1.6 Release Notes
HPE ArcSight RepSM Plus 1.6 Release Notesprotect724rkeer
 
HPE ArcSight RepSM Plus Model Import Connector Config Guide
HPE ArcSight RepSM Plus Model Import Connector Config GuideHPE ArcSight RepSM Plus Model Import Connector Config Guide
HPE ArcSight RepSM Plus Model Import Connector Config Guideprotect724rkeer
 
HPE ArcSight RepSM Plus Model Import Connector Release Notes
HPE ArcSight RepSM Plus Model Import Connector Release NotesHPE ArcSight RepSM Plus Model Import Connector Release Notes
HPE ArcSight RepSM Plus Model Import Connector Release Notesprotect724rkeer
 
NERC v6.0 for ESM Release Notes
NERC v6.0 for ESM Release NotesNERC v6.0 for ESM Release Notes
NERC v6.0 for ESM Release Notesprotect724rkeer
 
NERC v6.0 for ESM Solution Guide
NERC v6.0 for ESM Solution GuideNERC v6.0 for ESM Solution Guide
NERC v6.0 for ESM Solution Guideprotect724rkeer
 

More from protect724rkeer (17)

CIP for PCI 4.0 Solution Guide for ArcSight Logger
CIP for PCI 4.0 Solution Guide for ArcSight LoggerCIP for PCI 4.0 Solution Guide for ArcSight Logger
CIP for PCI 4.0 Solution Guide for ArcSight Logger
 
CIP for PCI 4.0 Release Notes for ArcSight Logger
CIP for PCI 4.0 Release Notes for ArcSight LoggerCIP for PCI 4.0 Release Notes for ArcSight Logger
CIP for PCI 4.0 Release Notes for ArcSight Logger
 
CIP IT Governance 5.0 Solution Guide for ArcSight Logger
CIP IT Governance 5.0 Solution Guide for ArcSight LoggerCIP IT Governance 5.0 Solution Guide for ArcSight Logger
CIP IT Governance 5.0 Solution Guide for ArcSight Logger
 
CIP IT Governance 5.0 Release Notes for ArcSight Logger
CIP IT Governance 5.0 Release Notes for ArcSight LoggerCIP IT Governance 5.0 Release Notes for ArcSight Logger
CIP IT Governance 5.0 Release Notes for ArcSight Logger
 
Logger Brute Force Attack Detection Security Use Case User's Guide
Logger Brute Force Attack Detection Security Use Case User's GuideLogger Brute Force Attack Detection Security Use Case User's Guide
Logger Brute Force Attack Detection Security Use Case User's Guide
 
ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Configuration guide
ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Configuration guideArcSight Model Import Connector for RepSM 7.1.7.7607.0 Configuration guide
ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Configuration guide
 
ArcSight ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Release Notes
ArcSight ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Release NotesArcSight ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Release Notes
ArcSight ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Release Notes
 
Logger NERC CIP 1.0 Solutions Guide
Logger NERC CIP 1.0 Solutions GuideLogger NERC CIP 1.0 Solutions Guide
Logger NERC CIP 1.0 Solutions Guide
 
Logger HIPAA CIP 1.0 Solutions Guide
Logger HIPAA CIP 1.0 Solutions GuideLogger HIPAA CIP 1.0 Solutions Guide
Logger HIPAA CIP 1.0 Solutions Guide
 
Logger NERC CIP 1.0 Release Notes
Logger NERC CIP 1.0 Release NotesLogger NERC CIP 1.0 Release Notes
Logger NERC CIP 1.0 Release Notes
 
Logger HIPAA CIP 1.0 Release Notes
Logger HIPAA CIP 1.0 Release NotesLogger HIPAA CIP 1.0 Release Notes
Logger HIPAA CIP 1.0 Release Notes
 
HPE ArcSight RepSM Plus 1.6 Solution Guide
HPE ArcSight RepSM Plus 1.6 Solution GuideHPE ArcSight RepSM Plus 1.6 Solution Guide
HPE ArcSight RepSM Plus 1.6 Solution Guide
 
HPE ArcSight RepSM Plus 1.6 Release Notes
HPE ArcSight RepSM Plus 1.6 Release NotesHPE ArcSight RepSM Plus 1.6 Release Notes
HPE ArcSight RepSM Plus 1.6 Release Notes
 
HPE ArcSight RepSM Plus Model Import Connector Config Guide
HPE ArcSight RepSM Plus Model Import Connector Config GuideHPE ArcSight RepSM Plus Model Import Connector Config Guide
HPE ArcSight RepSM Plus Model Import Connector Config Guide
 
HPE ArcSight RepSM Plus Model Import Connector Release Notes
HPE ArcSight RepSM Plus Model Import Connector Release NotesHPE ArcSight RepSM Plus Model Import Connector Release Notes
HPE ArcSight RepSM Plus Model Import Connector Release Notes
 
NERC v6.0 for ESM Release Notes
NERC v6.0 for ESM Release NotesNERC v6.0 for ESM Release Notes
NERC v6.0 for ESM Release Notes
 
NERC v6.0 for ESM Solution Guide
NERC v6.0 for ESM Solution GuideNERC v6.0 for ESM Solution Guide
NERC v6.0 for ESM Solution Guide
 

Recently uploaded

KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesPhilip Schwarz
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtimeandrehoraa
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEOrtus Solutions, Corp
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsAhmed Mohamed
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....kzayra69
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesŁukasz Chruściel
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024StefanoLambiase
 
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in NoidaBuds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in Noidabntitsolutionsrishis
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样umasea
 
Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfFerryKemperman
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...Technogeeks
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)jennyeacort
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceBrainSell Technologies
 

Recently uploaded (20)

KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a series
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtime
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML Diagrams
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New Features
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
 
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in NoidaBuds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
 
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort ServiceHot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
 
Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdf
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. Salesforce
 

Actor Model Import Connector for Microsoft Active Directory

  • 1. Configuration Guide Actor Model Import Connector for Microsoft Active Directory January 22, 2015
  • 2. Warranty The only warranties for Hewlett Packard Enterprise products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HPE shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice. The network information used in the examples in this document (including IP addresses and hostnames) is for illustration purposes only. HPE Security ArcSight products are highly flexible and function as you configure them. The accessibility, integrity, and confidentiality of your data is your responsibility. Implement a comprehensive security strategy and follow good security practices. This document is confidential. Restricted Rights Legend Confidential computer software. Valid license from HPE required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. Copyright Notice © Copyright 2016 Hewlett Packard Enterprise Development LP Follow this link to see a complete statement of copyrights and acknowledgements: https://www.protect724.hpe.com/docs/DOC-13026 Contact Information Phone A list of phone numbers for HPE ArcSight Technical Support is available on the HPE Enterprise Security contacts page: www.hpe.com/software/support/contact_list Support Web Site www.hpe.com/software/support Protect 724 Community https://www.protect724.hpe.com
  • 3. Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 3 Contents Actor Model Import Connector for Microsoft Active Directory ................................................................ 5 Product Overview ............................................................................................................ 5 Active Directory Support .................................................................................................. 6 Importing the CA Certificate ............................................................................................. 6 Installing the Actor Model Import Connector ....................................................................... 6 Connector Installation ................................................................................................ 7 Changing the Connector Heap Size .............................................................................. 8 Optional Optimization of Data Transfer ......................................................................... 9 Run the Connector .................................................................................................. 10 Importing Actor Data ..................................................................................................... 10 Set up the Actor Model Import User in ESM ................................................................ 10 Optional Configuration of Filter Settings ..................................................................... 11 Initial Import of Actor Data ...................................................................................... 13 Advanced Parameter Tuning ........................................................................................... 14 Account Specifier .............................................................................................. 14 Authenticator ................................................................................................... 14 Accessing Advanced Parameters ...................................................................................... 15 Access Attribute Fields ............................................................................................. 16 Reloading Active Directory Information ............................................................................ 18
  • 4. Contents 4 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential
  • 5. Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 5 Actor Model Import Connector for Microsoft Active Directory This guide describes installing the Actor Model Import Connector for Microsoft Active Directory and configuring the device for data collection. Product Overview Microsoft’s Active Directory allows IT administrators to centrally manage objects in an enterprise. These objects include resources (such as printers), users (such as individual users and user groups), and services (such as e-mail). The Actor Model Import Connector for Microsoft Active Directory extracts the user identity information (or Actor data) from the Active Directory LDAP, then uses that data to populate ArcSight ESM with resources. The Actor resource is populated dynamically, meaning that, as the identity data changes in Active Directory, the resource data in ESM is automatically updated. “Product Overview” on page 5 “Active Directory Support” on page 6 “Importing the CA Certificate” on page 6 “Installing the Actor Model Import Connector” on page 6 “Changing the Connector Heap Size” on page 8 “Importing Actor Data” on page 10 “Accessing Advanced Parameters” on page 15 “Reloading Active Directory Information” on page 18 The connector only supports queries on the same domain as the user accounts. The connector does not support queries across domains.
  • 6. Actor Model Import Connector for Microsoft Active Directory 6 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential Active Directory Support The Actor Model Import Connector for Microsoft Active Directory supports the following versions of Microsoft Active Directory:  Active Directory on Microsoft Windows Server 2003  Active Directory on Microsoft Windows Server 2008 Importing the CA Certificate To enable SSL support for the connector's LDAP connection to the Active Directory, you must have exported a CA certificate from Microsoft Certificate Services. The CA certificate will be imported into the connector's certificate store. The CA certificate must be exported in one of the following formats:  DER encoded binary X.509 (.CER)  Base-64 encoded X.509 (.CER) To import the CA certificate to the connector’s certificate store 1 From $ARCSIGHT_HOMEcurrentbin, execute the keytool application to import the CA certificate. Enter this keytool command on a single line: arcsight agent keytool -import -alias <alias name> -file "<drive>:<path to certificate>" -store clientcerts where the alias name could be, for example: AD_CA and, where the path to the certificate could be, for example: "C:MICAD Actor MICAD.cer" 2 When prompted Trust this certificate?, click Yes. 3 Verify the imported certificate by entering this command from $ARCSIGHT_HOMEcurrentbin: arcsight agent keytool -list -store clientcerts The new certificate is listed. Installing the Actor Model Import Connector Before you install a connector, make sure that ArcSight ESM has already been installed correctly. For a successful installation of ArcSight ESM, install the components in the following order: 1 Ensure that the ArcSight Database, ArcSight Manager and Console are installed correctly. 2 Run the Management Console. Though not necessary, it is helpful to have the Management Console running when installing the connector to verify a successful installation. 3 Run the ArcSight Manager; the Manager command prompt window or terminal box displays a Ready message when the Manager starts. You can also monitor the server.std.log file located in ARCSIGHT_HOMElogsdefault.
  • 7. Actor Model Import Connector for Microsoft Active Directory Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 7 Before installing the connector, be sure the following are available:  Local access to the machine where the connector is to be installed  Administrator passwords  Administrator user name and password for Active Directory access Connector Installation To install the connector, do the following. 1 Download the ArcSight executable for your operating system from the ArcSight Customer Support Site per the instructions provided in the connector release notes. 2 Start the connector installer by running the executable. Follow the installation wizard through the following folder selection tasks and installation of the core connector software: Introduction Choose Install Folder Choose Install Set Choose Shortcut Folder Pre-Installation Summary Installing... When the installation of connector core component software is finished, the Select Connector to Configure screen displays. 3 Select Actor Model Import Connector for Microsoft Active Directory. Click Next. 4 On the parameter details screen, enter values for the following parameters: For read and access privileges for the connector, a basic AD user ID will work. Parameter Description Active Directory machine host name or IP Enter the host name or an IP address of the Active Directory server. Security protocol Select ssl (encrypted) or non-ssl (default, non- encrypted). Also, select an Active Directory port. Active Directory port Enter the port; 636 for SSL security protocol, or 389 for non-SSL security protocol. Administrator user for Active Directory Enter the name of a user from the Domain Admins group that the SmartConnector can use to access Active Directory data. AD administrator's password Enter the password for the user you specified as the Administrator user for the previous parameter. AD query paused Leave the default value of 'true.' After the connector is started from the ESM Console, this value changes to 'false' automatically so that the AD query continues automatically whenever the connector restarts.
  • 8. Actor Model Import Connector for Microsoft Active Directory 8 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential Click Enter. 5 On the type of destination screen, verify that ArcSight Manager (encrypted) is selected and then click Next. 6 On the destination parameters screen, enter or select values for the parameters and click Next. The connector details screen displays. 7 Enter the details for your connector. Click Next and complete the installation wizard. For some connectors, a system restart is required before the configuration settings you made take effect. If a System Restart window displays, read the information and initiate the system restart operation. Changing the Connector Heap Size If you are going to import a large number of actors, it is recommended that you increase the heap size of the connector. The default heap size is 256 MB. If you are going to run the connector as a service, set the heap size in the following file: ../current/user/agent.wrapper.conf Set the following parameters: #Initial Java Heap Size (in MB) wrapper.java.initmemory=2048 #Maximum Java Heap Size (in MB) wrapper.java.maxmemory=6144 AD query interval (in minutes) Enter the time interval after which the SmartConnector polls the Active Directory server for updates. The default value is 10. The minimum value that can be specified is 1. AD search base Enter the search base of the Active Directory domain; for example, DC=company, DC=com. IDM Identifier Enter a name of your choosing to identify the IDM system from which the connector is carrying data. (e.g., “company-dc.company.com”) After completing the SmartConnector installation wizard, be sure to manually configure the connector for the type of SSL certificate your ArcSight Manager is using. See the ArcSight ESM Administrator's Guide for complete information. Save any work on your computer or desktop and shut down any other running applications (including the Management Console, if it is running), then shut down the system. If your deployment exceeds 10K actors with an average of 5 groups per user, we recommend modifying your minimum heap setting to 2GB. The maximum heap size should be 6GB. Parameter Description
  • 9. Actor Model Import Connector for Microsoft Active Directory Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 9 If the connector runs in standalone mode, the default heap size is 256 MB. For proper operation of the connector with a large number of actors, HPE recommends that you modify the heap size setting to 6 GB. Increase the memory for the connector by creating one of the following commands:  For Linux - create the following shell script: ~/ARCSIGHT_HOME/current/user/agent/setmem.sh with the following content: ARCSIGHT_MEMORY_OPTIONS=" -Xms2048m -Xmx6144m "  For Windows - create the following batch file: $ARCSIGHT_HOMEcurrentuseragentsetmem.bat with the following content: SET ARCSIGHT_MEM_OPTIONS= -Xms2048m -Xmx6144m To uninstall the connector, or for connector upgrade instructions, see the SmartConnector User's Guide. Optional Optimization of Data Transfer For medium to large deployments, the connector processes data optimally. The default for batching time is 1 minute and batching size is 2500 users (or Actors). For a smaller deployment, you may want to reduce these parameters. To change the Actor batching time or size, you can add the following properties to agent.properties (located at $ARCSIGHT_HOMEcurrentuseragent).  buildmodeldelay controls the batching time. This dictates how long in milliseconds the wait before sending a batch of Actors to ESM.  maxeventsbeforebuild controls the batching size. This dictates how many Actors can be received before sending a batch of Actors to ESM. For example, the following properties set the batching time to 10 seconds and the batching size to 2500 Actors: agent.component[35].buildmodeldelay=10000 agent.component[35].maxeventsbeforebuild=2500 The trigger for sending user (or Actor) data to ESM can be controlled through either a counter (the indicator of batch size) or timer (the indicator of elapsed time between batches). Priority is given to the first satisfied condition. For example, if the batch size achieves the maximum number of Actors allowed before the default time is exceeded, the Actor data is sent based on batch size. Conversely, if the defined time is reached before the defined buffer size is achieved, the data is sent to ESM based on the allotted time. After the • ARCSIGHT_HOME represents the directory where the connector is installed. • Use regular double quote characters in the commands. For more information about Actors, including the maximum number of actor models supported in ArcSight ESM, see the Management Console online help.
  • 10. Actor Model Import Connector for Microsoft Active Directory 10 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential batch is sent to ESM, the timer and counter revert back to zero in preparation for the next batch. Run the Connector Connectors can be installed and run in standalone mode, as a Windows service, or as a UNIX daemon. If installed standalone, the connector must be started manually, and is not automatically active when a host is re-started. If installed as a Windows service or UNIX daemon, the connector runs automatically when the host is re-started. For information about connectors running as Windows services or UNIX daemons, see the ArcSight SmartConnector User's Guide. For connectors installed standalone, to run all installed connectors on a particular host, open a command window, go to $ARCSIGHT_HOMEcurrentbin and run: arcsight connectors When you run the connector, it is started in Pause mode; it does not continue until you instruct it to do so through the Management Console. Before doing so, set up a user for the connector, as described in the next section. To view the connector log, read the file: $ARCSIGHT_HOMEcurrentlogsagent.log To stop all connectors, enter Ctrl+C in the command window. Importing Actor Data Set up the Actor Model Import User in ESM After installing and starting the connector, from the ArcSight Console set the Model Import User for the connector (this must be a user with Console administrative privileges). 1 From the ArcSight Console, go to the Navigator panel and choose the Resources tab. 2 Under Resources, choose the Connectors resource. 3 Under All Connectors, navigate to your Actor Model Import Connector for Microsoft Active Directory. 4 Right click on the connector and select Configure. 5 On the Inspect/Edit panel, choose the Connector tab. 6 Under the Connector tab, go to the Model Import User and select a user from the Administrators group. If your deployment exceeds 10K actors with an average of 5 groups per user, we recommend modifying your minimum heap setting to 2GB. The maximum heap size should be 6GB, depending on available memory. On Windows platforms, connectors can also be run using shortcuts and optional Start menu entries.
  • 11. Actor Model Import Connector for Microsoft Active Directory Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 11 7 Click OK. Optional Configuration of Filter Settings Setting up filtering conditions is optional, but recommended for use with a large number of users. Note that, when filtering by group type or group name, it is the group membership that is filtered; the users imported are not affected. 1 Configure filtering conditions by group name by entering each group name separated by the OR operator. Right-click the connector name, then Configure, Default, and Filters. Match the group name in the filtering condition to the group name found in Device Custom String 3, as shown in the following examples, which show filtering OUT by Name.
  • 12. Actor Model Import Connector for Microsoft Active Directory 12 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential The following is an example of filtering IN groups by group Name. 2 Configure filtering conditions by group type by entering each group type separated by the OR operator. Right-click the connector name, then Configure, Default, and Filters.
  • 13. Actor Model Import Connector for Microsoft Active Directory Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 13 The following is an example of filtering OUT groups by group Type. By default, the connector does not filter OUT groups by type. Group types are as follows: Initial Import of Actor Data The first time you import a large number of actors, up to 500K, run the server with no load, stop all the feeds and make sure that the EPS is zero. To start the initial import of Actor data, start the Actor Model Import Connector from the console. 1 From the Management Console, go to the Navigator panel and choose the Resources tab. 2 Under Resources, choose the Connector tab. 3 Navigate to the connector you wish to start from under the All Connector directory. Type Name -2147483646 Global Security Group -2147483644 Local Security Group -2147483643 BuiltIn Group -2147483640 Universal Security Group 2 Global Distribution Group 4 Local Distribution Group 8 Universal Distribution Group
  • 14. Actor Model Import Connector for Microsoft Active Directory 14 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential 4 Right-click the connector and choose Send Commands -> Model Import Connector-> Start Import. The initial import begins. This initial import of data cannot be stopped until the transfer is complete. If you discover a configuration error mid-process, stop the connector, make your configuration changes, then reload the Active Directory information. See “Reloading Active Directory Information” on page 18 for detailed instructions. 5 After the import completes, configure the authenticators mapping table in Management Console with the list of authenticators used in your environment. For detailed instructions, see the “Configuring Actors (for Administrators)” section of the Management Console online help. Advanced Parameter Tuning You can tune the parameters used during account imports by modifying the account specifier and the authenticator properties. The following sections provide information about each property. Account Specifier The account specifier, for Active Directory accounts, has the following default values:  sAMAccountName  mail  distinguishedName  userPrincipalName. You can add or remove attributes by modifying the accountspecifier property. To add or delete attributes, the accountspecifier property is added to agent.properties (located at $ARCSIGHT_HOMEcurrentuseragent). For example: agents[0].accountspecifier=givenName,title If used, this property should be specified before the initial import since account import behavior is affected by the accountspecifier property. It is not advisable to add or delete attributes unless you are certain about why you are making the changes. A typical use case would be if your LDAP domain has a limitation needing a set of attributes other than the default attributes to identify an account. Authenticator The authenticator, for Active Directory accounts, can be controlled by the authenticator property. The default value is derived from the DC components of the search base, but it can be modified with the authenticator property. To change the account authenticator, add the authenticator property to agent.properties (located at $ARCSIGHT_HOMEcurrentuseragent). For example: agents[0].authenticator=hp.net.local If used, this property should be specified before the initial import since account import behavior is affected by the authenticator property. It is not advisable to add the property unless you are certain about why you are adding the property. A typical use case would be to have one authenticator across multiple domains.
  • 15. Actor Model Import Connector for Microsoft Active Directory Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 15 Accessing Advanced Parameters To access the connector's advanced, or internal, parameters: 1 From the $ARCSIGHT_HOMEcurrentbin directory in a DOS command window enter: arcsight connectorsetup 2 When the message WARNING: SmartConnector setup is being started in Advanced Mode! is displayed, click No. 3 The Agent Configuration Tool window is displayed. Select the connector: 4 From the Options menu, select Show Internal Parameters. The advanced configuration parameters for the connector are displayed.
  • 16. Actor Model Import Connector for Microsoft Active Directory 16 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential Access Attribute Fields After connector installation, all the supported attributes are preselected. These attributes can be accessed using the Options menu, as described above. Locate the attributelist parameter to remove any unneeded attribute fields. Do not remove a required attribute (the first 15 attributes of the following list), as they are the minimum required for the system to properly operate. objectGUID whenCreated whenChanged memberof: Member of member: Member sAMAccountName: User ID mail: Email Address distinguishedName: Distinguished Name userPrincipalName: User Principal Name cn: Full Name givenName: First Name sn: Last Name department: Department userAccountControl: Status If you wish to re-add an attribute that you did not import initially, you must re- import the entire set. See “Reloading Active Directory Information” on page 18 for detailed instructions.
  • 17. Actor Model Import Connector for Microsoft Active Directory Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 17 employeeType: Employee Type The following attributes are optional and may be deleted. initials: Middle Initial title: Title company: Company manager: Manager physicalDeliveryOfficeName: Office telephoneNumber: Business Phone mobile: Mobile Phone facsimileTelephoneNumber: Fax pager: Pager streetAddress: Address l: City st: State postalCode: Zip Code co: Country or Region Role attributes are mapped as follows: groupName: Role Name resourceName: Resource Name groupTypeName: Role Type The employeeType attribute is not available in the native Microsoft Management Console. To use the resources based upon Employee Type, the attribute must be set using a tool such as ADSI edit. ADSI Edit is an MMC snap-in that acts as a low-level editor for Active Directory. This tool is included when you install Microsoft Windows Server 2003 Support Tools from the product CD or from the Microsoft Download Center (http://go.microsoft.com/fwlink/?LinkId=100114). For information about how to install Windows Support Tools from the product CD, see Install Windows Support Tools at http://go.microsoft.com/fwlink/?LinkId=62270. If you wish to re-add an attribute you mistakenly deleted, you must re-import the entire set. See “Reloading Active Directory Information” on page 18 for detailed instructions.
  • 18. Actor Model Import Connector for Microsoft Active Directory 18 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential The group name will be a number and the groupTypeName will be this translation: groupTypeName groupName Built-In -2147483643 Domain Local Security -2147483644 Global Security -2147483646 Universal Security -2147483640 Domain Local Distribution 2 Global Distribution 4 Universal Distribution 8 Reloading Active Directory Information To reload all Active Directory information: 1 If active, stop the Actor Model Import Connector. 2 From the Management Console, go to the Navigator panel and choose the Resources tab. 3 Under Resources, choose the Actors tab. 4 Under All Actors, go to the top level directory (This should be the connector’s domain name related to Active Directory. Do not choose any subdirectories). Right-click from this top level and choose Delete Group from the shortcut menu, as shown below. Do not delete Actors outside of this top level directory. If you are deleting a large number of actors, see Open Issues for Systems with a Large Number of Actors (SOL-3525) in the IdentityView 2.5 Release Notes. Performing this action does not remove all the Actor data and history. This is a known issue. For more information, please refer to “Open Issues in this Release” in the Actor Model Import Connector for Microsoft Active Directory release notes.
  • 19. Actor Model Import Connector for Microsoft Active Directory Confidential Actor Model Import Connector for Microsoft Active Directory Configuration Guide 19 5 From the following directory, delete all files starting with ps.user and ps.group: $ARCSIGHT_HOME/user/agent/agentdata 6 From this same directory ($ARCSIGHT_HOME/user/agent/agentdata), delete the {connector_id}.status.init.import file. 7 Restart the connector.
  • 20. Actor Model Import Connector for Microsoft Active Directory 20 Actor Model Import Connector for Microsoft Active Directory Configuration Guide Confidential