-
Notifications
You must be signed in to change notification settings - Fork 35
Flat File Connector
Brian Desmond edited this page Apr 29, 2016
·
16 revisions
#Configuration To create the connector described in this section, configure the tabs in the Management Agent Designer as described in the Windows PowerShell Connector for FIM 2010 R2 Technical Reference.
##Template File The sample connector uses a template file to provide schema information to the Synchronization Service. Create a text file in the Extension folder called SampleInputFile.txt.
By default, the Extensions folder can be found at:
%ProgramFiles%\Microsoft Forefront Identity Manager\2010\Synchronization Service\Extensions\
Paste the data located in this file in to SampleInputFile.txt.
##Connectivity
| Parameter | Value |
|---|---|
| Server | |
| Domain | |
| User | |
| Password | |
| Impersonate Connector Account | Unchecked |
| Load User Profile When Impersonating | Unchecked |
| Logon Type When Impersonating | None |
| Signed Scripts Only | Unchecked |
| Common Module Script Name (with extension) | xADSyncPSConnectorModule.psm1 |
| Common Module Script | Paste AD Sync PS Connector Module code as value |
| Validation Script | |
| Schema Script | Paste GetSchema code as value |
| Additional Config Parameter Names | FileName,Delimiter,Encoding |
| Additional Encrypted Config Parameter Names |
##Capabilities
| Parameter | Value |
|---|---|
| Distinguished Name Style | None |
| Export Type | ObjectReplace |
| Data Normalization | None |
| Object Confirmation | Normal |
| Use DN as Anchor | Unchecked |
| Concurrent Operations of Several Connectors | Checked |
| Partitions | Unchecked |
| Hierarchy | Unchecked |
| Enable Import | Checked |
| Enable Delta Import | Unchecked |
| Enable Export | Checked |
| Enable Full Export | Checked |
| No Reference Values In First Export Pass | Unchecked |
| Enable Object Rename | Unchecked |
| Delete-Add As Replace | Checked |
| Enable Password Operations | Unchecked |
| Enable Export Password in First Pass | Checked |
##Global Parameters
| Parameter | Value |
|---|---|
| Partition Script | |
| Hierarchy Script | |
| Begin Import Script | |
| Import Script | Paste ImportData code as value |
| End Import Script | |
| Begin Export Script | |
| Export Script Paste | ExportData code as value |
| End Export Script | |
| Begin Password Script | |
| Password Extension Script | |
| End Password Script | |
| FileName_Global | InputFile.txt |
| Delimiter_Global | ; |
| Encoding_Global |
##Configure Partitions and Hierarchies
##Select Object Types
##Select Attributes
##Configure Anchors
##Run Profiles
- Home
- Related Projects
- Skype/Lync Connector
- Exchange Connector
- Flat File Connector
- SharePoint Site, User and Group Management Connector
- Home Drive Provisioning
- Oracle Identity Management Connector
- FAQ