Sample export configuration file – Sun Microsystems 8190994 User Manual

Page 109

Advertising
background image

<Credentials

userName="cn=iswservice,cn=users,dc=example,dc=com"

cleartextPassword=""/>

<!-- INSERT PASSWORD BETWEEN THE DOUBLE QUOTES IN THE ABOVE FIELD -->

You must enter a password manually, between double quotes, for every cleartextPassword
field in the exported configuration file, before you can import the file into Identity
Synchronization for Windows. importcnf validation prevents you from importing a
configuration file with empty password values.

For example,

<Credentials

userName="cn=iswservice,cn=users,dc=example,dc=com"

cleartextPassword="mySecretPassword"/>

<!-- INSERT PASSWORD BETWEEN THE DOUBLE QUOTES IN THE ABOVE FIELD -->

Sample Export Configuration File

In the following sample exported configuration file,

ad-host.example.com

refers to the Active Directory domain controller.

ds-host.example.com

refers to the host running Directory Server.

EXAMPLE 7–1

Sample Export Configuration File

<?xml version="1.0" encoding="UTF-8"?>

<ActiveConfiguration>

<SunDirectorySource

parent.attr="DirectorySource"

onDemandSSLOption="true"

maxConnections="5"

displayName="dc=example,dc=com"

resyncInterval="1000">

<SynchronizationHost

hostOrderOfSignificance="1"

hostname="ds-host.example.com"

port="389"

portSSLOption="true"

securePort="636"/>

<Credentials

userName="uid=PSWConnector,

dc=example,

dc=com"

</SynchronizationHost>

<SyncScopeDefinitionSet

Preparing for Identity Synchronization for Windows Migration

Chapter 7 • Migrating Identity Synchronization for Windows

109

Sun Confidential: Registered

Advertising