####################################################################
## This file contains information required to create a profile in ##
## OID.                                                           ##
####################################################################

# Profile Name : Name of the profile
#
# NOTE - This should be a unique name
#
odip.profile.name = TestGmExp

# Profile Status : Can be either DISABLE or ENABLE
#
# NOTE - Default is DISABLE
#
odip.profile.status = ENABLE

# Synchronization Mode : Specifies the direction of synchronization i.e when
# the changes are required to be propagated from the 3rd party to OID then the
# synchronization mode is IMPORT. On the other hand when the changes needs to
# be propagated to the 3rd party directory then synchronization mode is EXPORT.
#
#
odip.profile.syncmode = EXPORT

# Retry Count : Maximum number of times this profile should be executed
# in case of an error before the integration server gives up
#
# NOTE - the default value is 4
#
odip.profile.retry = 1

# Schedule Interval: The time interval between successive execution of this
# profile by the integration server.
#
# NOTE - the default value is 60 sec. If the previous execution has not
# compeleted then the next execution will not resume util it completes.
#
odip.profile.schedinterval = 10

# Agent Execution Command : In case of a NON-LDAP interface the command
# that needs to be executed that would produce the information in LDIF format.
#
odip.profile.agentexecommand = C:\\j2sdk1.4.2_16\\bin\\java.exe -jar c:\\oidtst\\TestGmExp.jar

# Connected Directory Url : The 3rd party directory location
#
#odip.profile.condirurl = host:port

# Connected Directory Account : The Dn or user name used to connect to
# the 3rd party directory.
#
#odip.profile.condiraccount =

# Connected Directory Account : The password used for identification to
# the 3rd party directory.
#
#odip.profile.condirpassword = welcome1

# Interface Type : Whether the LDAP or LDIF or DB or TAGGED format is
# to be used for data exchange
#
# NOTE - Default value is LDAP
#
odip.profile.interface = LDIF

# Mapping Rules : Specifies the Mapping Rules to be used for execution
# profile by the integration server.
#
# NOTE - The value for this property is the name of the file that contains
# the domain and attribute mapping rules
#
odip.profile.mapfile = c:/oidtst/TestGmExp.map


# Matching filter Con Dir : Specifies the filter that needs to be
# applied to the changes that are read from the connected directory
# before importing to OID
#
# odip.profile.condirfilter =

# Matching filter OID : Specifies the filter that needs to be applied
# to the changes that are read from the OID before exporting to the
# connected directory
#
#odip.profile.oidfilter =

# Change Number : Specifies the last applied change number. In case of
# an export profile this number refer's to OID's last applied change number.
# However, in case of the import profile this number refers to the last
# applied change number in the connected directory.
#
odip.profile.lastchgnum = 0

# Debug Level : Specifies the debug level of the profile
#
odip.profile.debuglevel = 63